
#galleryCarousel .carousel  {
    padding: 10px 0 0 0;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid black;
    float: left;
    background-color: #f0f0f0;
    width:948px;
}

#galleryCarousel .sliderTitle {
	font-size: 20px;
	padding-left:10px;
	text-align: left;	
}
    #galleryCarousel .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
    }              
    #galleryCarousel .carousel a.prev, #galleryCarousel .carousel a.next {
        display: block;
        float: left;
        width: 30px;
        height: 170px;
        text-decoration: none;
        background: url("imageNavLeft.gif") left 75px no-repeat;
		margin-left:5px;
    }
    #galleryCarousel .carousel a.next {
        background: url("imageNavRight.gif") right 75px no-repeat;
    }
    #galleryCarousel .carousel a.next:hover {
        background-image: url("imageNavRightHover.gif");
    }
    #galleryCarousel .carousel a.prev:hover {
        background-image: url("imageNavLeftHover.gif");
    }    
    #galleryCarousel .carousel a:hover, #galleryCarousel .carousel a:active {
        border: none;
        outline: none;
    }                 
    #galleryCarousel .carousel div.jCarouselLite {
        /*border: 1px solid black;*/
        float: left;
        /*background-color: #dfdfdf;*/
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        
        margin-bottom: 10px;
    }
        #galleryCarousel .carousel div.jCarouselLite ul {
            margin: 0;
        }
        #galleryCarousel .carousel div.jCarouselLite ul li div {
            background-color: #dfdfdf;
            width: 160px;
            height: 200px;
            margin: 2px;
            padding: 5px;
            display: block;
            float:left;
        }
        #galleryCarousel .carousel div.jCarouselLite ul li div img {
        	height: 120px;
        	width: 160px;
        }
        #galleryCarousel .carousel div.jCarouselLite ul li div p {
            padding: 3px;
        }
        #galleryCarousel .carousel div.jCarouselLite ul li div a.slideshow  {
			display:block;
			height:120px;
			width:160px;
		}
        
div.jCarouselLite a {
	color: #000000;
	text-decoration:none;
}
div.jCarouselLite a:hover {
	color: #000000;
	text-decoration:underline;
}