.mainVidContCarousel {
	float:left;
	height: 357px;
	width: 100%;
	overflow: hidden;
	position:relative;
   background: url('img_bgr_def_home_top.png') repeat-x scroll bottom center #000000;*/
    border-radius: 0 0 4px 4px;
}
.sliderContent {
	float:left;
	height: 357px;
	width: 100%;
	clear:both;
	position:relative;
	overflow:hidden;
}

.sliderContent .item {
	position:relative;
	height: 335px;
	width: 100%;
	background:#fff;
}
.sliderBullets {
	position:absolute;
	bottom: 0px;
    left: 50%;
	z-index:50;
	margin-left:-45px;
}
.sliderBullets a.ites {
	margin-top:4px;
	display:block;
	float:left;
	text-indent:-9999px;
	outline:none;
	margin-left:5px;
	width:10px;
	height:11px;
	background:url(btn_slider.png) no-repeat;
	background-position:bottom right;
}
.sliderBullets a.ites:hover, .sliderBullets a.active {
	background-position: bottom left;
}
.sliderContent a {
	outline:none;
}

.sliderBullets a.prev, .sliderBullets a.next {
	display:block;
	float:left;
	text-indent:-9999px;
	outline:none;
	width: 19px;
	height: 19px;
	background-image:url(btn_slider.png);
	background-repeat:no-repeat;
}
.sliderBullets a.prev {
	background-position:top left;
	margin-right: 10px;
}
.sliderBullets a.next {
	background-position:top right;
	margin-left: 15px;
}

.sliderContent .main-banner {
	display: inline-block;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
    border-radius: 0px;
}
.main-banner .all
{
    padding-right: 0px;
    padding-top: 0px;
}

.onebannerimg {
    height: 335px;
}