

 

div.bgcarousel{ /* CSS for main carousel container */
background: #09131e url(imgBts/ajaxload.gif) center center no-repeat; /* loading gif while caoursel is loading */
width:100%; /* default dimensions of carousel */
 
    opacity: 0.95;
    display:block;
background-position: center center; /* center image within carousel */
  
background-size: cover; /* CSS3 property to scale image within container? "cover" or "contain" */
}

img.navbutton{ /* CSS for the nav buttons */
margin:0px;
   opacity: 0.95;
}

div.slide{ /* CSS for each image's DIV container within main container */
background-color: Black;
  opacity: 0.95;
background-position: center center; /* center image within carousel */
background-repeat: no-repeat;
background-size: cover; /* CSS3 property to scale image within container? "cover" or "contain" */
color: #09131e;
}

div.selectedslide{ /* CSS for currently selected slide */
}
.Header
{
    font-family: tahoma;
    font-size: 30px;
    font-weight: normal;
    color: #666666;
    font-style: normal;
}
div.slide div.desc{ /* DIV that contains the textual description inside .slide */
position: inherit;
color: #09131e;
left: 40px;
font:arial;
font-style:normal;
font-weight:normal;
top: 100px;
  opacity: 0.95;
width:1100px;
padding: 10px;
font: 22px Arial;
text-shadow: 0 0px 1px #09131e; /* CSS3 text shadow */
z-index:5;
}

div.selectedslide div.desc{ /* CSS for currently selected slide's desc div */
}

div.slide div.desc h2{
font-size:200%;
margin:0;
margin-bottom:5
}

div.slide div.desc a{
color:yellow;
text-decoration:none;
}

 