
.anythingSlider                         {
	width: 975px;
	height: 240px;
	position: relative;
}
.anythingSlider .wrapper                {
	width: 975px;
	overflow: auto;
	height: 240px;
	position: absolute;
}
.anythingSlider .wrapper ul             {
	width: 11700px;
	list-style: none;
	margin-left:0;
	margin-top:0;
	float:left;
}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 240px; width: 975px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/common/buttons/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 27px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -30px; }
.anythingSlider .back                   { background-position: -65px 0; left: -30px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -65px -200px; }

#thumbNav                               { position: relative; top: 244px; right:40px; text-align: right;}
#thumbNav a                             {
	color: #c7c3c3;
	font-size:11px;
	font-family: Arial;
	display: inline-block;
	padding: 2px 5px;
	height: 15px;
	margin: 0 5px 0 0;
	text-align: center;
	text-decoration:none;
	font-weight: bold;
}
#thumbNav a:hover                       { 	color: #ea3537;background-image: none; }
#thumbNav a.cur                         { background: #c7c3c3; color:#FFF; }

#start-stop                             { padding: 2px 5px; height: 15px; width: 16px; position: absolute; right: 10px; top: 244px; background-image:url(../images/common/buttons/play.png); background-repeat:no-repeat;}
#start-stop.playing                     { background-image:url(../images/common/buttons/pause.png); background-repeat:no-repeat; height:16px; width:16px;}
#start-stop.playing:hover                     { background-image:url(../images/common/buttons/pause_over.png); background-repeat:no-repeat; height:16px; width:16px;}
#start-stop:hover                       {background-image:url(../images/common/buttons/play_over.png); background-repeat:no-repeat; height:16px; width:16px;}


