.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 {
	position: relative; 
	width: 100%;
	height: auto;
	margin: 0; 
	padding: 0;
	zoom: 1; 	 
	overflow: hidden!important;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	width: 100%;
} 

.flexslider .slides img {
	display: block;
	float: none;
	width: auto;
	height: 250px;	
	margin-right: auto!important;	
	margin-left: auto!important; 
}

.slides:after {
	display: block; 
	clear: both; 
	content: "."; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
} 

html[xmlns] .slides {
	display: block;
} 

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flex-viewport {
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	transition: all 1s ease;
}

.loading .flex-viewport {
	height: auto;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {/* para o tamanho de cada foto */  
	margin-right: 0; 
	overflow: hidden;
} 

.flex-direction-nav { 
	*height: 0;
}

.flex-direction-nav a {/* Botões */
	display: block; 
	position: absolute; 
	width: 40px; 
	height: 40px; 
	margin: -20px 0 0; 	
	background: url( bg_direction_nav.png) no-repeat 0 0; 	
	top: 50%; 	
	text-indent: -9999px; 
	opacity: .3; 
	-webkit-transition: all .3s ease;
	z-index: 10; 
	cursor: pointer; 
}

.flex-direction-nav .flex-next {
	opacity: 1; 
	right: 0;
	background-position: 100% 0; 
}

.flex-direction-nav .flex-prev {
	opacity: 1; 
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8; 
	right: 5px; 
}

.flexslider:hover .flex-prev {
	opacity: 0.8; 
	left: 5px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: .8!important; 
	filter:alpha(opacity=30);
}

.flex-control-nav {
	position: absolute; 
	width: 100%;	
	bottom: -40px; 
	text-align: center;
}
	
.flex-control-nav li {
	display: inline-block; 
	*display: inline;
	margin: 0 6px; 	
	zoom: 1; 
	
}

@media only screen and (min-width: 481px), only screen and (orientation:landscape) {
.flexslider .slides img {
	height: 320px;	
}    
}

@media only screen and (min-width: 585px) {
.flexslider .slides img {
	height: 400px;	
}    
}

@media only screen and (min-width: 768px) {
.flexslider .slides img {
	height: 500px;
}    
}

@media only screen and (min-width: 1024px) {  	
.flexslider .slides img {
	min-height: 450px;
}  
}

@media only screen and (min-width: 1280px) {  	
.flexslider .slides img {
	min-height: 600px;
}  
}

@media only screen and (min-width: 1600px) {  	
.flexslider .slides img {
	min-height: 700px;
}  
}