.anythingSlider { width: 451px; height: 301px; position: relative; margin-top: 0; display: block; float: left; z-index: 5; }
.anythingSlider#hide { width: 451px; height: 301px; position: relative; margin-top: 0; display: none; float: left; z-index: 5; }

.anythingSlider .wrapper { width: 451px; overflow: auto; height: 301px; margin: 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul {
	width: 20000px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: none;
	margin: 0px!important;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px !important;
}
.anythingSlider ul li { display: block; float: left; padding: 0px !important; margin: 0px !important; height: 301px; width: 451px; }
.anythingSlider .arrow { display: block; height: 200px; width: 55px; background: url(../images/arrows3.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 55px; cursor: pointer; }
.anythingSlider .forward { background-position: 0 0; right: 0px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0)!important;
-moz-opacity: .0 !important; opacity: .0 !important; }
.anythingSlider .forward:hover { background-position: 0 -200px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60)!important;
-moz-opacity: .6 !important; opacity: .6 !important; right: 0px; }
.anythingSlider .back { background-position: -55px 0; left: 0px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0)!important;
-moz-opacity: .0 !important; opacity: .0 !important; }
.anythingSlider .back:hover { background-position: -55px -200px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60)!important;
-moz-opacity: .6 !important; opacity: .6 !important; left: 0px; }
a, a img { border: 0; text-decoration: none; outline: 0; margin: 0px; padding: 0px; }
#thumbNav {
	position: relative;
	top: 310px;
	text-align: left;
	left: 0px;
	float: left;
	width: 450px;
	z-index: 10;
	height: 36px;
	padding: 0px;
	background: #666;
	margin: 0px;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60)!; 	-moz-opacity: .6;
	opacity: .6;
	display: none;
}
#thumbNav a { color: #000; Georgia, Serif; display: inline-block; height: 14px; margin: 0 2px 0px 0; text-align: center; font-size: 11px; width: 15px; padding: 2px 3px; font-family: Verdana, Geneva, sans-serif; font-weight: bold; }
#thumbNav a:hover { background-image: none; color: #000; background-color: #CCC; }
#thumbNav a.cur { color: #FFF; font-weight: bold; }
#start-stop { width: 22px; text-align: center; position: absolute; top: 283px; background: #000 url(../images/pause-animate.gif) no-repeat center center; height: 18px; left: 0px; }
#start-stop.playing { background: #000 url(../images/play-gray.gif) no-repeat center center; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
-moz-opacity: .3; opacity: .3; }
#start-stop:hover { background-color: #DFDFDF; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1; opacity: 1; }
/*
  Prevents
*/
.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; }
/*
    For Specific Slides
*/
#textSlide { padding: 10px 30px; }
#textSlide h3 { font: 20px Georgia, Serif; }
#textSlide ul { list-style: disc; margin: 0 0 0 10px; }
#textSlide ul li { display: list-item; }

