/*
    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{ 
	position: absolute;
	top: 0px;
	left: -19px;
	width: 1076px; 
	height: 370px;
}
.anythingSlider .wrapper{
	position: relative;
	margin-top: 10px;
	width: 934px; 
	overflow: auto; 
	height: 160px; 
	left: 65px; 
}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul#wrapper_container{
	position: absolute; 
	top: 0; 
	left: 0;
	width: 32700px;
}

.anythingSlider ul li{ 
	display: block; 
	float: left;
	margin: 0;	
	padding: 0; 
	height: 317px; 
	width: 934px;
}

.anythingSlider .arrow{
	position: absolute; 
	top: 65px; 
	cursor: pointer; 
	display: block; 
	height: 160px; 
	width: 67px; 
	background: url(../../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
}

.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: px; text-align: center; }
#thumbNav a                             { color: #ffffff; display: inline-block; padding: 2px 4px; height: 18px; margin: 0 3px 0 0;  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                       { color:#ffffff;background-image: none; }
#thumbNav a.cur                         { color:#ffffff;}

#start-stop                             {   color: #ffffff; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 65px; top: 160px; -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                     { color: #ffffff; }
#start-stop:hover                       { color: #ffffff;  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; }
*/