/*
    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: 310px; height: 186px; position: absolute; top: 0; left: 0; margin: 0 auto 15px; }
.anythingSlider .wrapper	{ width: 310px; overflow: auto; height: 186px; margin: 0 40px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul	{ width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li	{ display: block; float: left; padding: 0; height: 317px; width: 310px; margin: 0; }


#thumbNav{
	position: relative;
	top: 186px;
	height: 10px;
	text-align: center;
	padding: 4px 5px;
	background: #606060;
}

#thumbNav a{
	padding: 3px 7px;
	color: #ffffff;
	font-size: 0px !important;
	line-height: 8px !important;
	background: url(primaryRotation/btn_rotation_off.gif) center center no-repeat;
	border: 3px solid #606060;
}


#thumbNav a:hover{}
#thumbNav a.cur{
	color: #000000;
	background: url(primaryRotation/btn_rotation_on.gif) center center no-repeat; }



/*
  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; }
