/*	root element for the scrollable.	when scrolling occurs this element stays still.*/
.scrollablenews {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 405px;
	height:40px;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(img/h300.png) repeat-x;
}
.scrollablenews .itemsnews {
	height:20000em;
	position:absolute;
	clear:both;
	}
.titolo_news a{text-decoration:none;}	
.itemsnews div {
	float:left;
	width:405px;
	font-size:11px;
	padding:5px;
}
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 405px;
	height:340px;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(img/h300.png) repeat-x;
}

/*
root element for scrollable items. Must be absolutely positioned and it should have a extremely large width to accomodate scrollable items.	it's enough that you set the width and height for the root element and not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:405px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:0px 5px 10px 10px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:350px;
	height:260px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.scrollable .foto{
width:405px;
height:260px;
/*background-position: -30px -80px;*/
background-position:center center;
}
.collegamento {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	WIDTH: 405px;
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	HEIGHT: 260px;
	TEXT-DECORATION: none;
	PADDING-TOP: 0px;
	
}
.linkscheda{
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	TEXT-DECORATION: none;

}
.linkscheda:hover{
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	TEXT-DECORATION: none;
}
.linkschedabg{
padding:3px;
background-color: #808080;
}
#dettagli{
width:405px;
/*margin-top:190px;*/
font-family:verdana;
font-size:11px;
background:url('http://www.mtm-online.it/img/h300.png') repeat-x;
padding:5px;
}
.scrollable img.hover {
	background-color:#123;	
}
/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}
/********************************************** position and dimensions of the navigator ********************************************/
.navi {
	margin-left: 60px;
	width:405px;
	height:15px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url('http://www.mtm-online.it/img/navigator.png') 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}
