@charset "utf-8";
/* CSS Document */


.slider 
{
	float: left;
	position: relative;
	height: 321px;
	width: 673px;
	margin-bottom: 20px;
}

.main_view {
	float: left;
	height: 321px;
	width: 673px;
		margin-bottom: 20px;
}

.window {
	height: 321px;
	width: 673px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
		margin-bottom: 20px;
}
.image_reel 
{
	position: absolute;
	top: 0; left: 0;
}

.image_reel img 
{
	float: left;
}
 
.paging {
	position: absolute;
	width: 150px;
	z-index: 100;
	display: block;
	float: left;
	text-decoration: none;
	height: 12px;
	margin-top: 300px;
	margin-left: 15px;
}

.paging a 
{
	margin-right: 4px;
	padding: 0px;
	height: 12px;
	width: 12px;
	float: left;
	background-image: url(http://static.garmin.com/shared/uk/fleet/white-dot.png);
	background-repeat: no-repeat;
}

.paging a.active 
{
	padding: 0px;
	margin-right: 4px;
	height: 12px;
	width: 12px;
	float: left;
	background-image: url(http://static.garmin.com/shared/uk/fleet/blue-dot.png);
	background-repeat: no-repeat;
}

.paging a:hover 
{
	padding: 0px;
	margin-right: 4px;
	height: 12px;
	width: 12px;
	float: left;
	background-image: url(http://static.garmin.com/shared/uk/fleet/blue-dot.png);
	background-repeat: no-repeat;
}

.mega-divider
{
	padding: 0 0 300px 0;
}

.clear
{ 
	clear: both; 
}
