/* CSS Document */
.carousel-left {}
.carousel-left img {width:224px; max-height:224px; border:1px solid #e5e5e5}
.carousel-left ul {position:relative;list-style:none; padding:0; margin:0;}
.carousel-left ul li {position:relative;width:224px;list-style:none;padding:0;margin:0;background:none}
.carousel-left li:hover {}
.carousel-left .carousel-text{position:absolute;display:block; width:214px;text-align:left; bottom:0; left:0; 
               margin:0; font-size: 10pt; font-weight: bold; padding:10px 6px; background:#fff; color:#A60000;
               filter: alpha(opacity=80); -khtml-opacity: 0.8; -moz-opacity: 0.8; opacity: 0.8;}
.carousel-left li:hover .carousel-text {filter: alpha(opacity=100); -khtml-opacity: 1.0; -moz-opacity: 1.0; opacity: 1.0;}

.carousel-next {display:block; float:right; width:20px; height:20px; background:url(../images/carousel-next.gif) center no-repeat}
.carousel-prev {display:block; float:right; width:20px; height:20px; background:url(../images/carousel-prev.gif) center no-repeat}



