* {
list-style: none;
margin: 0;
padding: 0;
}
#divSmallBox {
background: #FFF;
border-radius: 10px;
*display: inline;
height: 10px;
margin: 0 5px;
overflow: hidden;
width: 10px;
*zoom: 1;
}
#playBox {
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-ms-border-radius: 3px 3px 3px 3px;
-o-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
float: left;
height: 270px;
margin: 0 auto;
overflow: hidden;
position: relative;
width: 550px;
}
#playBox .oUlplay {
left: 0;
position: absolute;
top: 0;
width: 99999px;
}
#playBox .oUlplay li {float: left;}
#playBox .des {
background-color: rgba(255, 255, 255, 0.6);
top: 194px;
display: block;
float: left;
padding: 5px 10px 5px 12px;
position: absolute;
width: 550px; 
}
.oUlplay li:nth-child(1) .des {left: 0;}
.oUlplay li:nth-child(2) .des {left: 550px;}
.oUlplay li:nth-child(3) .des {left: 1100px;}
.oUlplay li:nth-child(4) .des {left: 1650px;}
.oUlplay li:nth-child(5) .des {left: 2200px;}
.oUlplay li:nth-child(6) .des {left: 2750px;}
#playBox strong {
color: #2D7810;
margin-right: 10px;
text-shadow: 0 0 1px;
}
#playBox .txt {
color: #5F5F5F;
font-size: 14px;
line-height: 160%;
}
#playBox .txt a {
border: 0;
color: #5F5F5F;
}
#playBox .txt a:hover {
border: 0;
color: #FF6600;
}
#playBox .txt a.link {
color: #FF6600;
}
#playBox .txt a.link:hover {
border-bottom: 1px solid;
}
#playBox .pre {
background: url(//www.transfer.org.cn/wp-content/themes/transfer/slider/l.png) no-repeat 5% 50%;
cursor: pointer;
height: 100px;
left: 10px;
position: absolute;
top: 84px;
width: 100px;
z-index: 10;
}
#playBox .next {
background: url(//www.transfer.org.cn/wp-content/themes/transfer/slider/r.png) no-repeat 95% 50%;
cursor: pointer;
height: 100px;
position: absolute;
right: 10px;
top: 84px;
width: 100px;
z-index: 10;
}
#playBox .smalltitle {
top: 12px;
height: 10px;
position: absolute;
right: 10px;
width: 550px;
z-index: 10;
}
#playBox .smalltitle ul {
float: right; }
#playBox .smalltitle ul li {
background: #FFF;
border-radius: 10px;
box-shadow: 0 0 5px #BBB;
*display: inline;
float: left;
height: 10px;
margin: 0 5px;
overflow: hidden;
width: 10px;
*zoom: 1;
}
#playBox .smalltitle ul li:hover {
cursor: pointer;
}
#playBox .smalltitle .thistitle {
background: #66BE12;
}