/* container for slides */
.images {
	background:#fff;
	padding-left:5px;
	padding-right:5px;
	position:relative;	
	height:210px;
	float: left;
	width:98%;
	float:left;	
	margin-left:-1px;
	cursor:pointer;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	margin-left:10px;
	margin-right:-10px;
	top:0;
	left:0;		
	height:210px;
	width:100%;
}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left:200px;
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

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

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

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

.article {
	display:block;
	background:#fff;
	padding-left:5px;
	padding-right:5px;
	position:relative;	
	float: left;
	width:98%;
	cursor:pointer;
}

/* single slide */
.article div {
	margin-right:-10px;		
	width:100%;
}
