
#featureMain { 
	width:460px; 
	height:317px; 
	padding:0 0 0 0; 
	margin:0 0 0 0; 
	float:left; 
	background:#eee;
	overflow: hidden; position: relative;
	}
#featureMain .slides {
	width:auto; 
	height:285px; 
	float:left; 
	position:relative; 
	overflow:hidden; 
	left:0;
	}
#featureMain .slide {
	width:460px; 
	height:285px; 
	float:left; 
	background-color:#111;
	}
#featureMain .slide img {
	border:none; padding:0;
	}
#featureMain .slides .video {
	display:none;
	}
#featureMain .slides .active .video {
	display:inline;
	}

#featureMain .navSlides {
	width:460px;
	height:32px;
	float:left;
	background:url(../img/background/bg_nav_features.gif) 0 0 repeat-x;
	}
#featureMain .navSlides ul {
	list-style-type:none; 
	margin:0 0 0 11px; 
	padding:7px 0 0 0; }
#featureMain .navSlides li {
	float:left; margin:0 8px 0 0;
	}
#featureMain .navSlides a {
	width:20px; 
	padding:1px 0 0 0; 
	text-align:center; 
	text-decoration:none; 
	color:#FFF; 
	display:block; /* background:#FF1A1A; */
	}
#featureMain .navSlides li.next a,
#featureMain .navSlides li.prev a { 
	width:20px; 
	text-indent:-1000px; 
	overflow:hidden;
	}
#featureMain .navSlides li.next a {
	background:url(images/icon_rarrow_white.gif) right 3px no-repeat;
	}
#featureMain .navSlides li.prev a { 
	background:url(images/icon_larrow_white.gif) left 3px no-repeat;
	}
#featureMain .navSlides li.active {
	background:#FF1A1A; 
	background:#000;
	}

#featureMain .progressBar {
	width:100px; 
	height:5px; 
	background:#000; 
	float:right; 
	margin:7px 22px 0 0;
	}
#featureMain .progressBar .bar {
	background:#DEDBDC; 
	height:5px; 
	width:0; }

