#slide-show {
	background-image: url('../images/slide-show-background.gif');
	position:relative;	
	height:267px;
	width:543px;
	cursor:pointer;
}

#slide-show div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin: 0;
	padding: 0;
	height: 283px;
	font-size:12px;
	z-index: 1;
}

.tabs {
	height: 3px;
	position: absolute;
	margin: -37px 0 0 160px;
	z-index: 2;
}

.tabs a {
	width:47px;
	height: 3px;
	float:left;
	margin:3px 0 0 0;
	background-image: url('../images/navigator.gif');
	display:block;
	outline: none;		
}

.tabs a:hover {
	background-position: 0 -3px;      
}

.tabs a.current {
	background-position:0 -3px;     
} 	

.nav {
	width: 332px;
	position: absolute;
	margin: -30px 0 0 130px;
	z-index: 2;	
}

.forward, .backward {
	float:left;
	background-image: url('../images/navigation.png');
	display:block;
	width:26px;
	height:30px;
	cursor:pointer;
	text-indent:-9999em;	
}

.forward 				{ float: right; background-position: -26px 0;}
.forward:hover 		{ background-position: -26px -30px; }

.backward:hover  		{ background-position: 0 -30px;}

.sklepbanner {
padding-left:65px;
margin-top:15px;
}

.disabled {
	visibility:hidden !important;		
}

