body {
	margin: 0;
	padding: 0;
}
a {
	color: #09f;
}
a:hover {
	text-decoration: none;
}
#back_to_camera {
	clear: both;
	display: block;
	height: 80px;
	line-height: 40px;
	padding: 20px;
}
.fluid_container {
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

/* jssor slider bullet navigator skin 03 css */
    /*
    .jssorb03 div           (normal)
    .jssorb03 div:hover     (normal mouseover)
    .jssorb03 .av           (active)
    .jssorb03 .av:hover     (active mouseover)
    .jssorb03 .dn           (mousedown)
    */
.jssorb03 {
    position: absolute;
}
.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
    position: absolute;
    /* size of bullet elment */
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    color: white;
    font-size: 12px;
    background: url('/bundles/album/css/images/b03.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb03 div { background-position: -5px -4px; }
.jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
.jssorb03 .av { background-position: -65px -4px; }
.jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }

    /* jssor slider arrow navigator skin 03 css */
    /*
    .jssora03l                  (normal)
    .jssora03r                  (normal)
    .jssora03l:hover            (normal mouseover)
    .jssora03r:hover            (normal mouseover)
    .jssora03l.jssora03ldn      (mousedown)
    .jssora03r.jssora03rdn      (mousedown)
    */
.jssora03l, .jssora03r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url('/bundles/album/css/images/a03.png') no-repeat;
    overflow: hidden;
}
.jssora03l { background-position: -3px -33px; }
.jssora03r { background-position: -63px -33px; }
.jssora03l:hover { background-position: -123px -33px; }
.jssora03r:hover { background-position: -183px -33px; }
.jssora03l.jssora03ldn { background-position: -243px -33px; }
.jssora03r.jssora03rdn { background-position: -303px -33px; }
      
.commentFrame {
	border-radius: 0px !important;
	position: absolute;
	bottom: 10px;
	color: white;
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
	width: 100%;
	height: 30px;
	background: rgba(0,0,0,0.5);
	font-size: 15px;
	box-shadow: 0px 0px 22px white;
}

.classJssor_1 {
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 909px;
	height: 220px;
	overflow: hidden;
	visibility: hidden;
}
.classLoading {
	position: absolute;
	top: 0px;
	left: 0px;
}
.classLoadingHeader {
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.classLoadingFooter {
	position:absolute;
	display:block;
	background:url('/bundles/album/css/images/loading1.gif') no-repeat center center;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.classImageSlider {
	cursor: default;
	position: relative;
	top: 0px;
	left: 0px;
	width: 909px;
	height: 220px;
	overflow: hidden;
}
.classArrowLeft {
	top:0px;
	left:8px;
	width:55px;
	height:55px;
}
.classArrowRight {
	top:0px;
	right:8px;
	width:55px;
	height:55px;
}