.anythingSlider {
	width: 864px;
	height: 354px;
	border: 1px solid #000;	
}
.anythingSlider .wrapper {
	width: 858px;
	height: 348px;
	overflow: auto;
	position: relative;
	border: 3px solid #FFF;
}
.anythingSlider .wrapper ul { 
	width: 32700px; 
	list-style: none;
}
.anythingSlider ul li {
	display: block; 
	float: left; 
	padding: 0;
	margin: 0;
	width: 858px;
	height: 348px; 
}
.anythingSlider .arrow {
	display: block;
	float: right;
	width: 19px;
	margin: 3px 0px 3px 3px;
	cursor: pointer;
}
.anythingSlider .back {
	width: 19px;
	height: 19px;
	background-attachment: scroll;
	background-image: url(../_images/structural/arrows/slide-prev.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.anythingSlider .back:hover { 
	background-attachment: scroll;
	background-image: url(../_images/structural/arrows/slide-prev.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.anythingSlider .forward {
	width: 19px;
	height: 19px;
	background-attachment: scroll;
	background-image: url(../_images/structural/arrows/slide-next.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.anythingSlider .forward:hover {
	width: 19px;
	height: 19px;
	background-attachment: scroll;
	background-image: url(../_images/structural/arrows/slide-next.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#thumbNav {
	height: 19px;
	float: right;
	font-size: 5px;
	font-weight: bold;
	margin: 3px 0px 3px 0px;
	cursor: pointer;
}
#thumbNav a {
	width: 19px;
	height: 19px;
	display: block;
	float: left;
	text-decoration: none;
	margin-left: 3px;
	background-attachment: scroll;
	background-image: url(../_images/structural/arrows/slide-num.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #a3a3a3;
	text-align: center;
}
#thumbNav a:hover { 
	width: 19px;
	height: 19px;
	background-attachment: scroll;
	background-image: url(../_images/structural/arrows/slide-num.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #767676;
	cursor: pointer;
}
#thumbNav a.cur {
	width: 19px;
	height: 19px;
	background-attachment: scroll;
	background-image: url(../_images/structural/arrows/slide-num.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #767676;
}
#start-stop { 
	display: block;
	float: right;
	margin: 3px 0px 3px 3px;
	width: 19px;
	height: 19px;
	background-attachment: scroll;
	background-image: url(../_images/structural/arrows/slide-play.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#start-stop.playing { 
	width: 19px;
	height: 19px;
	background-attachment: scroll;
	background-image: url(../_images/structural/arrows/slide-pause.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#start-stop:hover {
	cursor: pointer;
}