/* container for slides */
#banner { background: url(../images/common/bg_banner-slideshow.png) no-repeat center; padding-top:10px; margin-bottom:5px; height:370px; font: normal 11px Arial, Helvetica, sans-serif; position:relative }

#banner2 { padding:10px 0; height:370px; font: normal 10px Arial, Helvetica, sans-serif; color:#FFF }

#bannerContent { width:155px; float:left; margin-left:10px; color:#444 }
#bannerContent img { margin:0 !important;}

#bannerContent h2 { color:#2a6ac0; margin:0; font-size:19px }

.logo { position:absolute; top:10px; left:30px; z-index:990; width:155px; }

.images {
	background:url(../images/h300.png) repeat-x;
	/*border:1px solid #ccc;*/
	position:relative;	
	height:352px;	
	width:940px;
	float:right;
	margin-top:5px;
	/*margin:15px;*/
	
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	width:940px;
	/*top:0;
	left:0;	*/	
	/*margin:7px;
	padding:15px 30px 15px 15px;
	height:256px;*/
	z-index:80;
}

.images img { margin-right:10px }


/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.slidetabs {
	position:absolute;
	display:block;
	z-index:100;
	left:190px;
	bottom:12px
}

/* single tab */
.slidetabs a {
	width:19px;
	height:17px;
	padding-top:1px;
	float:left;
	margin:2px;
	background:url(../images/common/s-tabs.png) 0 0 no-repeat;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none !important;
	text-align:center;
	color:#FFF
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -18px; color:#FFF !important   
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -18px;     
} 	


/* prev and next buttons */
.forward {
	float:right;
	margin-top:125px;
	background: url(../images/common/btn-right.png) no-repeat top left;
	display:block;
	width:20px;
	height:81px;
	cursor:pointer;
	text-indent:-9999em;	
}

.backward {
	float:left;
	margin-top:125px;
	background: url(../images/common/btn-left.png) no-repeat top right;
	display:block;
	width:20px;
	height:81px;
	cursor:pointer;
	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;		
}