/*
 IMPORTANT: Do not use percentage for module width and height, enter actual fast width in pixels	background: url(/images/background_trasparente_scorrevoli.png);
*/
div.mContainer {	border: solid 2px #BAD0EF;    	margin-left: 8px;	margin-top: 3px;	padding-top: 1px;
	width: 730px;  /* edit this value for your own module width */
	height: 56px; /* edit this value for your own module height */
	display: inline;
	overflow: hidden; 
	position: absolute;
	/*background: url(bg.gif) no-repeat 0 0; /* uncomment for module background */
}
div.mScroller {
	display: block;
	margin: 2px;
	padding: 1px;
}
div.mScroller div {
	display: block;
	text-align: left;
	margin: 0;
	float: left;
	width: 728px; /* edit this value for your own module width */
	min-height: 45px; /* edit this value for your own module height */	height: 80px; /* edit this value for your own module height */
}
div.mScroller div span {  /* if more than 1 item displayed use this for individual item size */
	display: block;
	margin-right: 5px;
	float: left;
	width: 78px;
}
div.mScroller div a {	font-size: big;

}
div.mScroller div p {
	margin: 0;
	text-align: right;
}
div.mScroller div .title {
	font-weight: bold;	height: 4px;
}
div.mNav {
	position: relative;
	height: 0;		margin-left: 6px;
	right: -4px;
	top: -17px; /* edit this value for navigation buttons position */
	text-align: left;
}
div.mNav img {
	cursor: hand;
	cursor: pointer;
	display: inline;
	padding-left: 2px;
}
/* Joomla 1.5 fix */
#whitebox div.mNav {
	text-align: right;
}