/* CSS Document */
 
/* Easy Slider */

	#upper_slider{width:50%; margin:0px; padding:0px; float:right; position:relative;}	
	#upper_slider ul, #upper_slider li{
		margin:0;
		padding:0;
		list-style:none;
		float:left;
		}
	#upper_slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		float:left;
		width:900px;
		height:125px;
		overflow:hidden;
		outline:0px;
		border:0px;
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:0px;
		}	
	#nextBtn{ 
		left:50px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:27px;
		height:27px;
		position:absolute;
		z-index:200;
		left:30px;
		top:140px;
		text-indent:-9999px;
		background:url(../images/previous.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/next.gif) no-repeat 0 0;
		left:275px;
		}
	 
/* // Easy Slider */