/* wrapper */
.banner_wrapper {
	padding: 5px 0px 5px 10px;
	margin: 0px auto;
}


/* container for slides */
.images {
	background:#fff;
	position:relative;
	float: left;
	height:300px;
	width:875px;	
	margin: 10px 9px 10px 0px;
	padding: 0;
	border-left: 0px;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #000000;
	overflow: hidden;
}

/* links */
.images a {
	color: #FFF;
	text-decoration: none;
}
.images a:visited {
	color: #FFF;
	text-decoration: none;
}
.images a:hover {
	color: #2e73c1;
	text-decoration: none;
}
.images a:active {
	color: #FFF;
	text-decoration: none;
}

/* single slide */
.images div {
	display:none;
	position:relative;
	top:0;
	left:0;		
	margin:0px;
	padding:0px;
	height:300px;
	font-size:12px;
}

.images img {
	width: 550px;
	height: 300px;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 8;
	border: 0;
}

/* header */
.images .box {
	width: 325px;
	height: 300px;
	position: absolute;
	float: left;
	right: 0;
	top: 0;
	z-index: 9;
	background: url(../images/banner_bg.png);
	/*filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;*/
}

.images .overlay {
	width: 325px;
	height: 300px;
	position: absolute;
	float: left;
	right: 0;
	top: 0px;
	z-index: 10;
}

.images .overlay h3 {
	width: 95%;
	margin: 0px auto;
	text-align: center;
	font-size:22px;
	font-weight:bold;
	font-family: Tahoma;
	margin-bottom: 4px;
	margin-top: 4px;
	color:#FFF;
	border-bottom: 1px solid #FFF;
}

.images .overlay p {
	width: 95%;
	margin: 0px auto;
	display: block;
	font-size:15px;
	font-weight: normal;
	font-family: Tahoma;
	color: #FFF;
}

/* tabs (those little circles below slides) */
.slidetabs {
	position: relative;
	float:left;
	width: 100px;
	height: 300px;
	margin: 10px 0 0 0;
	border-top: 1px;
	border-left: 1px;
	border-bottom: 1px;
	border-right: 0px;
	border-color: #000000;
	border-style: solid;
}

/* single tab */
.slidetabs a {
	width:100px;
	height:75px;
	float:left;
	margin:0px;
	background:#FFF;
	display:block;
	font-size:1px;
	
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

.slidetabs a img {
	width:100px;
	height:75px;
	position: relative;
	margin-top: 0;
	border: 0;
}

/* mouseover state */
.slidetabs a:hover {
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}

/* active state (current page state) */
.slidetabs a.current {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
} 	

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