/*
 * 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: 380px;
	width: 950px;
	margin: 0px;
	top: 400px;
} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	width: 940px;
	float: left;
	height: 430px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
	position: relative;
	zoom: 1;
	padding: 0px;
	margin-bottom: 0px;
}
.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: 38px;
	height: 63px;
	display: block;
	position: absolute;
	cursor: pointer;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 380px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
	top: 38%;
}
.flex-direction-nav li a.next {
	float: right;
	margin-left: 890px;
	height: 63px;
	width: 43px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://static.garmincdn.com/shared/uk/custom/streetpilot/slider/right-arrow.png);
}
.flex-direction-nav li a.prev {
	left: -30px;
	margin-left: 40px;
	float: left;
	height: 63px;
	width: 63px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://static.garmincdn.com/shared/uk/custom/streetpilot/slider/left-arrow.png);
}
	
.flex-direction-nav li a:hover 
{
	background-position: 0px -62px;
}


/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
	height: 420px;
}
.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: 13px;
	height: 13px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	background-image: url(http://static.garmincdn.com/shared/uk/custom/streetpilot/slider/bg_control_nav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}


#slideshow {
	float: left;
	width: 950px;
	background-image: url(http://static.garmincdn.com/shared/uk/custom/streetpilot/slider/slider-background.jpg);
	height: 420px;
	background-repeat: no-repeat;
}
