/* CSS Document */
	/* Easy Slider */
	#slider {
	border-bottom:5px solid #eee;
	padding-bottom:15px;
	}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}

	#slider  ul li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:898px;
		height:900px;
		padding-top:30px;
	

		}	
	#prev, #next{ 
	float:left;
		display:block;
		width:134px;
		height:26px;
		position:absolute;
		left:700px;
		top:190px;
		z-index:1000;
		}	
	#next, #slider1next{ 
		margin-left:135px;
		}														
	#prev a, #next a{  
		display:block;
		position:relative;
		width:134px;
		height:26px;
		background:url(../images/lt_arrow.jpg) no-repeat 0 0;	
		}
	#next a{ 
		background:url(../images/rt_arrow.jpg) no-repeat 0 0;	
		}	
		
	/* numeric controls */		

	ul#controls{
		margin:1em 0;
		padding:0;
		height:18px;	
		position:absolute;
		top:390px;
		left:50px;
		}
	ul#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:10px;
		line-height:18px;
		}
	ul#controls li a{
		float:left;
		height:10px;
		line-height:10px;
		background-color:#66CCFF;
		color:#555;
		padding:0 5px;
		text-decoration:none;
		}
	ul#controls li.current a{
		background-color:#FF9900;
		color:#fff;
		}
	ul#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

