/*
    anythingSlider v1.2
    
    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: 377px; height: 90px; position: relative; }
.anythingSlider .slideWrapper { width: 370px; overflow: auto; height: 90px; position: absolute; top: 0; left: 0; }

/* Width below is max for Opera */
.anythingSlider .slideWrapper ul { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li { display: block; float: left; padding: 0; height: 90px; width: 370px; margin: 0; }
a.slideLink { color: #FFF; text-decoration: none; padding-left: 15px; background: url(../images/seminarLink.png) no-repeat left center; }
a:hover.slideLink { color: #FFF; text-decoration: underline; }

#thumbNav { position: relative; top: 40px; }
#thumbNav a { color: #FFF; font-size: 11px; line-height: 15px; display: inline-block; padding: 1px 4px; height: 15px; margin-right: 5px; text-align: center; }
#thumbNav a.cur { background: #FFF; color: #424B51 }