﻿
#rotator_main_image_div
{
	background-image: url('images/rotator_images_v2/nhl.jpg');
	width: 386px;
	height: 228px;
	float: none;
}

#rotator_left_button_0
{
	top: 2px;
}

#rotator_left_button_1
{
	top: 38px;
}

#rotator_left_button_2
{
	top: 74px;
}

#rotator_left_button_3
{
	top: 110px;
}

#rotator_left_button_4
{
	top: 146px;
}

#rotator_left_button_5
{
	top: 182px;
}

.rotator_floating_left_button
{
	float: left;
	position: absolute;
	background-color: White;
	text-align: center;
	font-weight: bold;
	width: 92px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
	color: #d50100;
	text-decoration:none;
	
}

.currentSelectedRotatorButton
{
	background-color: #d50100 !important;
	color: White !important;
}

#rotator_bottom_caption_div
{
	width: 386px;
	background-color: #d50100;
	color: White;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: pointer;
	text-decoration:none;
}
