﻿.article_home_rotator
{
	position: relative;
	width: 650px;
	margin:0px 0px 10px 0px;
}
.article_home_rotator .description
{
	height: 310px;
}
/* -- article details -- */
.article_home_rotator .leadimage
{
	height: 240px;
}
.article_home_rotator .summary
{
	background: url(../images/article_home_rotator_bg.png) no-repeat left bottom #ffffff;
	height: 63px;
	width: 630px; /* beat IE into shape with article pull quote area */
	padding:5px 10px 0px 10px;
	color:#ffffff;
	position: absolute;
	z-index:50;	
}
.article_home_rotator .summary .headline
{
	width:400px;
	float:left;
}
.article_home_rotator .summary .headline h2
{
	font-weight:normal;
	padding:0px;
	margin:0px;
}
.article_home_rotator .summary .headline a:link, .article_home_rotator .summary .headline a:active, .article_home_rotator .summary .headline a:visited
{
	color:#ffffff;
	font-size: 18px;
	text-decoration: underline;	
}
.article_home_rotator .summary .headline a:hover
{
	text-decoration: none;	
}
.article_home_rotator .summary .pullquote
{
	width:400px;
	float:left;
}
.article_home_rotator .summary .related
{
	float: left;
	width: 200px;
	margin:0px 0px 0px 20px;
	position:relative;
	bottom:20px;
}
.article_home_rotator .summary .related ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.article_home_rotator .summary .related a 
{
	color: #BADBAF;	
}
.article_home_rotator .summary .related .link {
	background: url(../icon/ico_link.png) no-repeat 0px 3px;
	padding:2px 0px 2px 20px;
}
.article_home_rotator .summary .related .link a{	
	line-height:16px;
}
/* -- 1,2,3,4,5 button navigation -- */
.article_home_rotator .navigation
{
	bottom: 8px;
	left: 13px;
	position: absolute;
	width: 300px;
	z-index: 100;
}
.article_home_rotator .navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.article_home_rotator .navigation li
{
	display: inline;
}

.article_home_rotator .navigation li a
{
	color: #BADBAF;
	float: left;
	outline: none; /* stop marching ants on firefox */
	text-align: center;
	text-decoration: none;	
	padding:0px 10px 0px 0px;
}

.article_home_rotator .navigation li a.active
{
	color: #fff;
	text-decoration:underline
}

.article_home_rotator .previous,
.article_home_rotator .next
{
	display: none; /* we don't want prev/next navigation buttons, so we just hide them */
}
