@charset "UTF-8";
/* CSS Document */


#slidercontainer{	
		margin: 0;
		padding: 0;
		position:relative;
		text-align:left;
		width:600px;
		height: 264px;
		background:#fff;
		margin-bottom:5px;
		display: block;
		margin-left: 5px;
		overflow:hidden;
		}	

/* Easy Slider */

	#slider {
		display: block;}

	#slider img { border: 0px; }

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:590px;
		height:264px;
		overflow:hidden; 
		}
		
	/* numeric controls */	

	ol#controls{
		margin:5px 0;
		padding:0;
		height: 25px;
		position: absolute;
		z-index: 1000;
		bottom: 0px;
		margin-left: 5px;
		}
	ol#controls li{
		margin:0 4px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:25px;
		line-height:28px;
		border:1px solid #ccc;
		background:#e4eef7;
		color:#555;
		padding:0 10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#0065b3;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */