﻿.RotatingGraphic
{
	background:#00346b url(../images/rotating-graphic-bg.jpg) bottom right no-repeat;
	position:relative;
	width: 791px;
	margin-top:5px;
}

.RotatingGraphic img.RotatingGraphicImage
{
	float: left;
	width: 516px;
	height: 359px; 
}

.RotatingGraphic div.RotatingGraphicInfo
{
	float:right;
	width:250px;
	padding:10px 0 0 0;
	margin-right:10px;
	
}

.RotatingGraphic div h1
{
	color:#fff;
	font-size:1.5em;
	font-weight:normal;
	margin:0;
	padding:0 0 20px 0;
	border-bottom:1px solid #5e6f81;
}

.RotatingGraphic div p
{
	color: #fff;
	font-size: .75em;
}

.RotatingGraphic div a img
{
	margin-top: 10px;
}

#rotatingGraphicDiv
{
	width: 781px;
	
}

#rotatingGraphicControlDiv
{
	margin-top:-40px;
	position:relative;
	float:right;
	width:262px;
	display:block;
	right:0;
	font-size:.9em;
}

#rotatingGraphicControlDiv a#rotatingGraphicControlPreviousDiv
{
	background:url(/assets/ReebokStadium/images/rotate-buttons-bg.gif) top left no-repeat;
	float:left;
	display:block;
	width:68px;
	height:23px;
	color:#223f5e;
	font-weight:bold;
	margin-left:10px;
	text-decoration:none;
	padding:5px 0 0 18px;
}

#rotatingGraphicControlDiv a#rotatingGraphicControlNextDiv
{
	background:url(/assets/ReebokStadium/images/rotate-buttons-bg.gif) top right no-repeat;
	float:right;
	display:block;
	width:52px;
	height:22px;
	text-align:right;
	color:#223f5e;
	text-decoration:none;
	padding:6px 28px 0 0;
	font-weight:bold;
}

#rotatingGraphicControlDiv a#rotatingGraphicControlPreviousDiv:hover, 
#rotatingGraphicControlDiv a#rotatingGraphicControlNextDiv:hover
{
	text-decoration:underline;
}

#rotatingGraphicTopImage,
#rotatingGraphicBottomImage
{
	width: 791px;
	height: 4px;
	clear:both;
	float:left;
	display:none;
}

.RotatingGraphicInfo h1:hover {
	cursor: pointer;
	text-decoration: underline;
}
