/* ==================================================
   Slider css
================================================== */
body, html {
	padding:0px;
	margin:0px;
	width: 100%;
	height:100%;
	font-family:Verdana;
	color:#ffffff;
}
.sliderWrap {
	display: none;
	float: left;
	position: relative;
	z-index: 0;
}
.sliderWrap img {
	max-width: none!important;
}
.cameraCont, .contents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.content .link {
    background: url(../img/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}
.loader {
    background: #fff url(../img/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(../img/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}
.imgFake {
	cursor: pointer;
}
.sliderWrap .pag .pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width:50%;
	position: absolute;
	z-index:3;
	bottom:0%;
	height:10%;
	left:50%;
	display:table-cell;
	background-color:rgba(48, 48, 48, 0.6);
}
.sliderWrap .pag .pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	height: 16px;
	margin: 0px 5px;
	text-align: left;
	text-indent: -9999px;
	width: 16px;
	display:inline-block;
	vertical-align:middle;
	top:40%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	position:absolute;
	background: #4B4B4B;
}
.sliderWrap .pag .pag_ul li > span {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	height: 16px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	width: 16px;
}
.sliderWrap .pag .pag_ul li.current > span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.pag_ul li img {
	display: none;
	position: absolute;
}
.sliderWrap .pag .pag_ul li.current > span {
	background: #ff00ff;
}
.pag_ul li img {
	border: 4px solid #747473;
}
.sliderWrap .pag .pag_ul {
	display:none;
}