﻿@charset "utf-8";
/* CSS Document */

ul, li, p{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}



img{
	display: block;
	border: none;
}

/* CSS Scroller */

#timelineScroller{
	width: 900px;
	height: 105px;
	background-image: url(http://cdn.polarisindustries.com/VIC/MY2010/vra/images/timelineScroller.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	overflow: hidden;
	z-index:7;
	top: -110px;
	left: 23px;
	.left: -5px;
}

.timelineScroller_UL{
	height: 105px;
	float: left;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}

.timelineScroller_LI{
	width: 382px;
	height: 105px;
	position: relative;
	float: left;
}

.timelineScrollerDivider{
	height: 105px;
	width: 1px;
	background-image: url(http://cdn.polarisindustries.com/VIC/MY2010/vra/images/timelineScroller_divider.png);
	background-repeat: no-repeat;
	float: left;
}

.timelineScroller_IMG{
	position: absolute;
	left: 184px;
	overflow: hidden;
}

.timelineScroller_A{
	text-decoration: none;
	cursor: pointer;
}

.year{
	color: #c3c3c3;
	font-size: 36px;
	position: absolute;
	left: 9px;
	top: 1px;
	font-weight: bold;
}

.description{
	color: #3b3b3b;
	font-size: 11px;
	position: absolute;
	width: 166px;
	left: 12px;
	top: 40px;
}

/* CSS Controller */

.timelineController{
	width: 132px;
	height: 105px;
	position: absolute;
	background-color: #FFF;
	right: 0px;
}

.timelineControllerButton{
	width: 55px;
	height: 55px;
	position: absolute;
	top: 18px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.timelineControllerButtonLeft{
	background-image: url(http://cdn.polarisindustries.com/VIC/MY2010/vra/images/buttons.jpg);
	background-position: top left;
	left: 18px;
}

.timelineControllerButtonRight{
	background-image: url(http://cdn.polarisindustries.com/VIC/MY2010/vra/images/buttons.jpg);
	background-position: top right;
	left: 75px;
}

.timelineControllerButtonLeft:hover{
	background-position: bottom left;
}

.timelineControllerButtonRight:hover{
	background-position: bottom right;
}

.timelineControllerText{
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	bottom: -20px;
	text-align: center;
	width: 55px;
	font-weight: bold;
	left: 0px;
}
