﻿.PicScroll{ width:100%;  overflow:hidden; position:relative;}
.PicScroll .hd{ overflow:hidden;}
.PicScroll .hd .prev{ display:block; width:30px; height:60px; overflow:hidden; cursor:pointer;background:url(../Scroll/cowboy_Right.png) no-repeat; position:absolute; right:0; top:140px;  z-index:999;}
.PicScroll .hd .next{ display:block; width:30px; height:60px; overflow:hidden; cursor:pointer;background:url(../Scroll/cowboy_Left.png) no-repeat; position:absolute;left:0;top:140px;  z-index:999;}

.PicScroll .bd{}
.PicScroll .bd ul{ overflow:hidden; zoom:1; }
.PicScroll .bd ul li{ float:left; _display:inline;list-style:none;  overflow:hidden; text-align:center;  }