@charset "utf-8";
/* CSS Document */
#homerotator #description h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:21px;
	text-align:justify;
	font-weight:normal;
	margin: 10px 10px 0.5em 10px;
	font-weight:bold;
} 
#homerotator #description a
{
	color:#014B81;
	text-decoration:none; 
}
#homerotator #description p 
{
	margin: 0 20px 0.5em 25px; 
	font-size: 110%; 
}
#homerotator #image img 
{
	border: none; 
}
#selector a 
{ 
	background:url(../images/script_num_bg.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
	color:#46412a;
	padding:6px 10px 6px 11px;
	margin:0px 2px;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
}
#selector a:hover
{
	background:url(../images/script_num_bg_hover.gif);
}
#selector a.activeSlide 
{
	background:url(../images/script_num_bg_hover.gif);
}

#homerotator 
{ 
	clear: both; 
	margin: 0 auto; 
	padding: 0; 
	width: 980px; 
	text-align: left; 
	position: relative; 
	height: 241px; 
	background: white; 
}
/* #spinner { height: 300px; overflow: hidden; border-bottom: 1px solid #999; } */
#spinner 
{ 
	height: 241px; 
	overflow: hidden; 
}
#homerotator #selector 
{ 
	position: absolute; 
	left: 13px; 
	width: 168px; 
	height: 29px; 
	overflow: hidden; 
	z-index: 1000; 
	bottom:0.5em;
}
#homerotator #description 
{
	float: left; 
	width: 196px; 
	height: 241px; 
	overflow: hidden; 
	background: #fafafa;
}
#homerotator #image 
{ 
	float: right; 
	width: 784px; 
	height: 241px; 
	background: #e6e6ef; 
	overflow: hidden; 
}