/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/ 
#mainslider { margin: 6px auto 0 auto; padding: 0; width: 655px; height: 303px; text-align: center; }
#secondaryslider { margin: 0 auto; padding: 0; width: 710px; height: 130px; text-align: center; }
* html #mainslider.flexslider { margin: 12px 32px 0 32px; }
* html #secondaryslider.flexslider { margin: 0 36px 0 35px; }
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

#mainslider .slides img { width: 655px; height: 303px; display: block; }
#secondaryslider .slides img { width: 710px; height: 130px; 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
*********************************/
#mainslider.flexslider { background: #000; border: none 0; position: relative; zoom: 1; }
#secondaryslider.flexslider { border: none 0; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.flexslider ul li { list-style: none!important; }

.carousel li { margin-right: 5px }


/* Direction Nav */
#mainslider .flex-direction-nav { height: 40px; }
#mainslider .flex-direction-nav a { width: 40px; height: 40px; margin: 0; display: block; background: url(/product/phone/flash/images/1/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 45%; z-index: 10; cursor: pointer; text-indent: -9999px; }
#mainslider .flex-direction-nav .flex-next { background-position: 100% 0; right: -30px; }
#mainslider .flex-direction-nav .flex-prev { left: -30px; }
#secondaryslider .flex-direction-nav { height: 134px; }
#secondaryslider .flex-direction-nav a { width: 19px; height: 134px; margin: 0; display: block; background: url(/product/phone/images/slider/1/btn.png) no-repeat 0 0; position: absolute; top: 0; z-index: 10; cursor: pointer; text-indent: -9999px; }
#secondaryslider .flex-direction-nav .flex-next { background-position: 100% 0; right: -26px; }
#secondaryslider .flex-direction-nav .flex-prev { left: -26px; }

/* Control Nav */
#mainslider .flex-control-nav { width: 100%; position: absolute; top: 308px; text-align: center; z-index: 20; }
#mainslider .flex-control-nav li { margin: 0 12px; display: inline-block; zoom: 1; *display: inline; }
#mainslider .flex-control-paging li a { width: 14px; height: 14px; display: block; background: url(/product/phone/flash/images/1/controll_nav.png) no-repeat 0 0; cursor: pointer;  text-indent: -9999px; }
#mainslider .flex-control-paging li a:hover { background: #fff; background: url(/product/phone/flash/images/1/controll_nav_active.png) no-repeat 0 0; }
#mainslider .flex-control-paging li a.flex-active { background: #fff; background: url(/product/phone/flash/images/1/controll_nav_active.png) no-repeat 0 0; cursor: default; /zoom:1; }
#secondaryslider .flex-control-nav { width: 710px; position: absolute; top: 138px; left: 0; text-align: center; z-index: 20; padding: 0; }
#secondaryslider .flex-control-nav li { margin: 0 12px 0 0; display: inline-block; zoom: 1; *display: inline; }
#secondaryslider .flex-control-paging li a { width: 10px; height: 10px; display: block; background: url(/product/phone/images/slider/1/controll_nav.png) no-repeat 0 0; cursor: pointer;  text-indent: -9999px; }
#secondaryslider .flex-control-paging li a:hover { background: #fff; background: url(/product/phone/images/slider/1/controll_nav_active.png) no-repeat 0 0; }
#secondaryslider .flex-control-paging li a.flex-active { background: #fff; background: url(/product/phone/images/slider/1/controll_nav_active.png) no-repeat 0 0; cursor: default; /zoom:1; }
