/* 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:25px 0;
}
#books  ul li {
	display: none;
	position: relative;
	z-index: 1;
	width:23%;
	text-align:left;
	margin:0 5px;
}
#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;
	border-bottom: 1px solid #ddd;
	height:130px;
	text-align:center;
}

#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:250px;} 	
.box-slider-produtos table{margin:0 auto;}
.box-slider-produtos table td{}
.box-slider-produtos table td.conteudo{width:730px;}






