@charset "utf-8";
/* CSS Document */

/* container for slides */
.images {
	height:195px;
	width:590px;
	float:left;	
}
/* container for slides - logos */
.logoimages {
	height:75px;
	width:228px;
	/* CSS3 tweaks for modern browsers */
}
.images h1 {
margin:0px;
}
/* single slide */
.logoimages div {
	display:none;
	position:absolute;
	margin:0px;
	height:60px;
	font-size:12px;
	width:228px;
	overflow:hidden;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	margin-top:10px;
	height:200px;
	font-size:12px;
	width:590px;
	overflow:hidden;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs {
	position:relative;
	clear:both;
	margin-left:270px;
	z-index:2;
	top:-18px;
}

/* single tab */
.tabs a {
	width:10px;
	height:10px;
	float:left;
	margin:3px;
	background:url('../images/navigator.png');
	font-size:0px;
	color:none;
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -10px;
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -20px;
} 	


/* prev and next buttons */
.forward, .backward {
	background:url('../images/arrows.png') no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	margin-left:10px;
	font-size:0px;
	top:275px;
	position:absolute;
	z-index:10;
}

/* next */
.forward 				{ background-position: 0 -30px; margin-left:548px;}
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; z-index:10 }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

.slide_tbl .text {
padding:20px;
}

