.anythingSlider                         {
	width: 720px;
	height: 290px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.anythingSlider .wrapper                {
	width: 690px;
	overflow: auto;
	height: 300px;
	margin: 0px 15px;
	padding: 0px;
	position: absolute;
	top: 0;
	left: 0;
}

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #fff; margin: 0; padding: 0;}
.anythingSlider .wrapper ul li          {
	display: block;
	float: left;
	padding: 0;
	height: 317px;
	width: auto;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-size: .8em;
}

.anythingSlider .arrow                  { display: block; height: 100px; width: 25px; background: url(images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -220px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -5px; }
.anythingSlider .back                   { background-position: -47px 0; left: 0px; }
.anythingSlider .forward:hover          { background-position: 0 -100px; }
.anythingSlider .back:hover             { background-position: -47px -100px; }

.thumbNav                               { position: relative; top: 319px; text-align: center;}
.thumbNav li                            { display: inline;display:none;  }
.thumbNav a                             { color: black; font: 10px/15px Verdana, Arial, san-serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #f9c0d1 url(../images/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-image: none; }
.thumbNav a.cur                         { background: #ea5783; }

.start-stop                             { display:none;z-index: 10; background: 87cfb9; 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: 319px; -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: #09042b;display:none; }
.start-stop:hover                       { background-image: none;display:none; }

/*
  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; }
