

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

.slider_wrapper {
	margin: 0 auto;
	/*overflow: hidden;*/
	position: relative;
	z-index: 1;
	/*height: 525px;*/
	margin-top: 21px;

	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
	border: 10px solid #fff;
	-moz-box-shadow: 0 0 0px 1px rgba(154,154,154,1);
	-webkit-box-shadow: 0 0 0px 1px rgba(154,154,154,1);
	box-shadow: 0 0 0px 1px rgba(154,154,154,1);
}

.camera_wrap {
	display: none;
	position: relative;
	z-index: 0;
	margin-bottom: 0 !important;
}
.camera_wrap img {
	margin: 0 !important;
	width: 100% !important;
	height: auto !important;
}
.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_wrap {
	width: 100%;
}
.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;
	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_thumbs_cont > div {
	float: left;
	width: 100%;
}
.camera_thumbs_cont ul {
	overflow: hidden;
	padding: 3px 4px 8px;
	position: relative;
	text-align: center;
}
.camera_thumbs_cont ul li {
	display: inline;
	padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
	border: 1px solid;
	cursor: pointer;
	margin-top: 5px;
	vertical-align:bottom;
}
.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}

.caption {
	  position:absolute;
	  top: 180px; 
	  z-index:15; 
	  left: 0; 	
	  padding-left: 68px;
}

.caption strong{
	font-size:42px;
	color:#39c2f0;
	line-height:62px;
	text-shadow:1px 1px #f3f3f3;
	display:block;
	text-transform:uppercase;
	}
.caption span{
	display:block;
	font-size:27px;
	color:#313531;
	line-height:36px;
	text-transform:uppercase;
	margin:-16px 0 0 0;
	text-shadow:0 1px #f3f3f3;
	letter-spacing:-1px;

	}
	
.caption span+span{margin-top:-8px;}
/**************************
*
*	COLORS & SKINS
*
**************************/
.camera_wrap img {
	/*border-radius: 20px 20px 0 0; */
}
.camera_wrap .camera_pag {
	position:absolute; z-index:1000;
	width:100%;
	/*left:50%;*/
	bottom:19px;
	height: 43px;
	text-align: center;
	display: inline-block;
}
.camera_wrap .camera_pag .camera_pag_ul{
	position: relative;
	display: inline-block;
	top: 20px;

}
.camera_wrap .camera_pag .camera_pag_ul li {
float:left;	margin: 0 3px 0 0;
}

.camera_wrap .camera_pag .camera_pag_ul li span {
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
display:block; width:13px; height:11px; background: url(../images/pagination.png) right 0 no-repeat;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent span, .camera_wrap .camera_pag .camera_pag_ul li:hover span{
	background: url(../images/pagination.png) left 0 no-repeat;
}
/*
.camera_prev{
	background: url(../images/slider_prevnext.png) left top no-repeat;
	width: 36px;	
	height: 36px;
	position: absolute;
	z-index: 999;
	top: 411px;
	left: 160px;
	cursor: pointer;
	opacity: 1 !important;
}

.camera_prev:hover {
	background-position: 0 bottom;	
}

.camera_next {
	background: url(../images/slider_prevnext.png) right top no-repeat;
	width: 36px;	
	height: 36px;
	position: absolute;
	z-index: 999;
	top: 411px;
	left: 234px;
	cursor: pointer;
	opacity: 1 !important;
}

.camera_next:hover {
	background-position: right bottom;	
}*/