.anythingSlider,
.anythingSliderInside {
	width: 195px;
	height: 180px;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 5px;
}
	
.anythingSlider .wrapper,
.anythingSliderInside .wrapper {
	width: 195px;
	overflow: auto;
	height: 185px;
	position: absolute;	
	top: 35;
	left: 6px;	
}

	
/* Width below is max for Opera */
.anythingSlider .wrapper ul {  width: 32700px; list-style: none; position: absolute; top: 8px; bottom:10px; left: 0px; margin: 0; padding: 0;  }
.anythingSlider ul li {  display: block; float: left; padding: 0; height: 170px; width:195px; margin: 0; }


.anythingSlider .arrow { display: block; height:25px; width:25px; background: url(images/f.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 180px; cursor: pointer; }
.anythingSlider .forward { background-position: 0 0; right:0px;   }
.anythingSlider .back { background: url(images/b.gif) no-repeat 0 0; background-position: 0px 0; left: 5px; }

#start-stop { display: none; background: green; background-image: url(images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing { background-color: red; }
#start-stop:hover { background-image: none; }


.slideTitle                 {font:15px/16px Verdana, Helvetica, Geneva, Arial, sans-serif; font-weight:bold; }
a.slideTitle:link            {font:15px/16px Verdana, Helvetica, Geneva, Arial, sans-serif; font-weight:bold; text-align:center;text-decoration: none;}
a.slideTitle:visited         {font:15px/16px Verdana, Helvetica, Geneva, Arial, sans-serif; font-weight:bold; text-align:center;text-decoration: none;}
a.slideTitle:hover           {font:15px/16px Verdana, Helvetica, Geneva, Arial, sans-serif; font-weight:bold; text-align:center;text-decoration:underline;}


.slideDate  {font:11px/15px Verdana, Helvetica, Geneva, Arial, sans-serif;  color: #807f7f; text-decoration: none; word-spacing: normal;}
