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

<!--.gallery_out { float:right; width:488px; height:428px; margin:0; padding:0;  }-->
.gallery { float:right; width:453px; height:378px; margin:0; padding:0px 35px 0 0; }
#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:453px; height:378px; overflow:hidden; }
p#controls { margin:0; padding:0; position:relative; }
#prevBtn { display:block; margin:0; padding:0; overflow:hidden; width:39px; height:93px; position:absolute; left:-41px; top:-232px; border:0;}
#nextBtn { display:block; margin:0; padding:0; overflow:hidden; width:39px; height:93px; position:absolute; left: 455px; top:-232px; border:0;}
#prevBtn a { display:block; width:39px; height:93px; background:url(http://st2.winninginteractive.com/images/l_arrow.gif) no-repeat 0 0;}
#nextBtn a { display:block; width:39px; height:93px; background:url(http://st2.winninginteractive.com/images/r_arrow.gif) no-repeat 0 0; }
