/* Style sheet slider */
#slider{position:relative;overflow:auto;margin-right:auto;margin-left:auto;padding-left:0;text-align:center;}
#slider ul,#slider li{margin:0;padding:0;list-style:none;}
#slider li{width:154px;height:110px;overflow:hidden;}
#prevBtn,#nextBtn{width:40px;height:53px;left:0;top:-85px;position:relative;display:block;}
#nextBtn{left:216px;top:-147px;}
#prevBtn a,#nextBtn a{width:40px;height:53px;display:block;background:url(tl_files/images/btn_prev.gif) no-repeat 0 0;}
#nextBtn a{background:url("tl_files/images/btn_next.gif") left top no-repeat;}

