/*
    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: 720px; height: 200px; position: relative; margin: 0; }
.anythingSlider .wrapper                { width: 720px; overflow: hidden; height: 200px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; margin-left: 0px; }

html>/**/body .anythingSlider .wrapper ul	{ margin-left: -40px; }

.anythingSlider ul li                   { position: relative; display: block; float: left; padding: 0; height: 200px; width: 720px; margin: 0; }

.anythingSlider ul li #bg               { position: relative; display: block; width: 720px; height: 200px; }

.anythingSlider ul li #bottomshade { display: none; position: absolute; top: 162px; left: 0px; width: 720px; height: 40px; background-color: #000000; opacity:.80; filter: alpha(opacity=80); -moz-opacity: 0.8; }

.anythingSlider ul li #promocredit { display: none; position: absolute; top: 173px; left: 14px; color: #888888; text-shadow: #222222 1px 1px 2px; font-size: 12px; }

#promocredit a:link { color: #888888; text-shadow: #222222 1px 1px 2px; font-size: 12px; border-bottom: 1px dotted #666666; }
#promocredit a:visited { color: #888888; text-shadow: #222222 1px 1px 2px; font-size: 12px; border-bottom: 1px dotted #666666; }
#promocredit a:hover { color: #FFFFFF; text-shadow: #222222 1px 1px 2px; font-size: 12px; border-bottom: 1px dotted #888888; }
#promocredit a:active { color: #888888; text-shadow: #222222 1px 1px 2px; font-size: 12px; border-bottom: 1px dotted #666666; }

.anythingSlider .arrow                  { display: none; height: 20px; width: 20px; background: url(/includes/aslider/images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 20px; }
.anythingSlider .back                   { background-position: -20px 0; }
.anythingSlider .forward:hover          { background-position: 0 -20px; }
.anythingSlider .back:hover             { background-position: -20px -20px; }

#thumbNav	{ display: inline-block; position: relative; top: 170px; text-align: center; -moz-border-radius: 3px; -webkit-border-radius: 3px; background-color: #000000; padding: 2px; opacity:.50; filter: alpha(opacity=50); -moz-opacity: 0.5; float: right; margin-right: 132px; background-image: url(/includes/aslider/images/nav_back.jpg); }

#thumbNav:hover	{ display: inline-block; position: relative; top: 170px; text-align: center; -moz-border-radius: 3px; -webkit-border-radius: 3px; background-color: #000000; padding: 2px; opacity: 1.0; filter: alpha(opacity=100); -moz-opacity: 1.0; float: right; margin-right: 132px; }

#thumbNav a                             { color: #888888; display: inline-block; padding: 2px; height: 16px; width: 16px; margin: 0 1px 0 0; text-align: center; text-shadow: #333333 1px 1px 2px; }
#thumbNav a:hover                       { color: #DDDDDD; }
#thumbNav a.cur                         { background: #999999; color: #333333; -moz-border-radius: 2px; -webkit-border-radius: 2px; background-image: url(/includes/aslider/images/nav_back_on.jpg); text-shadow: #919191 1px 1px 0px; }

#start-stop                             { width: 110px; background-color: #000000; color: #888888; padding: 4px 5px; text-align: center; position: absolute; right: 6px; top: 170px; -moz-border-radius: 3px; -webkit-border-radius: 3px; opacity:.50; filter: alpha(opacity=50); -moz-opacity: 0.5; background-image: url(/includes/aslider/images/nav_back.jpg); text-shadow: #333333 1px 1px 2px; }

#start-stop.playing                     { width: 110px; background-color: #000000; color: #888888; padding: 4px 5px; text-align: center; position: absolute; right: 6px; top: 170px; -moz-border-radius: 3px; -webkit-border-radius: 3px; opacity:.50; filter: alpha(opacity=50); -moz-opacity: 0.5; background-image: url(/includes/aslider/images/nav_back.jpg); text-shadow: #333333 1px 1px 2px; }

#start-stop:hover                       { width: 110px; color: #888888; opacity: 1.0; filter: alpha(opacity=100); -moz-opacity: 1.0; }

/*
  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; }
