/*
 * jQuery FlexSlider v1.7
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {
	outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	padding: 0;
	list-style: none;
	float: left;
	height: 420px;
	width: 950px;
	margin: 0px;
	top: 400px;
} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	width: 950px;
	float: left;
	height: 420px;
	position: relative;
	zoom: 1;
}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/

.flex-direction-nav li a.prev{zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Direction Nav */
.flex-direction-nav li a {
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	cursor: pointer;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	top: 20%;
	margin: 0px 0px 0px 40px;
	left: 420px;
}
.flex-direction-nav li a.prev {
	float: left;
	height: 45px;
	width: 45px;
	background-image: url(http://static.garmincdn.com/shared/emea/custom/forerunner-10/_images/previous-btn.png);
	margin: 0px 0px 0px 40px;
	left: 75px;
}
.flex-direction-nav li a.next {
	float: left;
	height: 45px;
	width: 45px;
	background-image: url(http://static.garmincdn.com/shared/emea/custom/forerunner-10/_images/next-btn.png);
	margin: 0px;
	background-repeat: no-repeat;
	left: 170px;
}
	
.flex-direction-nav li a:hover 
{
	background-position: 0px -45px;
}


/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	height: 300px;
	left: 115px;
	margin-top: -15px;
}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {
	width: 18px;
	height: 18px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	background-image: url(http://static.garmincdn.com/shared/emea/custom/forerunner-10/_images/pagination.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.flex-control-nav li a.active {
	background-position: 0 -18px;
	cursor: default;
}

#main-slider {
	width: 950px;
	height: 440px;
}

#secondary-slider {
	width: 950px;
	height: 440px;
}


#slideshow {
	float: left;
	width: 950px;
	height: 420px;
	margin: -40px 0px 0px;
	padding: 0px;
}

.slides {
	height: 420px;
	width: 950px;
	float: left;
}

#content {
	width: 260px;
	float: left;
	margin: 175px 30px 0 115px;
}

#forerunner {
	float: left;
	height: 430px;
	width: 430px;
}

.slideshow-content {
	float: left;
	height: 450px;
	width: 950px;
}
