div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 742px; 
	height: 347px;
	overflow: hidden;
}
div#vitrine_slider { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 742px; 
	height: 347px;
	overflow: hidden;
	position:relative;
	z-index:1;
	/z-index:-1;
}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:742px;
	height:347px;
	overflow:hidden;
	float:left;		
}

div.section img {
	border:none;
}

div.scroller div.content {
	width: 10000px;
}

div.controls {
	background:#333;
	width:742px;
	height:86px;
	padding-top:10px;
/*  position:absolute;*/
/*  bottom:0;*/
	z-index:10;
	opacity:0.9;
	filter:alpha(opacity=90);
}

.controls img {
	border:none;
}

div.controls a {
	border:2px solid #fff;
	display:inline-block;
	width:133px;
	height:56px;
	float:left;
	margin:2px 5px 2px 5px;
	opacity:0.5;
	filter:alpha(opacity=50);
}

div.controls a:hover{
	border:2px solid #fff;
	display:block;	
	opacity:0.9 !important;
	filter:alpha(opacity=90);
}

.active {
	border:2px solid #fff !important;
	opacity:0.9 !important;
	filter:alpha(opacity=90);
}

