

/*---------------------	 Slideshow	---------------------*/
a{ outline:none;}
div#start-slideshow {
	margin-bottom: 0px;
	margin-left: -1px;
	margin-top: 0px;
	width:980px;
	height:240px;
	overflow: hidden;
	position: relative;
	
	}
#items_container {
	width:980px;
	height:240px;
	overflow: hidden;
	position: absolute;
	left: 0; top: 0px;
}
#controls {
	/*width: 700px;*/
	height:18px;
	position: absolute;
	top:215px;
	left:17px;
	overflow: hidden;
	z-index:50000;
	}

ul { margin:0; list-style-type:none; padding:0; }

#controls ul li {
	float: left;
	line-height:16px;
	background:url(../images/slider-bg.png) no-repeat 0 0;
	margin-right:4px;
	text-indent:-99999px;
	}
#controls ul li.nobg{
	background:none;
	display:none;
	}

#controls ul li.selected {
	background:url(images/slider-bg.png)
	background-position: 0 -16px;
	background-repeat: no-repeat;
	width:16px;
	height:16px;	
	}
	
	

#controls ul li.selected a, #controls ul li.selected a:hover {
	color: #FFF;
	background:url(../images/slider-bg.png) no-repeat 0 -16px;}

#controls ul li a {
	display:block;
	width:16px;
	height:16px;
	cursor: pointer;
	text-align: center;
	font:normal 13px/16px "[ArialNarrowMT]",Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	
}

#controls ul li a:hover {
	color: #FFF;
	text-decoration:none;
	background:url(../images/slider-bg.png) no-repeat 0 -16px;}



div.slide_item {
	width:940px;
	height: 248px;
	position: absolute;
	left: 0px;
	top: 0;
	
}

div.slide_item img {
	border: none;
}


.vedioads{
	height:240px;
	width:980px;
	padding:0px;
	}

