/* container for slides */
.images {
	background:#fff url(/images/newbg.jpg) no-repeat;
	border:1px solid #b0b0b0;
	position:relative;	
	height:270px;
	width:943px;
	margin:15px;
	cursor:default;
	text-decoration:none;
	z-index:1;
}

/* single slide */
.slide {
	display:none;
	position:relative;
	top:0;
	left:0;		
	height:256px;
	font-size:12px;
	text-decoration:none;
}




/* header */
.images h3 {
	font-size:16px;
	font-weight:bold;
	margin:0 0 0 0;
	padding-top:0px;
	padding-bottom:10px;
	color:#000062;
}

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

/* single tab */
.tabs a {
	width:188px;
	height:21px;
	float:left;
	background: url(/images/bluebutt_over.png) no-repeat;
	display:block;
	font-size:12px;		
	color: #fff;	
	text-decoration:none;
	font-weight:bold;
	padding-top:8px;
	border-right: 0px #999999 solid;
	border-top: 0px #999999 solid;
	border-bottom: 0px #999999 solid;
	border-left: 0px #999999 solid;
	margin-right:0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

/* mouseover state */
.tabs a:hover {
	background:url(/images/bluebutt.png) no-repeat;
	text-decoration:none;  
	font-weight:bold;
	color: #fff;	
	border-top: 0px #999999 solid;
	border-right: 0px #999999 solid;
	border-bottom: 0px #999999 solid;
	border-left: 0px #999999 solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

/* active state (current page state) */
.tabs a.current {
	background:url(/images/bluebutt.png) no-repeat;
	text-decoration:none;  
	font-weight:bold; 
	color: #fff;	 
	border-top: 0px #ddd solid;
	border-right: 0px #ddd solid;
	border-left: 0px #ddd solid;
	border-bottom: 0px #ddd solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;

} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(/images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* 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;		
}
