@charset "utf-8";
/* CSS Document */

.gallery { width:913px; height:285px; margin:0 auto; }
#slider { margin:0; padding:0; list-style:none; }
#slider ul,
#slider li { margin:0; padding:0; list-style:none; }
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li { width:913px; height:285px; overflow:hidden; }
p#controls { margin:0; padding:0; position:relative; }
#prevBtn { display:block; margin:0; overflow:hidden; width:40px; height:40px; position:absolute; left:-17px; top:-150px; }
#nextBtn { display:block; margin:0; overflow:hidden; width:40px; height:40px; position:absolute; left: 900px; top:-150px; }
#prevBtn a { display:block; width:40px; height:40px; background:url(../img/l_arrow.png) no-repeat 0 0; }
#nextBtn a { display:block; width:40px; height:40px; background:url(../img/r_arrow.png) no-repeat 0 0; }
</style>
<style type="text/css">
#readmore :link {text-decoration: none;}
#readmore :hover {text-decoration: underline;}