



.bgcarousel{ /* CSS for main carousel container */
background: black url(ajaxload.gif) center center no-repeat; /* loading gif while caoursel is loading */
z-index: -999;
}

img.navbutton{ /* CSS for the nav buttons */
margin:5px;
opacity:0.7;
}

.slide{ /* CSS for each image's DIV container within main container */

z-index: -999;
}

.selectedslide{ /* CSS for currently selected slide */
}

.slide .desc{ /* DIV that contains the textual description inside .slide */
position: absolute;
color: white;
left: 40px;
top: 100px;
width:200px;
padding: 10px;
font: bold 16px sans-serif, Arial;
text-shadow: 0 -1px 1px #8a8a8a; /* CSS3 text shadow */
z-index:5;
}

.selectedslide .desc{ /* CSS for currently selected slide's desc div */
}

.slide .desc h2{
font-size:150%;
margin:0;
}

.slide .desc a{
color:yellow;
text-decoration:none;
}



