img.thumb {background: #000}
#wrap{
	width:900px;
	margin:0 auto 0 auto;
	z-index:3;
}
#wrap p{text-align:center;padding:5px 0}

/* HTML CAROUSEL */
#html-carousel { 
	float: left;
    width: 826px;
	height:55px;
    background: #000;
	padding:12px 0 12px 12px;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}
#html-carouse2 { 
	float: left;
    width: 826px;
	height:55px;
    background: #000;
	padding:12px 0 12px 12px;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}

#html-carousel .carousel-list li {  
    margin:0 12px 0 0;
}
#html-carouse2 .carousel-list li {  
    margin:0 12px 0 0;
}

#html-carousel .carousel-list li img { 
    border:1px solid #666;
    display:block; 
	width:55px;
	height:55px;
}
#html-carouse2 .carousel-list li img { 
    border:1px solid #666;
    display:block; 
	width:55px;
	height:55px;
}

/* BUTTONS */
#prev-arrow-container, #next-arrow-container { 
    float:left;
}

#next-arrow { 
    cursor:pointer; 
	height:81px;
	width:31px;
}

#prev-arrow { 
    cursor:pointer; 
	height:81px;
	width:31px;
}

/*carousel*/
.carousel-component { 
	position:relative;
	overflow:hidden;
	visibility:visible; /* component turns it on when first item is rendered */
}
				
.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-clip-region { 
	overflow:hidden;
	margin:0px auto;
	position:relative; 
}









