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

.slider_wrapper {
 	overflow: hidden;
 	margin: 0 auto;
	position: relative;
	border-top: 1px solid #fff;
	height: 435px; // height: 435px;
	position: relative;
	top: -33px;
	padding: 53px 0 40px;
	box-shadow: inset 0 1px 3px #d6dbe5;
	background: url(/images/44324/slider_bg.png) center bottom no-repeat #ebeff5;
}




.caroufredsel_wrapper {
	top: 0 !important;
}

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

.camera_wrap img {
	border-radius: 8px;
}

.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/44324/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}
.camera_loader {
    background: #fff url(/images/44324/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(/images/44324/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_prev{
	width: 47px;	
	height: 53px;
	position: absolute;
	z-index: 999;
	left: 50%;
	margin-left: -46px;
	top: 501px;
	cursor: pointer;
	opacity: 1 !important;
}

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

.camera_next {
	width: 47px;	
	height: 53px;
	position: absolute;
	z-index: 999;
	right: 50%;
	margin-right: -49px;
	top: 501px;
	cursor: pointer;
	opacity: 1 !important;
}

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


.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 h2 {     font-size: 53px;     text-transform: none;     color: #fff;
line-height: 59px;     font-family:  'Playball', cursive; }

.caption {
	position: absolute;
	background: url(/images/44324/caption.png) 0 0 repeat;
	right: 0;
	width: 333px;// width: 303px;
	bottom: 77px;
	font: 36px/32px 'Roboto Condensed', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px #718ec1;
	padding: 26px 0px 28px 25px;
}

.caption a.btn {
	float: right;
	background: #292929;
	color: #c4c4c4;
	padding: 6px 28px 7px;
	margin-top: 6px;
}

.caption a.btn:hover {
	text-decoration: none;
	background: #fad403;
	color: #202020;
}

/**************************
*
*	COLORS & SKINS
*
**************************/
.camera_pag  {
	bottom: 63px;
	right: 20px;
	position: absolute;
}

.camera_pag li {
	float: left;
	margin-left: 4px;
}

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

.camera_pag li span {
	display: block;
	background: #fff;
	width: 35px;
	height: 4px;
	overflow: hidden;
	text-indent: -1000px;
transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

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