/* CSS Document */
/*author : reino viljoen from misseddesigns at http://www.reinoviljoen.com*/
/* Easy Slider */
#slider ul, #slider li{margin:0; padding:0; list-style:none;}
#slider, #slider li{width:550px; height:510px; overflow:hidden;}
/* 
define width and height of container element and list item (slide)
list items must be the same size as the slider area
*/ 			
span#prevBtn{margin-left:15px; font-size:0.916em; padding:3px; margin-top:8px; width:100px; height:21px; line-height:21px; float:left; color:#FFFFFF; background:#000; text-align:center}
span#prevBtn a{color:#FFFFFF;}
span#nextBtn{margin-left:15px; font-size:0.916em; padding:3px; margin-top:8px; width:100px; height:21px; line-height:21px; float:left; color:#FFFFFF; background:#000; text-align:center}
span#nextBtn a{color:#FFFFFF;}					

/* // Easy Slider */
