﻿.article_home_rotator
{
	position: relative;
	width: 650px;
}

.article_home_rotator .description
{
	height: 372px;
}

/* -- article details -- */
.article_home_rotator .leadimage
{
	height: 270px;
}

.article_home_rotator .summary
{
	background: url(../images/article_home_rotator_bg.gif) no-repeat 100% 0;
	height: 107px;
	width: 650px; /* beat IE into shape with article pull quote area */
}

.article_home_rotator .summary .headline 
{
	background-color: #fff;
	height: 28px;
	left: 0;
	opacity: 0.7;
	padding: 5px 0 0 10px;
	position: absolute;
	top: 237px;
	width: 640px;

	/* opacity for IE browsers 6/7/8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.article_home_rotator .summary .headline a
{
	color: #000;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.article_home_rotator .summary .pullquote
{
	float: left;
	padding: 10px 0 0 10px;
	width: 420px;
	height:50px;
	overflow:hidden;
}

.article_home_rotator .summary .related
{
	float: left;
	padding: 10px 0 0 0px;
	width: 190px;
	margin:0px 0px 0px 20px;
}

.article_home_rotator .summary .related ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.article_home_rotator .summary .related a 
{
	color: #000;
	background: no-repeat 0 50%;
	display: block;
	height: 1%; /* force has layout on element for IE6 */
	padding: 6px 0 0px 20px;
}

.article_home_rotator .summary .related .link a{
	background: url(../icon/article.gif) no-repeat 0px 5px;
}

/* -- 1,2,3,4,5 button navigation -- */
.article_home_rotator .navigation
{
	bottom: 0;
	left: 13px;
	position: absolute;
	width: 300px;
	z-index:100;
	margin:5px 0px;
}

.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
{
	/*background: url(../images/article_home_rotator_nav_off.gif) no-repeat 6px 6px;*/
	color: #000;
	font-weight:bold;
	float: left;
	outline: none; /* stop marching ants on firefox */
	padding: 2px;
	text-align: center;
	text-decoration: none;
	width: 20px;
	margin:0px 10px 0px 0px;
}

.article_home_rotator .navigation li a.active
{
	background: url(../images/article_home_rotator_nav_on.gif) no-repeat 2px 0; 	
}

.article_home_rotator .previous,
.article_home_rotator .next
{
	display: none; /* we don't want prev/next navigation buttons, so we just hide them */
}
