table.glidernav
{
	width: 248px;
	height: 21px;
}

table.glidernav td
{
	background-color: #f2efe0;
	text-align: center;
}

table.glidernav td.glidernav-label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: Transparent;
	color: #6c4619;
	margin: 0;
	text-align: left;
}

table.glidernav td a:link,
table.glidernav td a:visited,
table.glidernav td a:active,
table.glidernav td a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #6c4619;
	letter-spacing:.02em;
	vertical-align:middle;
	text-decoration:underline;
}
table.glidernav td a:active,
table.glidernav td a:hover
{ text-decoration:none; }

div.scroller
{
	/* modify width and height of scrolling section if necessary	*/		
	width: 248px; 
	height: 188px;
	overflow: hidden;
}

div.scroller div.content
{
	width: 10000px;
}

div.scroller div.section
{
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 233px;
	height: 188px;
	overflow: hidden;
	float: left;
	padding: 5px 10px 10px 10px;
	background-color:#f2efe0;
	color:#6c4619;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

div.scroller div.section h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px; 
	margin-top: 5px;
}

div.scroller div.section img
{
	margin: 0px 5px 5px 0px;
	float: left;
}

div.scroller div.section a:link,
div.scroller div.section a:visited,
div.scroller div.section a:active,
div.scroller div.section a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #cc0000;
	letter-spacing:.02em;
	text-decoration:underline;
	display: block;
	clear: both;
	margin: 0;
}
div.scroller div.section a:active,
div.scroller div.section a:hover
{ text-decoration:none; }

#featurebottomnavcontainer
{
	width: 248px;
	height: 30px;
	background-color: #f2efe0;
}
		
#featurebottomnav
{
	width: 229px;
	height: 18px;
	margin: 0px 9px 0px 9px;
	padding-top: 2px;
}

#featurebottomnav a:link,
#featurebottomnav a:visited,
#featurebottomnav a:active,
#featurebottomnav a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	letter-spacing:.02em;
	vertical-align:middle;
	text-decoration:underline;
}
#featurebottomnav a:active,
#featurebottomnav a:hover
{ text-decoration:none; }

