/*  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: 960px;
	height: 360px;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	background-color: #FFF;
	}
.anythingSlider .wrapper                
{
	width: 960px;
	overflow: auto;
	height: 340px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background-color: #f5f5f6;
	background-position: center;
}
.anythingSlider .wrapper ul             
{
	width: 131084px;
	list-style: none;
	position: absolute;
	top: 1px;
	left: -51px;
	border-top: 0px;
	border-bottom: 0px;
	height: 341px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
}
.anythingSlider ul li                   
{
	display: block;
	float: left;
	padding: 0;
	height: 341px;
	width: 971px;
	margin: 0;
	background-color: #f5f5f6;
	background-position: center;
}


.anythingSlider .arrow                  
{
	display: block;
	height: 200px;
	width: 67px;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
}



.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -2px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }




/*thumbnail & navigation stuff */

#thumbNav                               { position: relative; top: 323px; text-align: center; }
#thumbNav a                            
{
	color: white;
	display: inline-block;
	padding: 0px;
	margin: 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;
	font-size: 0px;
	line-height: 0px;
}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #fff; }

#start-stop                             { }
#start-stop.playing                     { }
#start-stop:hover                       { }

/*
  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; }


