﻿.slidr {position:relative;}
.slidr .control {position:absolute;bottom:5px;right:5px;padding:5px;background:url(img/bannr-s.gif);z-index:20;}
.slidr .control .page {float:left;display:block;margin-top:-2px;font:bold 9pt tahoma;color:#369;} 
.slidr .control .total {float:left;display:block;margin-top:-2px;font:9pt tahoma;margin-right:5px;} 
.slidr .control .prev {float:left;display:block;text-indent:-2000px;font-size:0;line-height:0;background:url(img/bannr-prev.gif) no-repeat; width:13px; height:13px;} 
.slidr .control .next {float:left;display:block;text-indent:-2000px;font-size:0;line-height:0;background:url(img/bannr-next.gif) no-repeat; width:13px; height:13px;} 
.slidr .control .play {float:left;display:block;text-indent:-2000px;font-size:0;line-height:0;background:url(img/bannr-play.gif) no-repeat; width:13px; height:13px;} 
.slidr .control .play-stop {background:url(img/bannr-stop.gif) no-repeat;} 
.slidr .control .play-hover {background:url(img/bannr-pause.gif) no-repeat;} 
.slidr .control .play-stop.play-hover {background:url(img/bannr-stop.gif) no-repeat;} 
.slidr .control .dot {float:left;display:block;text-indent:-2000px;font-size:0;line-height:0;background:url(img/bannr-dot.gif) no-repeat;width:13px;height:13px;}
.slidr .control .dot-select {background:url(img/bannr-dotsel.gif) no-repeat;}
.slidr-view {position:relative; overflow:hidden;}
.slidr-items {position:absolute; left:0; top:0; width:10000px;}
.slidr-items .item {float:left;}
.slidr-vertical .slidr-items {width:inherit; height:10000px;}
