.globalSlideShows 						{ position: relative; width: 520px; float: left; }


.anythingSlider                         { width: 520px; height: 210px; position: relative; margin: 0 auto; top:8px;}
.anythingSlider .wrapper                { width: 520px; overflow: auto; height: 210px; margin: 0 ; position: absolute; top: 0; left: 0; z-index:2; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; height: 210px;  list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }

.wrapper ul 							{ float: left;}

.anythingSlider ul li                   { display: block; float: left; margin: 0; padding: 0; height: 210px; width: 520px;  }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward {
    background:url(../images/slideshows/next.png);
    position: absolute;
    right: 0;
    top: 260px;
    width:70px;
    height:60px;
    z-index:3;
}
.anythingSlider .back {
    background:url(../images/slideshows/prev.png);
    position: absolute;
    right: 71px;
    top: 260px;
    width:70px;
    height:60px;
    z-index:3;
}

#start-stop                             { 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; }


#slideshows {

   
}

#slideshows p {
	margin: 0;
	font: normal normal 15px/20px Verdana, Geneva, sans-serif;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 718px;
	padding: 20px 20px;
	color: #000;
}

.bgBottomZ  {
	margin: 0;
	position: absolute;
	left: 0;
	top: 260px;
	width: 808px; height: 50px;
    padding: 10px 0 0 10px;
	background: #009ee0;
	opacity: .7;
	-moz-opacity : 0.7; 
	filter:alpha(opacity=70);
	z-index: 10;
    color:#FFFFFF;
    text-align:left;
	font: normal normal 14px/22px Verdana, Geneva, sans-serif;
}

