/**
*
* @section 		Index
*
-----------------------------------------------------------------------------*/
#box-header {
	height:335px;
	width:887px;
	margin:44px 12px auto;
	padding:1px 30px 0 23px;
	border-right:10px solid #a00609;
	border-left:10px solid #a00609;
	background:#fff;
}
#box-header hr {
	margin-bottom:10px;
	border:2px solid #eaeaea;	
}
#box-center {
	margin:0 30px 0 270px;
}

/* --- Product-fix --- */
.ie7 .vitrine .product-cell {
	width:30%;
}
.vitrine {
	/*background:url(../images/sprite-shadows.png) 0 -369px no-repeat;	*/
}

#slideshow {
	position:relative;
	float:left;
	min-width:900px;
	height:299px;
	margin:0 -2px auto;
}
#slideshow .slide {
	display:none;
	width:900px;
	height:299px;
	margin:0 auto;
	margi
}
#slideshow .slide img {
	margin:0 auto;
	margin-top: 25px;
}
#slideshowNav {
	position:absolute;
	bottom:17px;
	left:0px;
	width:28px;
	height:155px;
	padding-top:30px;
	z-index:10;
	background:url(../images/slideshow-nav-bg.png);
}
#slideshowNavPager {
	float:left;
}
#slideshowNav a {
	display:block;
	width:35px;
	height:25px;
	margin:0 0 3px 0;
	background:url(../images/slideshow-nav-item.png) -11px 0;
	cursor:pointer;
}
#slideshowNav a span {
	display:none;
}
#slideshowNav a.activeSlide {
	width:46px;
	background:url(../images/slideshow-nav-item.png) 0 -26px;
}
#slideshowNav a:focus {
	outline:none;
}
#prev2 {
	position:relative;
	display:block;
	width:40px;
	height:141px;
	margin:95px 0 0 -23px;
	background:url(../images/btn-prev.png) no-repeat;
	text-indent:-9999px;
	z-index:1000;	
}
.ie7 #prev2 {
	margin:-225px 0 0 -23px !important;	
}
#next2 {
	position:relative;
	display:block;
	width:40px;
	height:145px;
	margin:-144px 0 0 877px;
	background:url(../images/btn-next.png) no-repeat;
	text-indent:-9999px;
	z-index:1000;	
}