.anythingSlider                         {
	width: 1004px;
	height: 253px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #666666;
}
.anythingSlider .wrapper                {
	width: 1004px;
	overflow: auto;
	height: 253px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.anythingSlider .wrapper ul             {	width: 9999px;	list-style: none;	position: absolute;	top: 0;	left: 0;	background: #000000;	margin: 0;	border: 0px solid #e0a213; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 253px; width: 1004px; margin: 0; }



/*

.anythingSlider .arrow                  { display: block; height: 150px; width: 67px; background: url(../images/as/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 143px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -38px; }
.anythingSlider .back                   { background-position: -67px 0; left: -38px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }





.anythingSlider .arrow                  { display: block; height: 150px; width: 67px; background: url(../images/as/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 112px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -67px; }
.anythingSlider .back                   { background-position: -67px 0; left: -67px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

*/

.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; }


/*
  
#thumbNav                               {
	position: relative;
	text-align: center;
	bottom: 0px;
	padding-top: 255px;
}
#thumbNav a                             {
	color: #FFFFFF;
	font-family: Georgia, Serif; 		
	display: inline-block;
	width: 25px;
	height: 18px;
	margin: 0 5px 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;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         {
	
}
*/