@charset "utf-8";

.gallery { width:823px; height:250px; 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:823px; height:250px; overflow:hidden; }

p#controls { margin:0; padding:0; position:relative; }

#prevBtn { display:block; margin:0; overflow:hidden; width:29px; height:29px; position:absolute; left:-41px; top:-140px; }

#nextBtn { display:block; margin:0; overflow:hidden; width:29px; height:29px; position:absolute; left: 836px; top:-140px; }

#prevBtn a { display:block; width:29px; height:29px; background:url(../../images/l_arrow.png) no-repeat 0 0; }

#nextBtn a { display:block; width:29px; height:29px; background:url(../../images/r_arrow.png) no-repeat 0 0; }

/*body {

	background-color: #020C21;

}*/