/*
description: Stylesheet for rotator output.
*/

.rotator_outer {
	height: 388px;
	text-align: center;
}

.rotator_inner {
	margin-left: auto;
	width: 970px;
	height: 388px;
	margin-right: auto;
	text-align: center;
}

.previous_frame {
	position: relative;
	z-index: 10;
	float: left;
	height: 388px;
	margin-right: -44px;
}

.rotator_frame {
	position: relative;
	z-index: 9;
	float: left;
	width: 970px;
}

.next_frame {
	position: relative;
	z-index: 10;
	float: right;
	height: 388px;
	margin-left: -44px;
}

#mod_xtG561WsAO_previous, #mod_xtG561WsAO_next {
	display: block;
	text-indent: -4000em; /* remove text out-of-bounds so it doesn't display */
	cursor: pointer;
}

#mod_xtG561WsAO_previous {
	background: url("/modules/pf_rotator/images/arrow_left.png") center left no-repeat;
	width: 44px;
	height: 388px;
}

#mod_xtG561WsAO_next {
	background: url("/modules/pf_rotator/images/arrow_right.png") center left no-repeat;
	width: 44px;
	height: 388px;
}

.image {
	width: 970px;
	height: 388px;
}

.portfolio {
	display: none;
	/*
	display: block;
	text-align: left;
	float: right;
	width: 0px;
	margin-top: 0px;
	margin-right: 28px;
	position: relative;
	*/
}

.headline {
	display: none;
	/*
	color: #a31327;
	font: 30px Adobe Garamond Pro, Times, serif;
	line-height: 28px;
	*/
}

.portfolio_text {
	display: none;
	margin-top: 10px;
	color: #555555;
	font: 14px Century Gothic, Helvetica, san-serif;
}

.portfolio_text a:link {
	color: #555555;
	text-decoration: underline;
}

.portfolio_text a:hover {
	color: #FF0000;
	text-decoration: none;
}

.portfolio_text a:visited {
	color: #555555;
	text-decoration: underline;
}

.stories_nav {
	float: left;
	color: #555555;
	font: 16px Helvetica, Arial, san-serif;
	display: block;
	text-align: center;
	position: relative;
	height: 41px;
	width: 970px;
	margin-top: -41px;
	background: url('/portals/ucIMKF4TkC/files/story_nav_bg.png') repeat-x;
}

.stories_nav a {
	display: inline-block;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	margin-right: auto;
	margin-left: auto;
}

.stories_nav a:hover {
	color: #ab283a;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.stories_nav a:focus {
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.stories_nav a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}

.stories_nav a.highlighted {
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.stories_nav a.not_highlighted {
	color: #DDDDDD;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}

/*
#sequences_nav {
	float: left;
	color: #555555;
	font: 12px Century Gothic, Helvetica, san-serif;
	display: block;
	text-align: left;
	margin-top: -23px;
	margin-left: 457px;
	position: relative;
}

#sequences_nav a:link {
	color: #555555;
	text-decoration: none;
	padding-right: 5px;
	cursor: pointer;
}

#sequences_nav a:hover {
	color: #ab283a;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	cursor: pointer;
}

#sequences_nav a:focus {
	color: #ab283a;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	cursor: pointer;
}

#sequences_nav a:visited {
	color: #555555;
	font-weight: normal;
	text-decoration: none;
	padding-right: 5px;
	cursor: pointer;
}

#sequences_nav a.seq_highlighted {
	color: #ab283a;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	cursor: pointer;
}

#sequences_nav a.seq_not_highlighted {
	color: #555555;
	font-weight: normal;
	text-decoration: none;
	padding-right: 5px;
	cursor: pointer;
}
*/

.container, .wrap, .rotator li {
	width: 970px;
	height: 388px;
}

.container {
	padding: 0px;
}

.wrap {
	clear: left;
	display: block;
	overflow: hidden;
	position: relative;
}

.rotator {
	width: 50000px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.rotator li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
