

/* 3. Feature
---------------------------------------------------*/
#flash {
	width: 660px;
	height: 286px;
	float:left;
	padding: 0px 0px 15px 0px;
}
#feature {
width: 293px;
height:271px;
float:left;
background:#891414;
}	


/* 10. Image Rotator
---------------------------------------------------*/
#rotator {
	width:660px;
	height:286px;
	margin:0;
	overflow:hidden;
	padding: 0px 0px 0px 0px;
}

#imFrame {
	height:286px;
	position:relative;
	visibility:hidden;
	padding: 0;
}
#imFrame ul {
	padding:0px; 
	margin:0px;
}
#imFrame ul li {
	position:absolute;
	left:0px;
	top:0px;
}

#sub_header {
	position:relative;
	top:-19px;
	left:486px;
	width:170px;
	text-align:right;
}

#page_bar {
	position:relative;
	width:auto;
	height:28px;
	padding-right:10px;
}
#page_bar a {
	display:inline-block;
	padding:0 3px 0 2px;
	text-decoration:none;
	font-size:0px;
	width:11px;
	height:11px;
	background:url(/images/global_flash/off_button.jpg) no-repeat top center;
}
#page_bar a.selected {
	background:url(/images/global_flash/on_button.jpg) no-repeat top center;
}
