
/* container for slides */
.images {
	position:relative;	
	height:350px;
	width:847px;
	float:left;	
	cursor:pointer;
}
.images2 {
	position:relative;	
	height:370px;
	width:500px;
	margin: 0 15px 0 15px;
	float:left;	
	cursor:pointer;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:350px;
	font-size:12px;
}
.images2 div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:370px;
	font-size:12px;
}

/* header */
.images h3, .images2 h3  {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs2 {
	height:5px;
}
.tabs2 .tabs {
	clear:both;
	margin-left: 100px;
}
#real_sp.tabs2 .tabs {
	clear:both;
	margin-left: 50px;
}
#real_os.tabs2 .tabs {
	clear:both;
	margin-left: 260px;
}
#real_kwp.tabs2 .tabs {
	clear:both;
	margin-left: 266px;
}
#real_logotypy.tabs2 .tabs {
	clear:both;
	margin-left: 200px;
}
#real_dcw.tabs2 .tabs {
	clear:both;
	margin-left: 262px;
}
#real_tr.tabs2 .tabs {
	clear:both;
	margin-left: 274px;
}
#real_rz.tabs2 .tabs {
	clear:both;
	margin-left: 184px;
}
#real_lp.tabs2 .tabs {
	clear:both;
	margin-left: 174px;
}
#real_rnos.tabs2 .tabs {
	clear:both;
	margin-left: 244px;
}
#real_rp.tabs2 .tabs {
	clear:both;
	margin-left: 310px;
}
#real_gr.tabs2 .tabs {
	clear:both;
	margin-left: 310px;
}
.tabs {
	clear:both;
	margin-left:440px;
}

/* single tab */
.tabs a, .tabs2 .tabs a  {
	width:12px;
	height:12px;
	float:left;
	margin:3px;
	display:block;
	font-size:1px;		
}
.tabs a {
	background:url(../images/tabs/navigator.png) 0 0 no-repeat;
}
.tabs2 .tabs a {
	background:url(../images/tabs/navigator2.png) 0 0 no-repeat;
}
/* mouseover state */
.tabs a:hover, .tabs2 .tabs a:hover {
	background-position:0 -12px;      
}

/* active state (current page state) */
.tabs a.current, .tabs2 .tabs a.current {
	background-position:0 -24px;     
} 	


/* prev and next buttons */
a.forward, a.backward {
	float:left;
	margin-top:140px;
	background:#fff url(../images/tabs/arrow.jpg) no-repeat;
	display:block;
	width:55px;
	height:80px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}
#real a.forward, #real a.backward {
	float:left;
	margin-top:140px;
	background:#fff url(../images/tabs/arrow2.jpg) no-repeat;
	display:block;
	width:55px;
	height:80px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
a.forward , #real a.forward 				{ background-position: 0 -80px; clear:right; }
a.forward:hover, #real a.forward:hover 		{ background-position:-55px -80px; }
a.forward:active , #real a.forward:active	 	{ background-position:-110px -80px; } 


/* prev */
a.backward:hover, #real a.backward:hover 		{ background-position:-55px 0; }
a.backward:active, #real a.backward:active 	{ background-position:-110px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
