/* foundation */


#books {
	width: 750px; /* optional */
}
#books img {
	border: 0;
}
#books .clear_both {
	clear: both;
}

#books  ul li {
	float: left;

}



#books .overclear {
	width: 100%;
	overflow: hidden;
}


#books  ul {
	margin: 0;
	list-style-type: none;
	padding: 0px 0;
	margin-top: 10px;
}
#books  ul li {
	display: none;
	position: relative;
	z-index: 1;
	width:22%;
	height: 300px;
	text-align:left;
	margin:0 10px;
}
#books  ul li.loader {
	display: block;
	float: none;
	height: 115px;
	margin: 0 auto;
	background: url(../images/books_loader.gif) no-repeat center center;
}

#books  ul li a{color:#333; text-decoration:none;}
#books  ul li a.link-img {
	display: block;
	height:180px;
	text-align:left;
}

#books  ul li a.link-img img{
	height:90%;
}

#books  ul li a.link-secao{font-size:10px; color:#568216;}


.box-slider-produtos{ /*background:url(../images/fundo.jpg) no-repeat; height:230px;*/} 	
.box-slider-produtos table{margin:0 auto;}
.box-slider-produtos table td{}
.box-slider-produtos table td.conteudo{/*width:730px;*/}







