

/*Slider*/
.slider-relative {
	position: relative;
	overflow: hidden;
	padding: 11px 0 0px;
	background: url(../images/slider_bg.jpg) center bottom no-repeat;
}


.items {
	display: none;	
}

.slider-block {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	
}
.slider {
	position: relative;
	z-index:2;
}


.slider .banner{
	position: absolute;
	z-index: 1 !important;
	background: url(../images/banner_bg.png) 0 0 repeat;
	left: 0;
	width: 210px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	right: 0;
	bottom: 0;
	width: 100%;
}

.banner h2 {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 28px;
	text-align: center;
	padding: 11px 60px 10px ;
}

.banner h2 span {
	color: #e5ad2a;	
}


.pagination {
	display: none;
}

.camera_prev {
	position: absolute;
	left: 24px;
	bottom: 21px;
	cursor: pointer;
	width: 10px;
	height: 17px;
	background: url(../images/prevnext.png) 0 0 no-repeat;
	z-index: 999;
}

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


.camera_prev, .camera_next {
	transition: 0s ease;	
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

.camera_next {
	position: absolute;
	right: 25px;
	bottom: 21px;
	cursor: pointer;
	width: 10px;
	height: 17px;
	background: url(../images/prevnext.png) right top no-repeat;
	z-index: 999;
}

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


.camera_wrap a, .camera_wrap img, 
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img, 
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}

.cameraCont, .cameraContents {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.camera_wrap {
	display: none;
	width: 100%;
	margin-left: auto;
        margin-right: auto;
	z-index:999;
        min-height:300px;
	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;
}
