.sliderbox {
	float:left;
	width:520px;
	height:230px;
	background-color:#fdf8dc;
	margin-left:10px;
	margin-bottom:10px;	
}
.anythingSlider {
	width: 520px;
	height: 230px;
	margin:auto;
	margin-top:8px;
	position: relative;
	background-image: url(../img/slider-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.anythingSlider .wrapper {
	width: 520px;
	overflow: auto;
	height: 230px;
	margin:0 0 0 0;
	position: absolute;
}
.anythingSlider .wrapper ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin:0;
	z-index:0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height:230px;
	width: 520px;
	margin: 0;
	z-index:0;
	/*padding-right:10px;*/
}
.anythingSlider ul li div {
	float:left; padding-right:9px;
	background-position:left center;
	background-repeat:no-repeat;
}
.anythingSlider li a{
	color:#FFF;
	display:block;
	width:520px;
	height:230px;
	background-image: url(../img/sliderimgmask.png);
	cursor:hand;
	text-decoration:none;
}
.anythingSlider .arrow {
	display: none;
	height: 18px;
	width: 50px;
	position: absolute;
/*	top: 250px;*/
	cursor: pointer;
	text-align:center;
}
.anythingSlider .forward {
	right:0;
	margin-right:10px;
	margin-top:14px;
	line-height:16px;
	font-size:15px;
	width:18px;
	height:18px;
	background-color:#fff;
	z-index:100;
	border:1px solid #ffd231;
	color:#00496f;
}
.anythingSlider .back {
	left: 590px;
	margin-top:14px;
	line-height:16px;
	font-size:15px;
	width:18px;
	height:18px;
	background-color:#fff;
	z-index:100;
	border:1px solid #ffd231;
	color:#00496f;	
}
.anythingSlider .forward:hover {
	background-color:#f8c200;
	color:#00496f;
	border:1px solid #00496f;
}
.anythingSlider .back:hover {
	background-color:#f8c200;
	color:#00496f;
	border:1px solid #00496f;
}
#thumbNav {
	/*display:none;*/
	position: relative;	
	text-align:left;
	margin-left:0px;
/*	top:250px;
	height:45px;
	background-color:#fff;
	border:1px solid #ffd231;*/
}
#thumbNav a {
	color:#00496f;
	font: 11px/18px;
	display:block;
	float:left;
	/*padding: 2px 8px;	
	margin: 0 5px 0 0;*/
	height: 18px;
	width:18px;
	margin-top:13px;
	margin-left:8px;
	line-height:17px;
	text-align: center;
	text-decoration:none;
	background-color:#f8c200;
}
#thumbNav a:hover {
	text-decoration:underline;
	background-color:#f8c200;
}
#thumbNav a.cur {
	/*background-color:#fdf8d6;*/
	background-color:#fff;
	color:#00496f;
}
#start-stop {
	display:none;
	background-repeat: no-repeat;
	color: white;
	padding: 2px 5px;
	width: 40px;
	height:19px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 263px;
	background-image: url(../img/slider-play.gif);
	background-position: left top;
}
#start-stop.playing {
	background-image: url(../img/slider-stop.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

.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;
}
