﻿.bannr {position:relative;}
.bannr .control {position:absolute;bottom:5px;right:5px;padding:5px;background:url(img/bannr-s.gif);z-index:200;}
.bannr .control .page {float:left;display:block;margin-top:-2px;font:bold 9pt tahoma;color:#369;} 
.bannr .control .total {float:left;display:block;margin-top:-2px;font:9pt tahoma;margin-right:5px;} 
.bannr .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;} 
.bannr .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;} 
.bannr .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;} 
.bannr .control .play-stop {background:url(img/bannr-stop.gif) no-repeat;} 
.bannr .control .play-hover {background:url(img/bannr-pause.gif) no-repeat;} 
.bannr .control .play-stop.play-hover {background:url(img/bannr-stop.gif) no-repeat;} 
.bannr .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;}
.bannr .control .dot-select {background:url(img/bannr-dotsel.gif) no-repeat;}
.bannr .item {position:absolute;top:0;left:0;display:block;}
.bannr-vertical {position:static;}
.bannr-horizon {position:static;overflow:hidden;}
.bannr-vertical .item {position:static;display:block;}
.bannr-horizon  .item {position:static;display:block;float:left;margin-left:-1px;border-left:1px solid #c8c8c8;}
