/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

.anythingSlider { 
 width: 960px; height: 420px; position: relative; 
}
.anythingSlider .wrapper { 
 width: 960px; overflow: auto; height: 420px; position: absolute; top: 0; left: 0; 
}
.anythingSlider .wrapper ul { 
 width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; 
}
.anythingSlider ul li { 
 display: block; float: left; padding: 0; height: 420px; width: 960px; margin: 0; 
}
.anythingSlider .arrow { 
 display: block; height: 14px; width: 14px; text-indent: -9999px; position: absolute; cursor: pointer; 
 margin-top:294px; z-index:9; 
}
.anythingSlider .forward { 
 background-image:url(../images/next.gif); background-repeat:no-repeat; width:14px; height:14px; 
 margin-top: 385px; margin-left:905px; 
}
.anythingSlider .back { 
 background-image:url(../images/prev.gif); background-repeat:no-repeat; width:14px; height:14px;  
 margin-top: 385px; margin-left:880px; 
}

#thumbNav { 
 position: relative; top: 323px; text-align: center; display:none; 
}
#thumbNav a { 
 color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; 
 margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.html) repeat-x; text-align: center; 
}

#thumbNav a:hover { 
 background-image: none; 
}

#thumbNav a.cur { 
 background: #e0a213; 
}

#start-stop { 
 background: green; background-image: url(../images/cellshade.html); background-repeat: repeat-x; color: white; 
 padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; display:none; 
}
#start-stop.playing { 
 background-color: red; 
}
#start-stop:hover { 
 background-image: none; 
}

/* Prevents */
.anythingSlider .wrapper ul ul { 
 position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; 
}
.anythingSlider .wrapper ul ul li { 
 float: none; height: auto; width: auto; background: none; 
}
.bg_sc 	{ 
 width:60px; height:24px; background-image: url(../images/paging_bg.png); background-repeat:no-repeat; 
 position:absolute; margin-top:-40px; margin-left:870px; z-index:7;
}

.rotating_banner .anythingSlider { 
 width: 698px; height: 216px; border:#d9d9d9 solid 1px; position: relative; 
}
.rotating_banner .anythingSlider .wrapper { 
 width: 698px; overflow: auto; height: 216px; position: absolute; top: 0; left: 0; 
}
.rotating_banner .anythingSlider .wrapper ul { 
 width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; 
}
.rotating_banner .anythingSlider ul li { 
 display: block; float: left; padding: 0; height: 216px; width: 698px; margin: 0; 
}
.rotating_banner .anythingSlider .arrow { 
 display: block; height: 14px; width: 14px; text-indent: -9999px; position: absolute; cursor: pointer; 
 margin-top:194px; z-index:9; 
}
.rotating_banner .anythingSlider .forward { 
 background-image:url(../images/prev1.gif); background-repeat:no-repeat; width:14px; height:14px; margin-left:665px;  
}
.rotating_banner .anythingSlider .back { 
 background-image:url(../images/next1.gif); background-repeat:no-repeat; width:14px; height:14px; margin-left:675px; 
}

.rotating_banner #thumbNav { 
 position: relative; top: 216px; text-align: center; display:none; 
}
.rotating_banner #thumbNav a { 
 color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; 
 margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.html) repeat-x; text-align: center; 
}
.rotating_banner #thumbNav a:hover { 
 background-image: none; 
}
.rotating_banner #thumbNav a.cur { 
 background: #e0a213; 
}

.rotating_banner #start-stop { 
 background: green; background-image: url(../images/cellshade.html); background-repeat: repeat-x; color: white; 
 padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; display:none; 
}
.rotating_banner #start-stop.playing  { 
 background-color: red; 
}
.rotating_banner #start-stop:hover { 
 background-image: none; 
}
