@charset "utf-8"; /*-=-=-=-=Carousel=-=-=-=-*/ #carousel { height: 375px; width: 680px; background: transparent; position: relative;} #carousel img { border: 0;} #carousel .feature { position: absolute; top: -1000px; left: -1000px; border: 3px solid #FFFFFF; cursor: pointer;} #carousel .blipsContainer { position: absolute; color: #FFFFFF; right: 25px; top: 375px; padding: 0 0 0 0; margin: 0 0 0 0;} #carousel .blipsContainer .blip { margin: 3px; height: 14px; width: 14px; color: #FFFFFF; text-align: center; font-size: 10px; border: 1px solid #000000;} #carousel .blipsContainer .blipSelected { color: #FFFFFF; font-weight: bold; background-color: #000000;}