a { text-decoration:none !important; }
#news-box { width:710px; }
.news-cell { width:220px; height:310px; }
#character-box { width:225px; }
.character-cell { width:225px; height:640px; }
#banner-box { position:relative; }
#banner-body { position:absolute; }
.character-cell .news-title { margin-top:15px; }

.home-subtitle
{
	height:27px;
	padding-left:10px;
	padding-top:10px;
}

.programs-cell
{
	width:220px;
	min-height:220px;
	overflow:hidden;
	position:relative;
}

.programs-cell.large
{
	width:460px;
}

.programs-cell .read-more
{
	position:absolute;
	bottom:9px;
	right:0px;
	width:89px;
	height:19px;
	cursor:pointer;
	background-image: url('../images/read-more.png');
}

.programs-cell .selected.read-more
{
	position:relative;
	bottom:0px;
	margin-top:10px;
	background-image: url('../images/read-less.png');
}


.programs-cell .read-more:hover { background-image: url('../images/read-more-hover.png');}
.programs-cell .selected.read-more:hover { background-image: url('../images/read-less-hover.png'); }

.programs-cell img
{
	border:1px solid #e5e5e5;
	padding:4px;
}


#banner-pages
{
	position:absolute;
	top:0px;
	right:0px;
}

.banner-page-cell
{
	padding:2px 10px;
	margin-top:6px;
	cursor:pointer;
}


#banner-window
{
	width:960px;
	height:360px;
	overflow:hidden;
	position:relative;
}