﻿/*
    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: 525px;
				height: 314px;
				position:relative;
				margin: 0 auto 1px;
				margin: 0; padding: 0; 
}
.anythingSlider .wrapper                { width: 525px; overflow:auto; height: 2295px; margin: 0 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             {
				width: 99999px;
				list-style: none;
				position: absolute;
				top: 0;
				left: 0;
				background: #FFFAD7;
				border-top: 3px solid #e0a213;
				border-bottom: 3px solid #e0a213;
				margin: 0;
				padding:0
}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 271px; width: 525px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 180px; width: 67px; background: url('') no-repeat 0 0; 
text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; margin:0; padding:0 }
#thumbNav                               { position: relative; top: 280px; text-align: center; text-decoration:none }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url('../js/cellshade.png') repeat-x; text-align: center; text-decoration:
none }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             {
				background: #C2D62D url('../js/cellshade.png') repeat-x;
				color: white;
				padding: 2px 5px;
				width: 40px;
				text-align: center;
				position: absolute;
				right: 45px;
				top: 280px;
				text-decoration:none
			}
#start-stop.playing                     {
				background-color: #4EB6D4;
}
#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; }