#banner {
margin: 0 auto;
width: 980px;
height: 358px;
overflow: hidden;
}
#banner a {
text-decoration: none;
}
#banner img {
border: 0 none;
}
#banner .shade {
width: 980px;
height: 60px;
position: relative;
background-color: rgba(128,128,128,0.3);
top: -60px;
}
#banner .cap {
margin: 0 auto;
padding-top: 25px;
width: 610px;
position: absolute;
font: italic 9pt arial;
color: #fff;
text-align: right;
text-shadow: 3px 3px 2px #000;
}
#banner .thumb {
margin: 8px 12px 8px 4px;
width: 40px;
height: 40px;
position: relative;
border-width: 2px;
border-style: solid;
border-color: transparent;
float: right;
cursor: default;
}
#banner .tNow {
border-color: #36acc8;
border-radius: 8px;
}
#banner .tOn {
border-color: #fff;
border-radius: 8px;
}
#banner .tOff {
border-color: transparent;
}
