

/* Easy Slider */

	div#main div#slider  ul, div#main div#slider  li,
	div#main div#slider2 ul, div#main div#slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		background:none;
		}
	div#main div#slider2{margin-top:1em;}
	div#main div#slider  li, div#main div#slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:713px;
		height:306px;
		overflow:hidden; 
		z-index:20;
		}	

		
	/* numeric controls */	

	ol#controls{
		margin:-35px 0 0 0;
		padding:0 5px;
		height:35px;
		background:url(../images/slide-bg.png) 0 0;		
		float:left;
		width:703px;
		position:relative;
		left:8px;
		bottom:8px;
		}
	ol#controls li{
		margin:5px 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
float:left;
width:24px;
height:24px;
display:inline;
font-size:11px;
margin:0 5px 0 0;
line-height:24px;
font-weight:bold;
text-align:center;
text-decoration:none;
background-image:url(../images/slide-nav.png);
z-index:200;
		}
	ol#controls li.current a{
background-position:0 -24px;
color:white;
}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
