#staticfeaturerotator {
	height: 330px;
	margin-left: 4px;
	width: 726px;	
}

#slideshowfeatures {
	float: left;
	height: 330px;
	position: relative;
	width: 456px;	
	overflow:hidden;
	border: 1px solid #97D5FE;
}

#slideshowfeatures .slideshowitem {
	height: 304px;
	position: relative;
	width: 456px;	
}

#slideshowfeatures .slideshowitem .contentcontainer {	
	background: url(../images/homepage/containerbackground.png) repeat-y;
	bottom: 0;
	position: absolute;
	padding: 5px 0 5px 10px;
	width: 456px;	
}

#slideshowfeatures .contentcontainer .title {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

#slideshowfeatures .contentcontainer ul {
	list-style: none;
	padding: 0;
	margin: 7px 0;
}

#slideshowfeatures .contentcontainer ul li {
	display: inline;
}

#slideshowfeatures .contentcontainer ul li a {
	color: #F9D162;
	padding: 0;
	text-decoration: none;
}

#slideshowfeatures #slideshowcontrol {
	bottom: 0;
	background: #955824;
	height: 24px;
	position: absolute;
	width: 456px;	
}

#slideshowfeatures #slideshowcontrol ul {
	list-style: none;
	float: right;
	padding: 0;
	margin: 5px;
}

#slideshowfeatures #slideshowcontrol ul li {
	background: url(../images/homepage/slideshowcontrolicon.jpg) no-repeat;
	color: #E3883E;
	cursor: pointer;
	display: inline;
	height: 24px;
	padding: 2px 5px 5px 5px;	
	width: 24px;
}

#menufeatures {
	background: #83B9DF;
	height: 322px;
	margin-left: 460px;
	padding: 5px 10px 5px 10px;
	width: 246px;	
}

#menufeatures #title {
	background: url(../images/homepage/morestories.gif) no-repeat;
	height: 14px;
	width: 244px;	
}

#staticfeaturerotator .bordertop {
	border-top: 1px solid #97D5FE;
}

#staticfeaturerotator .borderbottom {
	border-bottom: 1px solid #97D5FE;
}

#menufeatures .menuitem {
	height: 55px;	
	padding: 3px 0 2px 0;
	overflow: hidden;
}

#menufeatures .menuitem .title {
	font-weight: bold;
	font-size: 11px;
}

#menufeatures .menuitem .title a {
	color: #ffffff;
	text-decoration: none;
}

#menufeatures .menuitem .description {
	color: #000000;
	font-size: 11px;
}

/* root element for horizontal scrollables */
#staticfeaturerotator .scrollable {
	position:relative;
	overflow:hidden;
	width: 456px;
	height: 330px;
}
	
	/* root element for scrollable items */
#staticfeaturerotator	.scrollable .items {
		width:20000em;
		position:absolute;
		clear:both;
	}
	
	/* single scrollable item */
#staticfeaturerotator	.item {
		float:left;
		cursor:pointer;
		width:456px;
		height:303px;
}