@charset "utf-8";
/* CSS Document */

#rotator_content {
	WIDTH:608px;
	HEIGHT: 185px;
	MARGIN:0px auto;
	padding: 0px;
	POSITION:relative;
	border:none;
}
#rotator_main { 
POSITION:relative; 
float:left; 
width:100%;
border:none; 
padding: 0px; 
} 

/* #banner { DISPLAY: block; position:relative; } */
#banner { DISPLAY: block; border:none;margin:0px;padding:0px;}
/*#slide_banners {z-index: 10; margin:0 auto; width:588px; height:174px; background-color:#FFF;}*/
#slide_banners {
	height:190px;
	width:608px;
	background-color:#FFFFFF;
	background-image: url(images/banner-1a-static.jpg);
	background-repeat: no-repeat;
}

#wall {
	list-style-type:none;
	margin:0;
	padding:0px 0px 0px 0px;
	display:block;
	float:left;

}

#thumbs {
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	right:0px;
	z-index:200;
	bottom:0px;
	font-family: "trebuchet ms", verdana, arial;
	
}
	
#thumbs li.thumb {
	/*border: 1px solid #e5e5e5;*/
	background-color:#C0C0C0;
	float:left;
	margin-right:4px;
	margin-bottom: 0px;
	width:72px;
	height: 20px;

}
/* #thumbs li.thumb img {border: 0; width:100px; height: 50px; margin: 0px; padding: 0px; }*/
#thumbs li.thumb a {
/*	border: 1px solid #ABABAB;*/
	margin: 0px;
	padding:0px;
	background-color:#9C9C9C;
	width:72px;
	display: block;
	height:20px;
	text-decoration: none;
	color: #0f4369;

}
#thumbs li.thumb a.activeSlide {padding:0px; margin: 0px; font-weight: normal;; color: #021b2d; background-color: #BBBBBB;}

#thumbs li.thumb div {
	border: 0;
	height: 20px;
	line-height:15px;
	margin:0;
	margin-top:0px; 	
	padding:2px 0px 0px 0px;
	text-align:center;
	cursor: pointer;
	font-size: 10px;
	font-family: "trebuchet ms", verdana, arial;
	
/*	background-image: url(images/thumb-bg.png);
	background-repeat: no-repeat;*/
}