/*
    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: 700px; height: 233px; position: relative; /*margin: 0 auto;*/ left:0px; }
.anythingSlider .wrapper                { width:700px; overflow: hidden; height: 233px; margin: 0 0px; position: absolute; top: 0; left: 0; border: 0px solid #fff;}
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; left:-40px; padding: 0 0px; width: 700px; height: 233px; margin:  0 !important; position: relative; top:0px;voice-family: "\"}\""; voice-family:inherit;width:700px; }
.anythingSlider .slideritem				{width:700px;padding: 5px 10px;voice-family: "\"}\""; voice-family:inherit;width:680px;}
.anythingSlider .arrow                  { display: block; height: 30px; width: 15px; /*background: url(../images/arrows.png) no-repeat 0 0;*/ text-indent: -9999px; position: absolute; top: 10px; cursor: pointer; zoom: 1; filter: alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; opacity: 0.5; }
.anythingSlider .forward                { /*background-position: 0 0;*/ background-image: url(../images/slider-arrow-right.gif); left: 43px; }
.anythingSlider .back                   { /*background-position: -67px 0;*/ background-image: url(../images/slider-arrow-left.gif); left: 10px; }
.anythingSlider .forward:hover          { /*background-position: 0 -200px;*/ filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity: 1 !important;}
.anythingSlider .back:hover             { /*background-position: -67px -200px;*/filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity: 1 !important; }

#thumbNav                               { position: absolute; top: 0px; left:8px; text-align: center; display: none; }
/*#thumbNav                               { position: absolute; bottom: -30px; right:0px; text-align: right; padding-right:95px;width:790px;}*/
#thumbNav a                             { color: #666;  display: inline-block; padding: 3px 4px 0px 3px; height: 25px; margin: 0 5px 0 0; text-decoration:none; background-color:#FFF; text-align: center; border:none; font-size:11px; list-style-type: disc; }
#thumbNav a:hover                       { text-decoration: underline; }
#thumbNav a.cur                         { background: #37424A; color:white;  border:none;  }
#thumbNav a.cur:hover					{ text-decoration: none;}
#start-stop                             { display:none;background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 400px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#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; }

.home .anythingSlider{
	width: 920px; height: 265px;
}
.home .anythingSlider .wrapper{
	width: 920px; height: 265px;
}
.home .anythingSlider ul li{
	width: 920px; height: 265px;
}
.home .anythingSlider .slideritem{
	width: 920px;
}