﻿/* FlexSlider */

/* Browser Resets */
.flex-container a, .flexslider a, .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 */
.flexslider {
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	max-width: 100%;
	display: block;
	background-color:#000;
}
.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-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme */
.flexslider {
	zoom: 1;
	position: relative;
}
.flexslider li {
	margin:0px;
	padding:0px;
}
.flexslider .slides {
	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 {
	height: 0;
}
.flex-direction-nav a {
	width: 100px;
	height: 100px;
	margin: -30px 0 0;
	display: block;
	position:fixed;
	bottom: 0;
	cursor: pointer;
	text-indent: -999em;
	z-index:100;
	background-color:#000;
}
.flex-direction-nav a:hover
{
    background-color:#fff;
}
.flex-direction-nav .flex-next
{
    background-position: center center;
    left: 100px;
    background-image: url('../images/right.png');
    background-repeat: no-repeat;
}
.flex-direction-nav .flex-prev {
	left: 0px;
	background-position: center center;
	background-image: url('../images/left.png');
    background-repeat: no-repeat;
}
.flex-direction-nav .flex-next:hover
{
    background-position: center center;
    background-image: url('../images/right2.png');
    background-repeat: no-repeat;
}
.flex-direction-nav .flex-prev:hover {
	background-position: center center;
	background-image: url('../images/left2.png');
    background-repeat: no-repeat;
}
.flex-direction-nav .flex-disabled {
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}
.flex-wrapper {
z-index:1;
background-color:#000;
}