#mygallery {
	clear:left;
	position: relative; /*leave this value alone*/
	border: 1px solid #333;
	overflow: hidden; /*leave this value alone*/
	width: 784px; /*Width of Carousel Viewer itself*/
	height: 365px; /*Height should enough to fit largest content's height*/
	}

.belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	}

.panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 784px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	}

.panel a img {
	border:0px;
	}

#animation_links a {
	background-image:url(http://www.moebel-aktuell.com/bilder/stepcarousel/slider-button.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	display:block;
	margin-right:4px;
	float:left;
	font-size:10px;
	text-decoration:none;
	width:134px;
	height:21px;
	line-height:20px;
	text-align:center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
#animation_links a:hover {
	background-image:url(http://www.moebel-aktuell.com/bilder/stepcarousel/slider-button-over.png);
	}
#animation_links a.active, #animation_links a:hover {
	color:#F00;
	}