

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

.slider_wrapper {
 	position: relative;
 	height: 243px;
 	overflow: hidden;
 	margin-bottom: 49px;
}




.caroufredsel_wrapper {
	top: 0 !important;
}

.camera_wrap {
	display: none;
	position: relative;
	z-index: 0;
	margin-bottom: 0 !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;
	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_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}



.caption h2 {     
	font-size: 72px;     
	text-transform: uppercase;     
	color: #fff;
	line-height: 48px;     
	font-family:  'Anton', sans-serif;
	text-shadow: 1px 1px #a8a8ac; 
}

.caption h2 span {
	padding-top: 10px;
	display: block;
	font-size: 48px;
	color: #3d3d3d;
}

.caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	font-size: 32px;
	line-height: 36px;
	color: #fff;
	padding-top: 11px;
	text-align: center;

}

.caption a.btn {
	background: url(../images/btn_hover.png) 0 0 repeat-x #313130;
	color: #fff;
	border: none;
	padding: 11px 20px 8px;
	box-shadow: 1px 1px 0px #313130;
	margin-top: 15px;
}

.caption a.btn:hover {
	background: url(../images/btn_bg.png) 0 0 repeat-x #d0d0d2;
	border: 1px solid #d0d0d2;
	padding: 10px 20px 9px;
	color: #373737;
	box-shadow: 1px 1px 1px #d0d0d2;
}

/**************************
*
*	COLORS & SKINS
*
**************************/
.camera_pag  {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	left: 50%;
	margin-left: -38px;
}

.camera_pag li {
	display: block;
	float: left;
	margin-left: 7px;
	width: 14px;
	height: 14px;
}



.camera_pag li:first-child {
	margin-left: 0;
}

.camera_pag li span {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-indent: -999px;
	border-radius: 500px;
	background: #9a9898;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.camera_pag li span:hover, .camera_pag li.cameracurrent span {
	cursor: pointer;
	background: #ef3d23;
}
