#sliderwrapper {
	margin:0 auto;

		text-align:left;
		width:895px; /* 895 + 30 + 30 */
}
			#slider {
			width:895px;
		height:350px;
		margin: 0 auto;	
			/*position:relative;	*/
			}
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
					

/* Easy Slider */
#slider ul {
width:895px;
height:350px;
z-index:200;
/*position: absolute;
top: 0;
left: 0;*/

}

	#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:895px;
		height:350px;
		overflow:hidden; 
		z-index:200;
		}	
	#prevBtn, #nextBtn
	{ 
		display:block;
		width:50px;
		height:35px;
		/*position:absolute;
		left:0px;
		top:71px;*/
		z-index:200;
		float: left;
		margin-top: -194px;
		}	
	#nextBtn, #slider1next{ 
		/*left:726px;*/
		float: right;
		}														
	#prevBtn a, #nextBtn a
	{  
		display:block;
	/*	position:relative;*/
		width:50px;
		height:35px;
		background:url(/media/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(/media/btn_next.png) no-repeat 0 0;
		}	
		
