/*
    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:900px;
	height:237px;
	padding:4px;
	background:#fff;
	position:relative;
	border:1px solid #a0badf;
	position: relative;
}
.anythingSlider .wrapper                { width: 900px; overflow: auto; height: 237px; position: absolute; top: 4px; left: 4px; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: none; position:absolute; padding: 0; height: 237px; width: 900px;}
.anythingSlider ul li.current           { display: block;}
.anythingSlider .arrow                  { display: block; position:absolute; text-indent:-9999px; height: 17px; width: 12px; cursor: pointer; bottom:10px; z-index:2;}
.anythingSlider .back                { background:url(../images/left-arrow.gif) no-repeat; right:213px;}
.anythingSlider .forward             { background:url(../images/right-arrow.gif) no-repeat; right:15px; }

#thumbNav { 
	position:absolute;
	width:187px;
	height:24px;
	right:4px;
	bottom:4px;
	padding:5px 10px 0 50px;
	background:url(../images/paging-bg.png) no-repeat top left;
	z-index:1; }
* html .anythingSlider .wrapper {
	 top: 3px;
	}
* html #thumbNav{
	bottom:3px;
	}
#thumbNav a { 
	float:left;
	width:21px;
	height:20px;
	font-size:17px;
	line-height:20px;
	color:#c7d4ee;
	text-align:center;
	background:url(../images/paging.gif) no-repeat 0 0;
	font-family:Arial;
	margin-right:7px;
}
#thumbNav a:hover ,#thumbNav a.cur { color:#223969;
	background:url(../images/paging.gif) no-repeat 0 -20px; }

#start-stop                             { 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: 323px; -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; }