@import url(carousel.css);

#topCarousel {
    margin: 0 0 20px 0;
    padding: 10px;
    background: #fff;
}

#topCarouselMain:after {
    clear: both;
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
}

#topCarouselMain {
    padding: 0 0 10px 0;
    height: 1%;
}

#galleryWrapper {
    position: relative;
    z-index: 100;
    margin-right: 5px;
    float: left;
}

#galleryRoundedNav {
    position: absolute;
    z-index: 3;
}

#galleryRoundedNav a {
    position: absolute;
    top: 112px;
    display: block;
    height: 0;
    padding: 41px 0 0 0;
    overflow: hidden;
}

#galleryRoundedNav a.topCarouselPrev {
    width: 20px;
    left: 0;
    background: url(carouselRoundedNavsLeft.png) no-repeat;
}

#galleryRoundedNav .topCarouselNext {
    width: 19px;
    right: 0;
    background: url(carouselRoundedNavsRight.png) no-repeat;
}

#gallery {
    position: relative;
    visibility: hidden;
    left: -5000px;
}

#gallery li {
    height: 305px !important;
}

#gallery h5 {
    padding: 2px 0 0 4px;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
	line-height:20px;
	background-color: #DEDEDE;
	color:#333333;
}