.ladyScroll {   height: 235px;border: #ddd 1px solid; position: relative; }
.ladyScroll .prev, .ladyScroll .next { width: 51px; height: 45px; position: absolute; top:80px; left: 0; z-index: 100; cursor: pointer; background: url(images/btns.png) no-repeat; }
.ladyScroll .next { left: auto; right: 0; background-position: 0 -90px; }
.ladyScroll .prev:hover { background-position: 0 -45px; }
.ladyScroll .next:hover { background-position: 0 -135px; }
.ladyScroll .scrollWrap { /*width: 616px;*/ margin-left: 31px; padding-top: 15px; overflow: hidden; position: absolute; }
.ladyScroll dl { float: left; width: 284px; text-align: center; position: relative; }
.ladyScroll span { display: block; width: 275px; height:28px; position: absolute; left: 5px; bottom: 0; background: #5f626b; filter: alpha(opacity=80); opacity: 0.80; }
.ladyScroll dt { margin: 0 auto; width: 275px; overflow: hidden; }
.ladyScroll img { display: block; width: 275px; height:200px;transition:all 0.8s ease 0s;}
.ladyScroll dl:hover img{transform:scale(1.1) rotate(1deg);}
.ladyScroll dd { width: 275px; height:28px; font-size: 20px; color: #fff; text-align: center; overflow: hidden; position: absolute; left: 5px; bottom: 0; }
.ladyScroll dl:hover dd{ display:none; }
.ladyScroll dd a { color: #fff;  line-height: 28px;}
.ladyScroll dd a:hover { text-decoration: none;}
.ladyScroll dl:hover span { background: #7D97E5; display:none; }