@charset "UTF-8";

/* Line four, where it says 'top: 300px;' adjust the 300 to fit your needs of where the ads shoud fall. Higher makes them fall lower, lower than 300 will make them fall higher above the flash. :) */
.carousel { position: absolute; display: block; margin: 540px 0px; width: 970; height: 100px; z-index:999; top: 0px;} 
.carousel ui-widget{width: 970px;}
.carouselBody { margin:0px auto; padding: 10px 0px 0px 0px; display: block; zoom: 1; overflow: hidden; width: 930px; }
.carouselBody img { border: 0px; }
.carousel ul { list-style-type: none; margin: 0px 0px 0px 10px; width: 5000px; padding: 0px; }
.carousel li { display: inline; float: left; padding-right: 10px; }

.carousel #btns{ margin:0px auto;position:relative; height: 1px; width:970px;}
.carousel .btnPrevious {  background-image:url(images/backBTN.jpg); float: left; background-repeat:no-repeat; top: -80px}
.carousel .btnNext {  background-image:url(images/forwardBTN.jpg); float: right; background-repeat:no-repeat; top: -80px}

.carousel .fg-button { outline: 0; margin: 10px; text-decoration: none !important; cursor: pointer; position: relative; text-align: center; zoom: 1; }
.carouselBody .fg-button { padding: 4px 10px; }
.carousel .fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
.carousel button.fg-button { width: auto; overflow: visible; } /* removes extra button width in IE */
.carousel .fg-button-icon-left { padding-left: 2.1em; }
.carousel .fg-button-icon-right { padding-right: 2.1em; }
.carousel .fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.carousel .fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
.carousel .fg-button-icon-solo {display: block; width: 32px; height:33px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */	

.carousel .btnHide  { position: absolute; height: 18px; width: 19px; margin: -11px 0px 0px; padding: 1px; top: 50%; right: 5px;  }

.carousel .ui-state-disabled, .carousel .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
