/**************************
*
*	GENERAL
*
**************************/

.slider_wrapper {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

.camera_target_content {
	overflow: visible !important;

}

.camera_wrap {
	display: none;
	position: relative;
	overflow: visible !important;
	z-index: 1;
	margin-bottom: 0 !important;
}

.camera_wrap img {
	max-width: 10000px;
}

.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
	text-align: center;
}

.camera_caption {
	margin-top: 222px;
	text-align: center;
	position: relative;
}

.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_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
    background: url(../images/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}
.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;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}

.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.camera_commands > .camera_stop {
	display: none;	
}


.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}

.camera_prev, .camera_next {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	cursor: pointer;
	top: 316px;
	z-index: 999;
	text-align: center;
}

.camera_prev {
	background: url(../images/prevnext.png) 0 bottom no-repeat;
	left: -534px;
}

.camera_next {
	background: url(../images/prevnext.png) 100% 100% no-repeat;
	right: -534px;
}

.camera_next:hover {
	background-position: right 0;
}
.camera_prev:hover  {
	background-position: 0 0;
}

@media only screen and (max-width: 1199px) {
	.camera_prev {left: -423px;}
	.camera_next {right: -423px;}

}

@media only screen and (max-width: 995px) {
	.camera_prev {left: -245px;}
	.camera_next {right: -245px;}

}

@media only screen and (max-width: 767px) {
	
	.camera_prev {left: -160px;}
	.camera_next {right: -160px;}

}

@media only screen and (max-width: 480px) {
	
	.camera_prev {left: -120px; top: 370px;}
	.camera_next {right: -120px; top: 370px;}

}

@media only screen and (max-width: 320px) {
	
	.camera_prev {display: none;}
	.camera_next {display: none;}

}
