/*
    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: 705px; height: 350px; position: relative; margin: 0; }
.anythingSlider .wrapper                { width: 705px; overflow: hidden; height: 350px; 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: -40px; }
.anythingSlider ul li                   { position: relative; display: block; float: left; padding: 0; height: 350px; width: 705px; margin: 0; }

.anythingSlider ul li #bg               { position: relative; display: block; width: 705px; height: 350px; background-repeat: no-repeat; background-position: center right; }

.anythingSlider ul li #bg .title_one { position: absolute; display: block; top: 130px; left: 30px; font-size: 28px; font-weight: normal; }

.anythingSlider ul li #bottomshade { display: block; position: absolute; top: 313px; left: 0px; width: 705px; height: 40px; background-color: #222222; opacity:.50; filter: alpha(opacity=50); -moz-opacity: 0.5; }

.anythingSlider ul li #promocredit { position: absolute; top: 323px; left: 14px; color: #FFFFFF; text-shadow: #222222 1px 1px 2px; font-size: 12px; }

#promocredit a:link { color: #DDDDDD; text-shadow: #222222 1px 1px 2px; font-size: 12px; border-bottom: 1px dotted #666666; }
#promocredit a:visited { color: #DDDDDD; 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: #DDDDDD; 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: 322px; text-align: center; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-color: #FFFFFF; padding: 2px; opacity:0.5; filter: alpha(opacity=50); -moz-opacity: 0.5; float: right; margin-right: 128px; }

#thumbNav:hover	{ display: inline-block; position: relative; top: 322px; text-align: center; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-color: #FFFFFF; padding: 2px; opacity: 1.0; filter: alpha(opacity=100); -moz-opacity: 1.0; float: right; margin-right: 128px; }

#thumbNav a                             { color: #222222; display: inline-block; padding: 2px; padding-top: 0px; height: 15px; width: 16px; margin: 0 1px 0 0; text-align: center; font-size: 11px; }
#thumbNav a:hover                       { background-color: #efefef; color: #666666; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font-size: 11px; }
#thumbNav a.cur                         { background-color: #333333; color: #FFFFFF; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; text-shadow: #141414 1px 1px 2px; font-size: 11px; }

#start-stop                             { width: 110px; background-color: #FFFFFF; color: #222222; padding: 2px 2px; text-align: center; position: absolute; right: 7px; top: 322px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; opacity:.50; filter: alpha(opacity=50); -moz-opacity: 0.5; font-size: 11px; }

#start-stop.playing                     { width: 110px; background-color: #FFFFFF; color: #222222; padding: 2px 2px; text-align: center; position: absolute; right: 7px; top: 322px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; opacity:.50; filter: alpha(opacity=50); -moz-opacity: 0.5; font-size: 11px; }

#start-stop:hover                       { width: 110px; color: #888888; opacity: 1.0; filter: alpha(opacity=100); -moz-opacity: 1.0; font-size: 11px; }

/*
  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; }