/* -------------------INFO BANNERS-------------------- */
#slide_info_outer { 
	display:block; 
	position:relative; 
	width:500px; 
	height:110px; 
	margin:0px auto 0px; 
	float:left;
}
#slide_info_inner { 
	position:relative ; 
	overflow:hidden ; 
	width:500px ; 
	height:110px;
	margin:0px auto 0px;  
}
#slide_info_items { 
	display:block; 
	position:relative; 
}

#slide_info_items .info_item{
	display:block; 
	position:relative;
	width:500px;
	height:120px;
	float:left;
	background:#E8E8E8;
	text-align:justify;
	padding:5px;
	border-right:5px #333333 solid;
}

#slide_info_items .info_item a img{
	border:none;
}

#slide_info_items .info_item img {
	float:left;	
	margin-right:15px;
}

#slide_info_items .info_item h1{
	background:none;
	color:#006699;
	text-align:left;
	margin:5px 0px 10px;
}

#slideshow {
    position:relative;
}

#slideshow DIV {
   display:block; 
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	width:500px;
	height:150px;
   	background:#EBEBEB;
	text-align:justify;
	padding:5px;
	border-right:5px #333333 solid;
}

#slideshow DIV h3{
	background:none;
	color:#527186;
	text-align:left;
	margin:5px 0px 10px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}


