* { margin: 0; padding: 0; } body { } img { border: 0; vertical-align: top; } ul, li { list-style: none; } .shutter { overflow: hidden; width: 100%; position: relative; margin: 0 auto; height:660px!important; } .shutter-img { z-index: 1; } .shutter-img, .shutter-img a { position: absolute; left: 0; top: 0; width: 100%; } .shutter-img a { cursor: default; } .shutter-img a > img { width: 100%; height:660px!important; } .shutter-img .created { overflow: hidden; position: absolute; z-index: 20; } .shutter-btn {} .shutter-btn li { position: absolute; z-index: 2; top: 50%; width: 60px; height: 60px; margin-top: -30px; cursor: pointer; } .shutter-btn li.prev { left:10%; background: url(../images/shutter_prevBtn.png) no-repeat; } .shutter-btn li.next { right:10%; background: url(../images/shutter_nextBtn.png) no-repeat; } .shutter-desc { position: absolute; z-index: 2; left: 0; bottom: 0; width: 100%; height: 36px; background: url(../images/shutter_shadow.png) repeat; } .shutter-desc p { padding-left: 20px; line-height: 36px; color: #fff; font-size: 14px; }