/*
    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/
*/

div.anythingSlider_bottom h2 {
    color: #03467D;
    font-size: 9pt;
    font-weight: bold;	
	margin: 0 0 3px 0;	
}

div.anythingSlider_bottom 						{ width: 358px; height: 130px; position: relative; margin: 0 auto 25px; border: 0px red dashed; }
div.anythingSlider_bottom .wrapper 				{ width: 358px; overflow: auto; height: 130px; margin: 0; position: absolute; top: 0; left: 0; }

/* Width below is max for Opera */
div.anythingSlider_bottom .wrapper ul      		{ width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding:0; }
div.anythingSlider_bottom ul li            		{ display: block; float: left; padding: 0; height: 130px; width: 358px; margin: 0; }
div.anythingSlider_bottom .arrow           		{ display: none/*change to block for visable*/; height: 20px; width: 20px; background: url('images/arrows.gif') no-repeat; text-indent: -9999px; position: absolute; top: 160px; cursor: pointer; }
div.anythingSlider_bottom .forward              { left:20px; background-position: -20px -20px;}
div.anythingSlider_bottom .back                 { background-position: 0px -20px;}
div.anythingSlider_bottom .forward:hover        { background-position: -20px 0px;}
div.anythingSlider_bottom .back:hover           { background-position: 0px 0px;}

div.anythingSlider_bottom #thumbNav				{ position: relative; top: 130px; left:0px;}
div.anythingSlider_bottom #thumbNav a 			{ display: inline-block; text-decoration: none; padding: 2px 8px; margin: 0 3px 0 0;  text-align: center; color:#999}
div.anythingSlider_bottom #thumbNav a:hover		{ background-image: none;  color:#86adcf; }
div.anythingSlider_bottom #thumbNav a.cur		{ background: #86adcf; text-decoration:none; color:#fff;}

div.anythingSlider_bottom #start-stop			{ display:none;}
div.anythingSlider_bottom #start-stop.playing	{ background-color: red; }
div.anythingSlider_bottom #start-stop:hover		{ background-image: none;}

/* Prevents */
div.anythingSlider_bottom .wrapper ul ul 		{ position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
div.anythingSlider_bottom .wrapper ul ul li		{ float: none; height: auto; width: auto; background: none; }

div.anythingSlider_bottom .wrapper p {
	font-size:8pt;
}
