/*Carousel Horizontal Manual*/

#carousel_hm_wrapper {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 478px; /* important */
	height:86px;
	background: #000; 
}

#carousel_hm_content {
	position: absolute;
	top: 0;
	margin: 11px 0px 10px 20px;
	width: 5418px;
}


.carousel_hm_item {
	float: left;
	margin: 0px 10px 0px 0px;
	display: block;
	background-color: #000;
}

.carousel_hm_item img{
	display: block; 
}

#carousel_hm_frame {
	position: relative
}
#carousel_hm_previous {
	cursor:pointer;
	cursor:hand;
	float: left;
}
#carousel_hm_next {
	cursor:pointer;
	cursor:hand;
	float: right;
}

/*Carousel Horizontal Auto*/

#carousel_ha_wrapper {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 454px; /* important */
	height:86px;
	background: #F9F9F9; 
}

#carousel_ha_content {
	position: absolute;
	top: 0;
	margin: 11px 0px 10px 10px;
	width: 5418px;
}


.carousel_ha_item {
	float: left;
	margin: 0px 10px 0px 0px;
	display: block;
	background-color: #000;
}

.carousel_ha_item img{
	display: block; 
}

#carousel_ha_frame {
	position: relative
}


/*Carousel Vertical Auto Rotate*/

#carousel_va_wrapper{
	position: relative; 
	overflow: hidden;
	width: 175px;
	height: 700px;
	background: #000; 	
}

#carousel_va_content{
	position: absolute;  
	left: 0;  
}

.carousel_va_item{
	height: 350px;
	margin-bottom:10px;
	_margin-bottom:8px;
	text-align: left; 
}

.carousel_va_item img{
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}

.clear{clear:both};
