
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	/*background-color: #008000;*/
	/*padding: 2px 8px 2px 8px;*/
	/*margin-right: 2px;*/
	cursor: pointer;

	width: 104px;
	height: 28px;
	background: url(../images/galerie.gif) no-repeat;
	text-align: center;
	line-height: 25px;
	margin-left:1px;
	margin-top: 42px
	
}

.mootabs_title li.active {
	background: url(../images/galerie-hover.gif) no-repeat;
}

.mootabs_panel {
	display: none;
	/*background-color: #ddd;*/
	/*position: relative;*/
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	
}

.mootabs_panel.active {
	background-color: #eae8e8;
	display: block;
	overflow:hidden;
}
