/* container for slides */
.images {
	position:relative;	
	height:300px;
	width:870px;
	float:left;	
	cursor:pointer;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:300px;
	font-size:12px;
}
.images div img {
border:none !important;
padding:0 !important;
}
.images div span {
display:block;
position:absolute;
bottom:15px;
left:0;
width:300px;
padding:15px;
overflow:hidden;
background-color:#fdfdff;
}
.images a,
.images a:link {
text-decoration:none !important;
}

.images div span p {
margin:0;
padding:0;
}
/* header */
.images div span h4 {
	font-size:22px;
margin-bottom:5px;
}

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

/* single tab */
.slidetabs a {
	width:15px;
	height:15px;
	float:left;
	margin:3px;
	display:block;
	font-size:27px;		
text-decoration:none;
}

/* mouseover state */
.slidetabs a:hover {
	color:#8ab66b !important;     
}

/* active state (current page state) */
.slidetabs a.current {
	color:#8ab66b !important;   
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

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