@charset "UTF-8";
/* Easy Slider */
 
.graphic,#prevBtn,#nextBtn {
display:block;
overflow:hidden;
text-indent:-8000px;
margin:0;
padding:0;
}

/* // image replacement */

#slider {
}

#slider ul,#slider li {
list-style:none;
margin:0;
padding:0;
}

#slider li {
width:510px;
height:120px;
overflow:hidden;
}

#prevBtn {
display:block;
width:24px;
height:24px;
position:relative;
left:-10px;
top:-65px;
}

#nextBtn {
display:block;
width:24px;
height:24px;
position:relative;
left:500px;
top:-90px;
}

#prevBtn a,#nextBtn a {
display:block;
width:24px;
height:24px;
background:url(../images/backgrounds/btn_prev.png) no-repeat 0 0;
}

#nextBtn a {
background:url(../images/backgrounds/btn_next.png) no-repeat 0 0;
}

