html, body {padding:0;}
* {padding:0;}

.anythingSlider {
	width: 800px;
	height: 300px;
	position: relative;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center center;
/*	border:1px solid #99CBFC;*/
}

.anythingSlider .wrapper {
	width: 800px;
	overflow: auto;
	height: 300px;
	margin:0;
	position: absolute;
	top: 0;
	left: 0;
}
.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:300px;
	width: 800px;
	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 .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: absolute;
	bottom:-5px;
	right:-600px;
	height:45px;
	text-align:left;
	margin-left:0px;
	/*background-color:#fff;
	border:1px solid #ffd231;*/
}
#thumbNav a {
	background-color:#000000;
	color:#ffffff;
	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;
/*	border:1px solid #f8c200;*/
}
#thumbNav a:hover {
	text-decoration:underline;
	background-color:#000000;
	color:#ffffff;
}
#thumbNav a.cur {
	/*background-color:#fdf8d6;*/
	background-color:#23a3ea;
	color:#ffffff;
/*	border:1px solid #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();
	background-position: left top;
}
#start-stop.playing {
	background-image: url();
	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;
}

.anythingSlider.header-slider , div.anythingSlider.header-slider div.wrapper , .anythingSlider.header-slider ul li   {
	height:150px!important;
}

.anythingSlider.photosSlider , div.anythingSlider.photosSlider div.wrapper , .anythingSlider.photosSlider ul li  , .photosSlider img {
	width:490px!important;
	height:380px!important;
}

