
/* container for slides */
.images {
	height: 286px;
	width: 996px;
	display: block;
  background: url(df6949ddaf81fc.png) no-repeat;
  margin: 0 auto;
  position: relative;
}

/* single slide */
.images div {
	height: 270px;
	width: 996px;
	display: block; 
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;	
}
.images div img.kolaz {
  width: 971px;
  height: 270px;
  right: 13px;
  top: 5px;
  position: absolute;
  z-index: 5;
}
.pozice {
  position: absolute;
}
/* tabs (those little circles below slides) */

.slidetabs {
	position: absolute;
	display: block;
	z-index: 100;
	height: 20px;
	width: 120px;
	top: 340px;
  left: 50%;
  margin-left: -460px;
  display: block;
  font-size: 0em;	
}
.slidetabs ul li {
  float: left;
}
.images div .url {
  position: absolute;
  display: block;
  z-index: 100;
  height: 20px;
  width: 120px;
  top: 240px;
  margin-left: 150px;
}
.images div .url a:link, .images div .url a:hover, .images div .url a:active, .images div .url a:visited {
  color: #000;
  text-decoration: underlink;
}

/* single tab */
.slidetabs a:link, .slidetabs a:visited {
	width:20px;
	height:20px;
	float:left;
	margin:3px;
	background:url(3ed3dc032d5377.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
  text-decoration: none;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -20px;      
}

/* active state (current page state) */
.slidetabs a:link.current, .slidetabs a:visited.current {
	background-position:0 -20px;     
} 	


/* prev and next buttons */
.forward, .backward {
	display:block;
	cursor:pointer;
  position: absolute;
  top: 120px; 
  z-index: 99;   	
} 
.forward {
  right: 0px;  
}
.backward {
  left: 0px;
}


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