   /* image replacement */
.graphic, #prevBtn, #nextBtn{
	display:block;
    margin:0;
    overflow:hidden;
    padding:0;
    text-indent:-8000px;
}
    /* // image replacement */
			

#container{	
	margin:0 auto;
	position:relative;
	text-align:left;
	width:438px;
}				

	#content{
		position:relative;
	}			

/* Easy Slider */

#slider{}	
#slider ul, #slider li{
	list-style:none;
	margin:0;
	padding:0;
}

	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		height:338px;
		overflow:hidden; 
		width:438px;
		}	

	#slider2 ul, #slider2 li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider2, #slider2 li { 
		height:100%;
		overflow:hidden;
		width:438px;
}
	
		
	#prevBtn, #nextBtn{ 
		display:block;
		height:338px;
		left:-30px;
		position:absolute;
		top:0px;
		width:30px;
		}	

	#nextBtn{ 
		left:438px;
		}														

	#prevBtn a, #nextBtn a{  
		background:url(../pix/slider-previous.jpg) no-repeat 0 0;	
		display:block;
		height:338px;
		width:30px;
		}	
		
	#nextBtn a{ 
		background:url(../pix/slider-next.jpg) no-repeat 0 0;	
		}												

/* // Easy Slider */