#carousel {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 100px; /* important */
	height: 260px;
	left: 11px;
	top: 30px;
}

#carousel_frame {
	position: absolute;
	height: 300px;
	width: 100px;
	left: 11px;
	top: 10px;
	overflow: hidden;
	z-index: 1;
}
#carousel_frame img {position: absolute;}
#carousel_previous {
	top: 0;
	left: 0;
	overflow: hidden;
}
#carousel_next {
	left: 0;
	bottom: 0px;
}

#carousel_content {
	position: absolute;
	left: 0;
	overflow: hidden;
	width: 110px;
	z-index: 2;
}

.carousel_item img {
	display: block;
	float: left;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
}
