/**************************
*
*	GENERAL
*
**************************/
.full{width:100%;}
.template{width:1000px;}
.camera_wrap {
	display: none;
	float: left;
	position: relative;
	z-index: 0;
}
.camera_wrap img {
	max-width: none!important;
}
.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_wrap {
	width: 100%;
	margin-bottom:0px;
}
.camera_src {
	display: none;
	
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.camera_loader {
    background: #fff url(../images/camera-loader.gif) no-repeat center;
    background: rgba(255, 255, 255, 0.9) url(../images/camera-loader.gif) no-repeat center;
    border: 1px solid #ffffff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    height: 36px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    margin: -18px 0 0 -18px;
    top: 50%;
    width: 36px;
    z-index: 3;
}
.camera_bar {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.camera_wrap .camera_pag .camera_pag_ul {
    list-style: none;
/*    margin: -38px 20px 0px 0px;*/
    padding: 0;
    text-align:center;
}
.camera_wrap .camera_pag .camera_pag_ul li {
     margin-right:5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    height: 16px;
    float:left;
    position: absolute;
    text-indent: -9999px;
    width: 16px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {

}
.camera_wrap .camera_pag .camera_pag_ul li > span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 19px;
    right: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 19px;
    background-position: center;
    background-repeat: no-repeat;
}

.camera_prev{
    position: absolute;
    width: 20px;
    height: 40px;
    top: 50%;left: 0px;
	margin-top:-20px;
	z-index:3;
    text-align: center;
	cursor:pointer;
}
.camera_prev span{
    width: 10px;
    height: 40px;
	display:block;
	background: url('../../images/assets/arrow_slider_left.png') no-repeat center;
    position: relative;
    left: 10px;
}

.camera_prev span:hover {
	background: url('../../images/assets/arrow_slider_left_hover.png') no-repeat center;
}

.camera_next{
    position: absolute;
    width: 20px;
    height: 40px;
    top: 50%;right: 0px;
	margin-top:-20px;
	z-index:3;	
	cursor:pointer;
    text-align: center;
}
.camera_next span{
    width: 10px;
    height: 40px;
	display:block;
	background: url('../../images/assets/arrow_slider_right.png') no-repeat center;
    position: relative;
}

.camera_next span:hover {
    background: url('../../images/assets/arrow_slider_right_hover.png') no-repeat center;
}
/**************************
*
*	COLORS & SKINS
*
**************************/


.camera_caption > div {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

.camera_wrap .camera_pag .camera_pag_ul li > span {
    background: url('../../images/assets/button_slider.png') no-repeat center;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
    background: url('../../images/assets/button_slider_hover.png') no-repeat center;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    background: url('../../images/assets/button_slider_active.png') no-repeat center;
}

.camera_wrap .camera_pag .camera_pag_ul li:active.cameracurrent > span {
    background: url('../../images/assets/button_slider_active_hover.png') no-repeat center;
}


#back_to_camera {
    clear: both;
    display: block;
    height: 80px;
    line-height: 40px;
    padding: 20px;
}
.fluid_container {
    margin: 0 auto;
    /*width: 100%; */
}

.camera_target_content {
	height: 100%;
}

.camera_target_content .camera_link {
 	background-image: url(about:blank); 
 	display: bock;
 	position: absolute;
 	width: 100%;
 	height: 100%;
}


.camera_pag {
    position: absolute;
    bottom: 10px;
    z-index: 9999999;
    right: 10px;
}
