#StageCarrousel {
	width: 795px !important;
	height: 310px;
}
#StageCarrousel * { margin: 0; padding: 0; border: 0; }
#StageCarrousel UL {
	list-style: none;
	position: absolute;
	overflow: hidden;
	width: 795px !important;
	height: 310px;
}
#StageCarrousel UL LI { display: none; position: absolute; /*z-index: 40;*/ z-index: 4; }
#StageCarrousel UL LI.info {
	background-color: #333333; 
	position: absolute;
	top: 0px;
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	padding: 15px 10px 0px 15px;
	width: 245px;
	max-width: 220px;
	height: 310px;
	max-height: 295px;
	margin: 0 0 0 530px;
	z-in dex: 50;
	display: none;
}

#StageCarrousel UL LI.first { display: block !important; }

#StageCarrousel UL LI.info H3 A {
	color: #FFF; 
	text-decoration: none;
	font: bold 16px/18px Arial, Helvetica;
}
#StageCarrousel UL LI.info H6 {
	padding: 0 0 10px 0px;
	margin: 15px 0 10px 0;
	color : #FFF;
	font: bold 12px/16px Arial, Helvetica;
}
#StageCarrousel UL LI.info H6 A {
	color : #FFF;
	font: bold 12px/16px Arial, Helvetica;
	text-decoration: none;
}




UL#Selector LI{
	background-repeat: no-repeat !important;
	float:left !important;
	width: 19px !important;
	height:13px !important;
	margin-left: 10px !important;
	margin-top: 5px;
}
