img{
border:none;
}

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

.slideshow{
margin-bottom:-200px;
position:relative;
top:-20px;
z-index:1000;	
}


/* Easy Slider */
.slideshow ul li img{
padding:5px;	
}

.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:520px;
height:241px;
}
	
.prevClass, .nextClass{
display:block;
width:35px;
height:74px;
position:relative;
}

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

.nextClass{
top:-84px;
left:520px;
}
														
.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;
}