/*
    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                         { width: 900px; position: relative;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
	height: 600px;
	z-index: 0;
}

#shadow {
	position: relative;
	left: 0;
	z-index: 0;
	float: left;
	top: -600px;
}
.anythingSlider .wrapper                { 
width: 100%; 
overflow: auto; 
height: 600px; 
margin: 0; 
position: absolute; 
top: 0; 
left: 0; 
);
}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0;
}
.anythingSlider ul li                   { display: block; padding: 0; margin: 0;
	width: 900px;
	float: left;
}
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 200px; cursor: pointer;
	z-index: 899999;
	margin-right: 30px;
	margin-left: 30px;
}
.anythingSlider .forward                { background-position: 0 0; right: -84px; }
.anythingSlider .back                   { background-position: -54px 0; left: -97px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -54px -200px; }

#thumbNav                               { position: relative; top: 600px; text-align: center;
	z-index: 9999;
}
#thumbNav a                             { display: inline-block; -moz-border-radius: 50px; -webkit-border-radius: 50px;
	text-align: center;
	height: 10px;
	width: 10px;
	margin: 10px 2px 5px;
	border: 1px inset rgba(128,132,132,0.6);
	background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#a0a0a0));
	background: -moz-linear-gradient(top,  #6e6f6f,#6e6f6f  );
	color: rgba(255,254,255,0);
}


#thumbNav a:hover                       {
	text-decoration: none;
}
#thumbNav a.cur                         {
	background: -webkit-gradient(linear, left top, left bottom, from(#8e282b), to(#5a1f20));
	background: -moz-linear-gradient(top,  #8e282b,#5a1f20  );
}

/*
  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; }