#myTabs{
	width: 578px;
	min-height:450px;
	/*overflow: hidden;*/
}

.zajawka_glowny_tekst{
	height:1px;
	width:100%;
	background: url(../images/down2.png) left top;
	color:#FFFFFF;
	font-size:32px;
	overflow: hidden;
}

.zajawka_mniejszy{
	height:68px;
	padding-top:8px;
	padding-left:5px;
	width:577px;
	background: url(../images/down.gif) left top;
}

.zajawka_mniejszy_tekst{
	height:68px;
	width:47%;
	overflow: hidden;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}


.mootabs {
	z-index:2;
	position: relative;
	width:578px;
	overflow: hidden;
	background-color: transparent;
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 48px;
	width:578px;
	background-color: transparent;
	height: 32px;
	color: #ffffff;
	font-size:12px;
	border-top:1px solid #DFDFDF;
	
}

.mootabs_title li {
	float: left;
	margin-right: 5px;
	cursor:pointer;
}


.mootabs_title li.active {

}

.mootabs_panel {
	display: block;
	position: relative;
	width: 578px;
	height:414px;
	padding:0px;
	margin: 0px;
	top: -35px;
	clear: both;
	overflow: hidden;
}

* html .mootabs_panel {	top: -32px;}
*:first-child+html .mootabs_panel {	top: -32px;}

.mootabs_panel.active {
	display: block;
}


.mootabs_panel_art{
	position: relative;
	top: -55px;
}
* html .mootabs_panel_art {	top: -52px;}
*:first-child+html .mootabs_panel_art {	top: -52px;}