/*
    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: 620px; height: 220px; position: relative; margin: 0 0 15px; padding: 0;
					border-radius: 5px;
					-moz-border-radius: 5px; 
					-webkit-border-radius: 5px;
					 }
.anythingSlider .wrapper                { width: 620px; overflow: auto; height: 195px; margin: 0; position: absolute; top: 0; left: 0; border: 3px solid #d8ebf9; padding: 0;
					border-radius: 5px;
					-moz-border-radius: 5px; 
					-webkit-border-radius: 5px;  
					}


                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 195px; width: 620px; margin: 0; }

.anythingSlider .arrow                  { display: block; height: 100px; width: 10px; text-indent: -9999px; position: absolute; top: 0px; cursor: pointer; }
/**
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }
**/
#thumbNav                               { position: relative; top: 201px; text-align: center; }
#thumbNav a                             { color: #333333; text-decoration: none; font: 11px/18px Georgia, Serif; display: inline-block; 
					padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background-color: #d8ebf9; 
					text-align: center; -moz-border-radius-bottomleft: 5px; 
					-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; 
					-webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-color: #FFF; }
#thumbNav a.cur                         { background: #FFF; }

#start-stop                             { background-color: #d8ebf9; text-decoration: none; color: #333333; padding: 2px 5px; width: 60px; text-align: center; position: absolute; right: 0px; top: 201px; -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: #d8ebf9; text-decoration: none;}
#start-stop:hover                       { background-color: #FFF; text-decoration: none;}

/*
  Prevents
*/

.anythingSlider .wrapper ul { padding: 0; margin: 0; }

.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; }

.sliderContent				{ position: relative; padding: 0; margin: 0; width: 620px; height: 195px; color: #666666; background-color: #FFF; border: 1px solid #FFF;
					border-radius: 5px;
					-moz-border-radius: 5px; 
					-webkit-border-radius: 5px;
					 }
.sliderContent .pic			{ position: absolute; right: 20px; top: 10px; width: 270px; text-align: right; height: 175px; overflow: hidden; border: 1px solid #FFF;
					border-radius: 5px;
					-moz-border-radius: 5px; 
					-webkit-border-radius: 5px;
					 }
.sliderContent .text			{ position: absolute; left: 10px; top: 20px; width: 320px; text-align: left; height: 165px; overflow: hidden; z-index: 3; border: 1px solid #FFF; 
					border-radius: 5px;
					-moz-border-radius: 5px; 
					-webkit-border-radius: 5px;
					}