/*
 * jQuery FlexSlider v1.4
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin-bottom: 14px;}
.flexslider .slides li {display: none; list-style:none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; margin: 15px 7px 0 7px;}


/* FlexSlider Default Theme
*********************************/
/*.flexslider {
	position: relative;
	width: 940px;
	height: 300px;
	margin-top: 49px;
	background-image: url(../images/slider_box2.jpg);
	background-repeat: no-repeat;
}*/

.flexslider .slides  li {position: relative; display: none; margin: 10px 0 0 3px;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider-container {position: relative;
	width: 940px;
	height: 300px;
	

}


/* Control Nav */
.flex-control-nav {margin-left: -55px; position: absolute; left: 50%;} /* set negative margin-left equal to half the width on the control-nav for perfect centering */
.flex-control-nav li {margin: 0 0 0 5px; float: left;}
.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(../images/bg_control_nav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}