/*
    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: 980px; height:449px; position:relative; margin:0 auto; border:1px dashed #FF0000; background:#fff; margin-bottom:10px;}
.anythingSlider .wrapper                {width: 980px; overflow: auto; height: 449px; margin:0px;  position: absolute; top:0; left:0;}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width:32700px; list-style: none; position: absolute; top:0px; left:0px; border-top: 0px solid #a8b2bb; border-bottom: 0px solid #a8b2bb; margin: 0;}

*html .anythingSlider .wrapper ul             { width:32700px; list-style: none; position: absolute; top:0px; left:0px; border-top: 0px solid #a8b2bb; border-bottom: 0px solid #a8b2bb; margin: 0;}

.anythingSlider ul li                   { display: block; float: left; padding:0; height: 449px; width: 980px; background:none; margin: 0; padding-left:0;}



.anythingSlider .arrow                  { display: block; height: 200px; width: 30px; text-indent: -9999px; position: absolute; top:0px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right:10px; top:48%; background-image:url(images/arr_next.png); background-repeat:no-repeat;/* background:none; */display:block; }
.anythingSlider .back                   { background-position: 0 0; left: 10px; top:48%; background-image:url(images/arr_previous.png); background-repeat:no-repeat; /*background:none; */display:block;}

#thumbNav                               { position: relative; top: 0px; width:960px; margin:0px;}
#thumbNav a                             { color: black; display: inline-block; padding-top: 12px; height: 50px; width:212px; margin:0px; text-align: center; background:url(../images/tab.png) no-repeat right top;  font-weight:bold; text-decoration:none; }
#thumbNav a:hover                       { /*background-image: none;*/ text-decoration:none; }
#thumbNav a.cur                         { background:url(../images/tab-h.png) no-repeat left top;}

#start-stop                             { background:red; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 4px 5px; width: 40px; text-align: center; position:relative; left:5px; top:6px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; text-decoration:none!important;}

#start-stop.playing                     { background-color:#251d68; border:none;}
#start-stop:hover                       { background-color:red; border:none;}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; padding:0; background:red; overflow: visible; width: auto; border: 0;  }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
.anythingSlider                         { font-size:12px;}
.anythingSlider .wrapper img            { float:right; margin:0!important; padding:0!important;}
.anythingSlider .wrapper h1             { position:relative!important; left:7%!important; top:-250px!important; z-index:500!important; padding:0!important; margin:0!important; font-size:54px!important;color:red!important; font-family:"Century Gothic"; text-shadow:#000 1px 1px 1px;} 
/*.anythingSlider .wrapper h1.blacktxt    {color:#333!important;} 
.anythingSlider .wrapper h1.redtxt    {color:red!important;} */