.Slide {
	margin:0px;
	padding:0px;
	float:left;
	width:292px;
	background:#FFF;
	position:relative;
	}

.slide_content {
	margin:205px 0px 0px 0px;
	padding:0px;
	float:left;
	width:460px;
	height:47px;
	background:url(/img/slide_bg.gif) no-repeat top left;
	text-align:center;
	color:#222;
	position:relative;
	}
.slide_content a{
	color:#fff;
	text-decoration:none;
	}
.slide_content a:hover{
	color:#fff;
	text-decoration:underline;
	}
.backBtn {
	float:left;
	width:30px;
	padding:8px 0px 0px 8px;
	}
.SlideTitle {
	float:left;
	width:383px;
	text-align:center;
	padding:2px 0px 0px 0px;
	}
.nextBtn {
	float:right;
	width:30px;
	padding:8px 8px 0px 0px;
	}
.slide_content h3{
	color:#fff;
	font-size:16px;
	padding:8px 0px 0px 0px ;
	}
.anythingSlider {
	width: 292px;
	height: 242px;
	position: relative;
	margin: 0 auto;
	background: url(/img/slide_bg.gif) no-repeat bottom left;
}
.anythingSlider .GalleryContainer {
	width: 292px;
	overflow: hidden;
	height: 242px;
	margin:0px;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .GalleryContainer ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px;
	padding:0px;

}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0px;
	height: 350px;
	width: 1000px;
	margin: 0px;
}
.anythingSlider .arrow {
	display: block;
	height: 30px;
	width: 30px;
	background: url(../img/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 219px;
	cursor: pointer;
}
.anythingSlider .forward {
	background-position: -16px 0;
	right: 7px;
}
.anythingSlider .back {
	background-position: 0px 0;
	left: 10px;
}
#thumbNav {
	position: relative;
	top: 303px;
	text-align: center;
	border-top: 3px solid #0e429a;
	display:none;
}
#thumbNav a {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #0e429a url(/img/cellshade.png) repeat-x;
	text-align: center;
}
#thumbNav a:hover {
	background-image: none;
}
#thumbNav a.cur {
	background: #4885ea;
}
#start-stop {
	background: #0e429a;
	background-image: url(/img/cellshade.png);
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 303px;
	display:none;
}
#start-stop.playing {
	background-color: #0e429a;
}
#start-stop:hover {
	background:#0e429a url(/img/cellshade.png);
}
/*
  Prevents
*/
.anythingSlider .GalleryContainer ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .GalleryContainer ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

.galleryTitle {
	width:292px; 
	padding:8px 10px 0;
	position:absolute; 
	top:207px;
	text-align:center;
	color:#222;
	*margin-left:-300px;
	font-size:14px;
	text-align: left;
	color:#333333;
	z-index:9999px;
	}


