/*
    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 { background: url(/images/structure/panel-bg.gif) no-repeat; width:621px; height: 248px; padding:6px; margin-bottom:10px; position:relative; overflow:hidden; position:relative; }
#anythingSlider #panel-wrap { width:612px; overflow:hidden; height: 240px; position:relative;  }
#anythingSlider #panel-wrap .content {float:left; width:310px; margin:70px 0 0 70px; padding:25px; font-size:14px; line-height:24px; background: url(/images/slideshow/bg-content.png) 0 0 repeat;}
#anythingSlider .title {width:100%; display:block; margin-bottom:-20px;}
	#anythingSlider1 {}
	#anythingSlider2 {}
	#anythingSlider3 {}

                                       /* Width below is max for Opera */

#anythingSlider ul{ margin:0; padding:0; position:absolute; top:1px; left:0px; width:32700px;}
#anythingSlider ul li{ list-style:none; margin:0; float:left;}
#anythingSlider ul li.arrow { display: block; height: 84px; width: 51px; background: url('/images/slideshow/arrows.png') no-repeat 0 0; text-indent:-9999em; position: absolute; top: 80px; cursor: pointer; margin:0; padding:0; z-index:10000; font-size:1px; color:#ffffff;}
#anythingSlider ul li.forward { background-position: -51px 0; left: 577px; text-indent: -9999em;  }
#anythingSlider ul li.forward a{   color:#ffffff;}
#anythingSlider ul li.back { background-position: 0 0; left: 15px; text-indent: -9999em;  }
#anythingSlider ul li.back a{ text-indent: -9999em;  color:#ffffff;}
#anythingSlider .forward:hover { background-position: -51px -84px; }
#anythingSlider .back:hover { background-position: 0 -84px; }

.thumbNav { position: relative; top: 0; right:15px; text-align: right; width:100%; height:1px; }
.thumbNav a { display: inline-block; width:10px; height: 10px; padding: 0; margin: 0 5px 0 0; text-indent:-3333em;  }
#anythingSlider .thumbNav ul{ width:auto; list-style:none; text-indent:-333333em;}


#start-stop { display:none; }
#start-stop.playing { display:none; }
#start-stop:hover { }

.start-stop { display:none; }
#start-stop.playing { display: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; }
