/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
* {
	outline:none;
	margin:0;
	padding:0; 
	text-decoration:none;
}
.anythingSlider                         { width: 756px; height: 215px; position: relative; margin: 0; }
.anythingSlider .wrapper                { width: 100%; overflow: auto; height: 215px; margin: 0 ; position: absolute; top: 0; left: 0;}   
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0;}
.anythingSlider ul li                   { display: block!important; float: left!important; padding: 0; height: 215px; width: 756px; margin: 0; position:relative; overflow:hidden; }
.anythingSlider ul li .lista-produtos   { position:absolute!important;}
.anythingSlider ul li .produto-slider   { position:relative!important; float:left!important; width:376px;}
.anythingSlider ul li .produto-slider-l { position:relative!important; float:left!important; width:756x;}
.anythingSlider ul li p 				{ color:#fff; font-size:13px!important; width:95%; margin:15px 0 0 0;}
.anythingSlider ul li br 				{ clear:both;}
.anythingSlider ul li strong 			{ color:#4e3068; font-size:13px;}
.anythingSlider ul li .produto-slider-l strong { color:#ff9900; font-size:13px;}
.anythingSlider ul li img.sem-margin    { margin:10px 0 0 0;}
.anythingSlider ul li img.produto-unico { margin:12px 20px 0 0;}
.anythingSlider ul li img.right			{ position:absolute; right:0;}
.anythingSlider ul li a.detalhes-slider { display:block; width:112px; height:24px; background:url('../images/detalhes-slider.png') 0 0 no-repeat; text-indent:-9999px; float:left; 
										  margin:15px 0 0 0;}
.anythingSlider ul li .imagem-da-mochila{ position:relative!important; float:left!important; width:145px; margin:28px 0 0 0;}	
.anythingSlider ul li .texto-da-mochila { position:relative!important; float:left!important; width:230px;}	

.anythingSlider ul li .imagem-mochila-unica{ position:relative!important; float:left!important; width:300px; margin:0 0 0 0;}	
.anythingSlider ul li .texto-mochila-unica { position:relative!important; float:left!important; width:456px;}	
										  

#thumbNav                               { position: absolute; bottom:0; right:0; text-align: center; }
#thumbNav a                             { color: #fff; display: inline-block; padding: 2px 10px 5px 10px; height: 18px; margin: 0 5px 0 0;text-align: center; background:#7b5d95;
										  border-radius:4px 4px 0 0; -moz-border-radius:4px 4px 0 0; webkit-border-radius:4px 4px 0 0; khtml-border-radius:4px 4px 0 0;
										  font-size:13px!important; text-decoration:none;}
#thumbNav a:hover                       { background:#5c377d;text-decoration:none!important;}
#thumbNav a.cur                         { background: #5c377d;padding: 5px 10px 5px 10px;}

#start-stop                             { background: green; background-image: url(../images/cellshade.png); color: white; padding: 2px 5px; width: 40px; text-align: center;
										  position: absolute; right: 45px; top: 200px; display:none;}
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }
/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
