a {
	color: #000000;
	text-decoration: none;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #892034;
	text-decoration: none;
}

#feature_area {
	width: 587px;
	height: 458px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

#feature_area_new {
	background: #30006e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 561px;
	height: 432px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 13px;
}


/* ------------------------------------------------------------------
------- Flash-free Feature Area (added by Glenn Pittman) ------------
-------------------------------------------------------------------*/

/* wrapper for the main image */
#image_wrap {
	background-color: #30006e;
	float: right;
	
}

/* container for the scrollable thumbnails */
.scrollable {
	height: 388px;
	margin: 0 10px 10px 0;
	overflow:hidden;
	position:relative;
	width: 145px;
}

/* wrapper for the items to be scrolled */
.scrollable .items {	
	height:20000em;
	position:absolute;
}

/* each thumbnail */
.scrollable .items img {
	cursor: pointer;
	margin: 0 0 7px;
}

/* container for the Up/Down buttons */
div#thumb_nav {
	background-color: #f6bf00;
	height: 34px;
	width: 145px;
}

/* Label for the Up/Down controls */
div#thumb_nav p {
	color: #370a6c;
	float: left;
	font-size: 16px;
	margin: 7px auto 0;
	text-align: center;
	width: 77px;
}

/* the Up/Down buttons themselves */
a.browse {
	background: url(../images/index/feature_area/scroll_arrows.jpg);
	cursor: pointer;
	display: block;
	float: left;
	height: 34px;
	width: 34px;
}

a.up {
	background-position: 0 -34px;
}

a.up.disabled {
	background-position: 0 0;
}

a.down {
	background-position: -34px -34px;
	float: right;
}

a.down.disabled {
	background-position: -34px 0;
}

/*-----------------------------------------------------------
---------------- end additions made by GP -------------------
---------------------------------------------------------- */


#kids_burst {
	height: 96px;
	width: 160px;
	float: right;
	margin-bottom: 5px;
	margin-top: 12px;
}

#kids_burst img {
	border: 0;
}

#news {
	width: 160px;
	float: right;
	background-color: #BF9D31;
	border-bottom-color: #000000;
	border-bottom-width: medium;
	border-bottom: medium;
	margin-top: 12px;
	
}

#news h1 {
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	background-color: #e5b53a;
	text-indent: 5px;
	color: #000000;
}

#news a {
	color: #ffffff;
	text-decoration: none;
}

#news a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

#news a:hover {
	color: #892034;
	text-decoration: none;
}
#news_link {
	margin: 5px;
}

#inspire {
	width: 388px;
	height: 315px;
	float: right;
	margin-right: 15px;
	margin-top: 8px;
}
#ticker {
	width: 585px;
	height: 115px;
	clear: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

/* ADS */
#ad_tower {
	background-position: center center;
	width: 160px;
	height: 540px;
	float: right;
	margin-top: 5px;
	margin-bottom: 15px;
}
#ad_rectangle {
	background-position: center center;
	width: 180px;
	height: 165px;
	float: left;
	margin-top: 5px;
}

