@charset "utf-8";
/* CSS Document */

div.bgcarousel{ /* CSS for main carousel container */
background: transparent url(../slide/ajaxload.gif) center center no-repeat; /* loading gif while caoursel is loading */
width:901px; /* default dimensions of carousel */
height:385px;
margin:auto;
}

div.slide{ /* CSS for each image's DIV container within main container */
background:transparent;
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" */

}

