/* Anythin Slider */
.anythingSlider                         {
	width: 640px;
	height: 303px;
	position: relative;
	float:right;
}
.anythingSlider .wrapper                {
	width: 980px;
	overflow: auto;
	height: 500px;
	position: absolute;
	top: 0px;
	left: -340px;
}
.anythingSlider .wrapper ul             {
	width: 8720px;
	list-style: none;
	position: absolute;
	top: 1px;
	left: 1px;
	margin: 0;
}
.anythingSlider ul li                   {
	display: block;
	float: left;
	padding: 0;
	height: 317px;
	width: 980px;
	margin: 0;
	text-align: left;
}
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.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: 264px; text-align: center; background:url(../images/anything-nav-bg.png) no-repeat 0 0; padding:8px 7px 8px 0; text-align:right; margin-left:2px;left: -313px}
#thumbNav a                             { 
	font: 13px/18px Arial, Helvetica, sans-serif;
	display: inline-block;
	text-decoration: none;
	padding: 0 7px;
	height: 18px;
	margin: 0 4px 0 0;
	background-image: url(../images/cell-tail.gif);
	background-repeat: repeat-x;
	border:1px solid #000;
	text-align: center;
	outline: 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow:1px 1px 0 #f1f1f1;
	color:#000;
}
#thumbNav a:hover                       { background: #eee; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             {
	position:absolute;
	left:-280px;
	bottom:11px;
	font: 13px/18px Arial, Helvetica, sans-serif;
	display: inline-block;
	text-decoration: none;
	width:44px;
	padding: 0 7px;
	height: 18px;
	margin: 0 4px 0 0;
	background-image: url(../images/cell-tail.gif);
	background-repeat: repeat-x;
	border:1px solid #000;
	text-align: center;
	outline: 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow:1px 1px 0 #f1f1f1;
	color:#000;
	}
