.box { width: 260px; height: 150px; position:relative;overflow:hidden;}
.box ol { position: absolute;z-index: 2;right:0;bottom:0; margin-bottom:6px; margin-right:5px;}
.box ol li{ float: left; margin-right: 3px; display: inline; cursor: pointer; background: #fcf2cf; border: 1px solid #f47500; padding: 0px 4px; color: #d94b01; font-family: arial; font-size: 12px; }
.box .active { padding: 0px 4px; font-weight: bold; color: #ffffff; background: #ffb442; position: relative; bottom: 2px; }

.box ul { position: absolute; top: 0; left: 0; z-index: 1; }
.box ul li { width: 260px; height: 150px; float: left; }
.box ul img { float: left; width: 250px; height: 140px; padding: 4px;border: 1px solid #D2CDBE;}


