#AdSlider   {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:433px;
	height:179px;
	overflow:hidden;
	text-align: center;
	float: left;
	border: 1px solid #d0d0d0;
		}	
	

/* Easy Slider */

	#AdSlider ul, #AdSlider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#AdSlider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:433px;
	height:179px;
	overflow:hidden;
	text-indent:0;
		}	
		
	/* numeric controls */	

	ol#controls{
	padding:0;
	font-size:10px;
	font-family:Verdana;
	text-align:center;
	paddding-bottom:10px;
	margin-top: 5px;
	width: 433px;
	height: 25px;
	float: left;
		}
	ol#controls li{
	margin:0 2px 0 0;
	padding:0;
	list-style:none;
	height:10px;
	line-height:10px;
	text-align: right;
	display: inline-block;
		}
	ol#controls li a{
	background-image:url(../images/ads_off.png);
	background-repeat:no-repeat;
	width:13px;
	height:13px;
	display:block;
		}
	ol#controls li.current a{
	background-image:url(../images/ads_on.png);
	background-repeat:no-repeat;
	width:13px;
	height:13px;
	display:block;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

