.carousel-component { 
	position:relative;
	overflow:hidden;
	visibility:visible; 
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
}

.carousel-component .carousel-vertical li { 
	float:none;
	margin-bottom:0px;
}

.carousel-component ul.carousel-vertical { 
	width:auto;
}

.carousel-component .carousel-clip-region { 
	overflow:hidden;
	margin:auto;
	position:relative;
	color:Steelblue;
    font:8pt Arial;
}

.carousel-component { 
	padding:0px;
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px 0px 0px 0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px;
}
.carousel-component .carousel-vertical li { 
}

.carousel-component ul.carousel-vertical { 
}

#html-carousel 
{
    color:Steelblue;
    font:8pt Arial;
}

#html-carousel .carousel-list li { 
    /*margin:4px 5px 0px 5px;*/
}

#html-carousel .carousel-list li { 
    width: 105px; 
    border: 0px;
    padding: 5px;
    padding-top:10px;
    margin: 0;
}

#html-carousel .carousel-list li img { 
    border:0px solid #999;
    display:block; 
}

#html-carousel .carousel-list li a { 
    color:steelblue;
    text-decoration:none;
}

#html-carousel .carousel-list li a:link { 
    color:steelblue;
    text-decoration:none;
    font:8pt Arial; display:inline;
}


#html-carousel .carousel-list li a:visited { 
    color:steelblue;
    text-decoration:none;
}


#html-carousel .carousel-list li a:active { 
    color:steelblue;
    text-decoration:none;
}


#html-carousel .carousel-list li a:hover { 
    color:steelblue;
    text-decoration:underline;
}


#html-carousel {
    float: left;
    width: 560px;
    height: 90px;
}


/* BUTTONS */
#prev-arrow-container 
{
    padding-top:30px;
    float:left;
    margin: 0px;
    padding-left:5px;
}

#next-arrow-container  
{
    padding-top:30px;
    float:left;
    margin: 0px;
}

#next-arrow { 
    cursor:pointer; 
}

#prev-arrow { 
    cursor:pointer; 
}
