/* http://www.miaov.com/ - coding: leo - QQ: 20907961 - time: 2010/8/28 */





.box { width: 100%; height: 100%; position:absolute; overflow:hidden;}
.box ol { position: absolute; left: 47%; bottom: 37px; z-index: 2; }
.box ol li { float: left; margin-right: 4px; display: inline; cursor: pointer; width:12px; height:12px; background:url(../images/active.png) no-repeat }
.box .active { background:url(../images/activeh.png) no-repeat }

.box ul { position: absolute; top: 0; left: 0; z-index: 1; width:auto; }
.box ul li { float: left; display:inline; }
.box ul img { float: left; }

.box p { width: 77px; height: 77px; position: absolute; top: 50%; margin-top:-38px; z-index: 600; cursor: pointer; }
.box .prev { left: 70px; background:url(../images/left.png) no-repeat;}
.box .prev:hover{ background:url(../images/left.png) no-repeat; }
.box .next { right: 70px;  background:url(../images/right.png) no-repeat; }
.box .next:hover{background:url(../images/right.png) no-repeat; }