/* container for slides */
.images {
	
	color: #fff;
	position:relative;	
	
}

/* single slide */
.images div {
	display:none;
	
}

.images p { color: #fff;}


/* tabs (those little circles below slides) */
.tabs {


}

/* single tab */
.tabs a {
		padding-top: 15px;
		color: #000; text-decoration: none; margin-left: 15px; margin-right: 15px;
}

/* mouseover state */
.tabs a:hover {
	 background: url(images/title-hover.png) top no-repeat;
	 color: #fff;
}

/* active state (current page state) */
.tabs a.current {
	background: url(images/title-hover.png) top no-repeat;
	color: #fff;
	
} 	


/* prev and next buttons */
.forward, .backward {

	cursor:pointer;
	display: none;

	text-indent:-9999em;	
}


/* CONTACT STYLE */
/* Form Styles */
/* Loading bar that will appear while the ajax magic is happening */
#error {
	
	display:none; font-style: italic;
}