
.thumbs { margin: 0; padding: 0; overflow: hidden; }
.thumbs li { list-style: none; float: left; margin: 5px; padding: 3px; background: #eee; -moz-box-shadow: 0 0 4px #444; -webkit-box-shadow: 0 0 2px #000; }
.thumbs li a { }
.thumbs li img { display: block; }
.thumbs li a img { border: none;}





#cycle {margin: 0px auto; padding: 0; width: 100%; height: 377px; padding: 0px; }

#cycle li {
	position: relative;
list-style: none outside none;
margin: 0px 7px 0px;
padding: 0px;
width: 100%;
height: 347px;
overflow: hidden;
}

.galeria-img {display:block; position:relative; width:100%; height:310px;  overflow:hidden} 

#cycle li img { min-width:400px; position:absolute; left:50%; top:50%; margin-left:-245px; margin-top:-155px}
#cycle li .galeria-titulo { margin-top:10px; font-size:18px; font-weight:700; text-transform:uppercase;}
#cycle li .galeria-descricao { font-size:11px; }


@media (max-width: 800px) {		
	
		.galeria-img {width:480px}
		
}
	
@media (max-width: 768px) {	

	#cycle { background:none}
	#cycle li img { min-width:430px; height:255px; margin-left:-225px; top:52% }
	.galeria-img {width:460px; height:260px;  } 
	#cycle li {width:480px; height:420px;}	
	#cycle li .galeria-titulo { margin-top:0px;}
	
	
}
	
	@media (max-width: 600px) {
	
	/*iframe {width:500px;height:320px}*/
	
}
	
@media (max-width: 568px) {
	
	.col-xs-8 {width:96.66%}


	#cycle {background:#333; margin-left:-10px;	width:350px; height:200px; }
	#cycle li {width:340px; height:420px;}	
	#cycle li img { min-width:380px; height:255px; margin-left:-225px; top:52% }
	.galeria-img {width:340px; height:330px;  } 
	#cycle li .galeria-titulo { margin-top:0px; font-size:18px; font-weight:700;}
	
}
	
@media (max-width: 320px) {
	#cycle li {width:300px; height:350px;}
	#cycle {background:#333;margin-left:-10px;	width:400px; height:370px; }
	#cycle li img { min-width:300px; height:200px; margin-left:-145px; top:62% }
	.galeria-img {width:287px; height:250px;  } 
	#cycle li .galeria-titulo { margin-top:0px; font-size:18px; font-weight:700;}
	
}

