img{
border:none;
}

/* image replacement */
.graphic, .prevClass, .nextClass{
margin:0;
padding:0;
display:block;
overflow:hidden;
text-indent:-8000px;
}

.slideshow{
margin-top:17px;
margin-left:20px;	
}


/* Easy Slider */
.slideshow ul, .slideshow li{
margin:0;
padding:0;
list-style:none;
}
	
.slideshow li{ 
/* 
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/ 

background:#FFF;
width:360px;
height:172px;
}
	
.prevClass, .nextClass{
display:block;
width:35px;
height:74px;
position:relative;
}

.prevClass{
top:-110px;
left:-34px;	
}

.nextClass{
top:-180px;
left:400px;
}
														
.prevClass a, .nextClass a{
display:block;
position:relative;
width:35px;
height:74px;
background:url(../img/btn_prev.png) no-repeat 0 0;	
}
	
.nextClass a{
background:url(../img/btn_next.png) no-repeat 0 0;	
}	

#none a{
background:none;
}