﻿.RotatingGraphic
{
	background:#fff;
	margin-top:10px
}

.RotatingGraphic img.RotatingGraphicImage
{
	float: left;
	width: 780px;
	height: 370px; 
}

.RotatingGraphic div.RotatingGraphicInfo
{
	float:left;
	width:655px;
	height:100px;
	background:url(/assets/CoachEducation/images/home-console-detail-bg.png) repeat;
	padding:10px 20px 0 20px;
	margin:-120px 0 0 43px;
	_margin:-120px 0 0 21px;
}
.home_console_frame{
display:none;
}
.RotatingGraphic div h1
{
position:relative;
	color:#fff;
	font-size:1.5em;
	font-weight:normal;
	margin:0;
	padding:0 0 0 0;
	cursor:pointer;
	
}

.RotatingGraphic div p
{
	color: #fff;
	margin:5px 0 0 0;
	font-size: .7em;
}

.RotatingGraphic div a img
{
	margin-top: 10px;
	display:none;
}

#rotatingGraphicDiv
{
	width: 781px;
	
}

#rotatingGraphicControlDiv
{
	margin-top:-28px;
	position:relative;
	float:left;
	width:781px;
	display:block;
}

#rotatingGraphicControlDiv a#rotatingGraphicControlPreviousDiv
{
	background:#cc0000 url(/assets/CoachEducation/images/home-console-arrows.gif) left no-repeat;
	float:left;
	display:block;
	width:41px;
	height:80px;
	position:relative;
	color:#000;
	text-decoration:none;
	margin:-80px 0 0 10px;
	_margin:-80px 0 0 5px;
	padding:0;
}
#rotatingGraphicControlDiv a#rotatingGraphicControlPreviousDiv span, #rotatingGraphicControlDiv a#rotatingGraphicControlNextDiv span{
display:none;
}
#rotatingGraphicControlDiv a#rotatingGraphicControlNextDiv
{
	background:#cc0000 url(/assets/CoachEducation/images/home-console-arrows.gif) right no-repeat;
	float:right;
	display:block;
	width:41px;
	height:80px;
	position:relative;
	text-align:right;
	color:#000;
	text-decoration:none;
	padding:0;
	margin:-80px 10px 0 0;
	_margin:-80px 5px 0 0;
}

#rotatingGraphicControlDiv a#rotatingGraphicControlPreviousDiv:hover, 
#rotatingGraphicControlDiv a#rotatingGraphicControlNextDiv:hover
{
	text-decoration:underline;
}

#rotatingGraphicTopImage,
#rotatingGraphicBottomImage
{
	width: 781px;
	height: 4px;
	clear:both;
	float:left;
}