/* Easy Slider */

	#slider
	{
		position: relative;
		margin-bottom: 0px;
		left: 48px;
	}
	
	
	#slider-wrap
	{
	position: relative;
	width:  1060px;
	height:  390px;
	overflow: hidden;
	left: -48px;
	}
	
	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:390px;
		overflow:hidden;
		background-color: gray;
		}	
	#prevBtn, #nextBtn{ 
		position: relative;
		display:block;
		width:30px;
		height:77px;
		/*left:-30px;
		top:-201px;*/
		left:-62px;
		top:-301px;
		}	
	#nextBtn{ 
		left:980px;
		top: -375px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:42px;
		height:71px;
		background:url(../images/interface/arrow-left.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/interface/arrow-right.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */
