#container{
	margin: 20px 10px;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #D9D8C6;
	width: 320px; 
	height: 370px;
	text-align: center;
}

#tabellanomealbum{
	vertical-align: middle;
	width: 300px; 
	height: 36px;
	background-color: #F0EBD8;
	
}
 
#nomealbum{
	padding: 5px;
}


/* ----------------IMAGE SLIDER------------- */
.SlideItMoo_outer {
	background-color: ffffff; 
	position: relative;

}
/* create custom forward-backward buttons for this container */
.SlideItMoo_outer .SlideItMoo_forward,
.SlideItMoo_outer .SlideItMoo_back{ 
	position: absolute; 
	cursor: pointer; 
	width: 25px; 
	height: 25px;
	bottom: 35%; 
	right: 0px; 
	background: url(/dati/ContentManager/files/fotoscript/slideitmoo_forward.png) no-repeat center;
}
.SlideItMoo_outer .SlideItMoo_back { 
	left: 0px; 
	background: url(/dati/ContentManager/files/fotoscript/slideitmoo_back.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
.SlideItMoo_inner{ 
	position: relative; 
	overflow: hidden; 
	/*width: 600px;  set a display width to make the slider look good in case js is disabled */
	margin: 0px auto;
	padding: 10px 0px;
	
}
/* the thumbnails container; set a width on it so everything will be fine */
.SlideItMoo_items { 
	display: block; 
	position: relative; 
	height: 70px;
	overflow: hidden; 

	
}
/* single element design */
.SlideItMoo_items div.SlideItMoo_element { 
	display: block; 
	position: relative; 
	float: left; 
	margin: 0px 1px;
}
.SlideItMoo_items a { clear: both; display: block; }
.SlideItMoo_items a img{ border: none; }


