/* container for slides */
.images {
	position:relative;
	height:300px;
	width:1000px;
	cursor:pointer;
	display:block !important;
}

/* single slide */
.images div {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
}

/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	float:right;
	margin-right:20px;
	margin-top:10px;
	height:20px;
}

/* single tab */
.slidetabs a {
	width:15px;
	height:13px;
	float:left;
	margin:2px;
	background-image: url(../img_kt/bg.png);
	background-position:-148px -105px;
	background-repeat: no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position: -132px -105px;
	cursor:pointer;  
}

/* active state (current page state) */
.slidetabs a.current {
	background-position: -132px -105px; 
} 	



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