/**
*
* @section 		Index
*
-----------------------------------------------------------------------------*/
#box-center {
	margin:0 0 0 230px;
}
#main-banner {
	height:290px;
	margin-bottom:10px;
	background-color:#263a8d;	
}
#box-center .vitrine {
	background:url(../images/bg-index-vitrine.png) 0 35px no-repeat;	
}
.ie7 #box-center .vitrine {
	background:url(../images/bg-index-vitrine.png) 0 45px no-repeat;	
}
#box-center .vitrine h4 {
	margin:10px 0 40px 0;
	font:900 21px "Arial Black", Gadget, sans-serif;
	text-transform:uppercase;
	color:#263a8d;
}
.vitrine .product-cell div.more {
	margin-top:10px;
	overflow:hidden;
}
#slideshow {
	position:relative;
	float:left;
	width:890px;
	height:240px;
	padding:10px 35px;
	text-align:right;
	background:url(../images/bg-banner.png) no-repeat;
}
#slideshow .slide {
	display:none;
	width:100%;
	margin:0 auto;
}
#slideshow .slide img {
	margin:0 auto;	
}
#slideshow .button-nav {
	position:absolute;
	display:block;
	top:115px;
	left:3px;
	width:26px;
	height:26px;
	background:url(../images/sprite-icon-custom-big.png) 0 -375px no-repeat;
}
#slideshow #slide-next {
	left:930px;
	background-position:0 -329px;	
}