div#mioloHomeEsq {
	float:left;
	position:relative;
	width:525px;
	padding-right:13px;
	border-right:1px solid #f6f6f6;		
}

div#mioloHomeDir {
	float:left;
	position:relative;
	width:142px;
	padding:23px 0 0 18px;
	margin-top:10px;
	background:url(../img/bg/bgMioloHomeDir.jpg) top left no-repeat #fff;
}

div#mioloHomeDir img {
	margin-bottom:20px;
}

div.produto div.compra {
	float:left;
	position:relative;
	text-align:center;
	width:175px;
	height:26px;
	margin-bottom:10px;	
}

div.produto .btnComprar {
	width:175px;
	height:32px;
	float:left;
	position:relative;
	background:url(../img/btn/btn-comprar.jpg) top center no-repeat;
}

h1.titDestaques {
	float:left;
	position:relative;
	width:526px;
	height:28px;
	margin-top:10px;	
	background:url(../img/title/titDestaques.jpg) top left no-repeat;
	margin-bottom:8px;
}

div.spacer {
	float:left;
	position:relative;
	width:526px;
	height:1px;
	margin:20px 0 10px 0;
	background:#ebebeb;
}

div.produto {
	float:left;
	position:relative;
	width:175px;
	text-align:center;
	height:220px;
	margin-bottom:10px;
	margin-top:10px;
}

div.produto p {
	font:11px Arial, Helvetica, sans-serif;
	color:#5b5b5b;
	line-height:140%;
}

div.produto p a {
	color:#5b5b5b;
	text-decoration:none;
}

div.produto p a:hover {
	color:#5b5b5b;
	text-decoration:underline;
}

div.produto p.preco {
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#1B3383;
}

div.produto div.fotoProduto {
	width:175px;
	height:106px;
	text-align:center;
	float:left;
	position:relative;
}

div.produto div.preco2 {
	height:100px;
	width:175px;
	float:left;
	clear:both;
	position:relative;
	text-align:center;
	margin:0 0 0 0px;
}

div.produto a.btnFreteGratis {
	width:175px;
	height:15px;
	float:left;
	position:relative;
	clear:both;
	text-align:center;
	margin:3px 0 7px 0;
	background:url(../img/btn/btnFreteGratis.jpg) top center no-repeat;
}

div#maisProdutos {
	float:left;
	position:relative;
	width:526px;
	margin-top:30px;
}

div#maisProdutos h1.maisProdutos {
	float:left;
	position:relative;
	width:526px;
	height:28px;
	background:url(../img/title/titMaisProdutos.jpg) top left no-repeat;
	margin-bottom:8px;
}

div#maisProdutos .foto-mais-produtos {
	float:left;
	position:relative;
	width:114px;
	height:134px;
	text-align:center;
	margin:0 20px;
}

.foto-carousel {
	float:left;
	position:relative;
	width:114px;
	height:114px;
}

div#maisProdutos .foto-mais-produtos p {
	font:11px Tahoma, Geneva, sans-serif;
	color:#666;
	text-align:center;
}

div#maisProdutos div#carousel-home {
	float:left;
	width:526px;
	text-align:center;
}


/***************** */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	float:left;
	width:526px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 460px;
    height: 140px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 460px;
    height: 140px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	top:35px;
	right:0px;
    width: 23px;
    height: 48px;
    cursor: pointer;
	position:absolute;
	z-index:99;
	background: transparent url(../img/global/seta-direita.jpg)  no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	top:35px;
	left:0px;
    width: 23px;
    height: 48px;
    cursor: pointer;
	position:absolute;
	z-index:99;	
    background: transparent url(../img/global/seta-esquerda.jpg)  no-repeat 0 0;
}
