        /*
    anythingSlider v1.2

    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

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


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

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 960px; margin: 0; }
.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: .9;
	-moz-opacity : 0.9; 
	filter:alpha(opacity=90);
	z-index: 10;
    color:#FFFFFF;
    text-align:left;
	font: normal normal 14px/22px Verdana, Geneva, sans-serif;
}
