#slide {
margin-top:0px;
width:1000px;
height:482px;
position:absolute;
z-index:20;
left:0px;
top:0px;
background:url('../image/icon/loading.gif') no-repeat 50% 50%;
box-shadow:0 0 10px #000;
}
.nivo-controlNav {
position : absolute;
bottom : -25px;
}
.nivo-controlNav a {
display : block;
width : 22px;
height : 22px;
background : url('../image/icon/bullets.png') no-repeat;
text-indent : -9999px;
margin-right : 3px;
float : left;
}
.nivo-controlNav a.active {
background-position : 0 -22px;
}
.nivo-directionNav a {
display : block;
width : 46px;
height : 60px;
background : url('../image/icon/arrows.png') no-repeat;
text-indent : -9999px;
}
a.nivo-nextNav {
background-position : -50px 0;
right : 35px;
}
a.nivo-prevNav {
left : 35px;
}
.nivo-caption {
text-shadow : none;
font-family : Helvetica, Arial, sans-serif;
font-size:0px;
}
.nivo-caption a { 
color : #efe9d1;
text-decoration : underline;
}
.clear {
clear : both;
}