.carousel_wrapper {}
.carousel_interior {
}
.carousel_track {}

.cNavWhite {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#4dffffff',GradientType=0 ); /* IE6-9 */
}

.cNavBlack {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
}







.carousel_nav {
	position: absolute;
	z-index:999;
	font-size:10px;
	width:10px;
	height:10px;
	line-height:10px;
	color:#fff;
	cursor:pointer;
	padding:15px;
	-webkit-border--radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.carousel_prev {
	left: 5px;
}

.carousel_next {
	right: 5px;
}

div.carousel_paging {
	opacity: .79;
	height:35px;
	/*position:absolute;*/
	width: 100%;
}

.carousel_paging span.paging {
	text-align:center;
	font-size:27px;
	/*height:100%;*/
	color:#697279;
	display:block;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-75px;
	width:200px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.carousel_paging span.paging em {
	display:inline-block;
	padding:0 3px;
	font-style:normal;
	text-shadow: 0 -1px 0 rgba(0,0,0,.35);
	font-family:sans-serif;
	cursor: pointer;
}
.carousel_paging span.paging em.on {
	color:#fff;
}
.slidenav {
	background: #000;
	position: relative;
	left: 200px;
	/*top:20px;*/
	border: 3px dashed blue;
	border-radius: 10px;
	margin-top: 20px;
	padding: 10px 40px;
}