.anythingSlider                         {
	width: 540px;
	height: 185px;
	position: relative;
	margin: 0 auto 0px;
	
}
.anythingSlider .wrapper                {
	width: 540px;
	overflow: auto;
	height: 185px;
	margin: 0 0px;
	position: absolute;
	top: 0;
	left: 0;
	font: Tahoma, Arial;
}
.anythingSlider .wrapper ul             {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee;
	margin: 0;
	padding:0;
	background-image: url(slide_bg.gif);
}
.anythingSlider ul li                   {
	display: block;
	float: left;
	padding: 0;
	height: 185px;
	width: 540px;
	margin: 0;
	padding: 0;
}

.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 165px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #fff url(cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-color: red; }
#thumbNav a.cur                         { background-color: red; }



/*
  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; }

#textSlide                              { font: Tahoma, Arial; padding: 5px 20px;}
#textSlide h3                           { font: 25px Tahoma, Arial; font-weight:bold; color:#330000;}
#textSlide h4                           { text-transform: uppercase; font: 15px Tahoma, Arial; margin: 10px 0; }
#textSlide h5                           { font: 14px Tahoma, Arial; font-weight:bold; color:#330000; }
##textSlide .h5 a                        { font: 14px Tahoma, Arial; font-weight:bold; color:#330000; }
##textSlide h5 a:hover                  { font: 14px Tahoma, Arial; font-weight:bold; color:#330000; }
#textSlide ul                           { font: Tahoma, Arial; list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li                        { font: Tahoma, Arial; display: list-item; }



