#game{
	width: 910px;
	height: 520px;
	background: url(../images/energy_bg.jpg);
	position: relative;
	float: right;
	overflow: hidden;
}

#carousel
{
margin: 0 8%;
padding: 0;
	top:45%;
	width: 84%;
	z-index: 1;
}

#carousel li
{
	width: 380px;
	height: 285px;
	padding: 0;
	margin:0;
	list-style: none;
	overflow: hidden;
	border: 4px solid rgba(255,255,255,0.9);
	box-shadow: 0px 12px 8px -6px rgba(0,0,0,0.2);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.9);

	background-clip:content-box;
	-webkit-background-clip:content-box;
}

#carousel li a
{
position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1;
	text-decoration: none;
}

#carousel li.roundabout-in-focus a
{
	display: block;
}

#carousel li p
{
	position: absolute;
	top: 250px;
	padding: 6px;
	margin: 0;
	z-index: 0;
	width: 100%;
	
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	color: #343f41;
	background: rgba(255,255,255,0.9)
}

#carousel li.roundabout-in-focus:hover p
{
	color: #000;
}

#carousel li span
{
	
	padding: 0;
	margin: 0 -13px 0 0; 
	z-index: 0;
	width: 100%;
	text-align: center;
	font-weight: normal;
	clear: both;
	color: #343f41;

}

#game button
{
	border: 0;
	z-index: 2;
	cursor: pointer;
	background: url(/energy/images/homepage_sprite.png) no-repeat;
	padding: 0;
	margin:0;
}

#game #left_button , #game #right_button
{
	position: absolute;
	top: 45%;
	width: 35px;
	height: 35px;	
	box-shadow: 2px 2px 5px rgba(0,0,0,0.58);
	border-radius: 18px;
}

#game #left_button
{
	left: 20px;
	background-position: left top;
}

#game #right_button
{
	right: 20px;
	background-position: right top;
}

#game #nav
{
	position: absolute;
	top: 45%;
	padding-top: 210px;
	width: 91%;
	text-align: center;
}

#game #nav li
{
	display: inline-block;
	margin: 0 3px;
}

#game #nav button
{
	width: 10px;
	height: 10px;
	background-position: -16px -37px;
	border-radius: 5px;

}

#game #nav button.current
{
	background-position: -2px -37px;
	box-shadow: 0 0 6px rgba(24,111,205,1);
}