#mediabar {
	position: relative;
	width: 990px;    /*814px;*/  
	height: 200px;
	overflow: hidden;
	margin: 6px 0 0 0;
}
#mediabar_content {
	position: absolute;
	width: 2340px; 
	height: 200px;
	overflow: hidden;
	float: left;
	clear: none;
	display: inline;	
}
#mediabar_error {
	position: absolute;
	width: 990px;    /*814px;*/  
	height: 100%;
	z-index: 20;
	background-color: #666;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
	color: #222;
	display: none;
}
#mediabar_loading {
	position: absolute;
	width: 990px;    /*814px;*/  
	height: 100%;
	z-index: 20;
	background-color: white;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;	
	color: #222;
	top: 60px;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
}
.mediabar_arrow {
	position: absolute;
	z-index: 10;
	width: 797px;
	height: 23px;
	left: 165px;
	background-color: #ccc;
	border-top: 1px solid white;
	margin-left: 5px;
}
#mb_previous {
	position: relative;
  float: left;
	width: 18px;
	cursor: pointer;
	margin: 5px 1px 0 0;
}
#mb_next {
	position: relative;
  float: right;
	width: 18px;
	cursor: pointer;
	margin: 5px 0 0 0;
}
.mediabar_arrow img {
	position: absolute;
}
.mediabar_item {
	position: relative;
	left: 0px;
	width: 158px;
	height: 100%;
	float: left;
	margin-right: 2px;
}
.mediabar_artvid img {
	position: absolute;
	top: 5px;
	left: 0px;   
	width: 150px;
	height: 191px;
/*	border: #666 1px solid;*/
}
.mediabar_artvid p {
	position: absolute;
	text-align: center;
	width: 160px;
	height: 33px;
	padding: 2px;
	top: 120px;
	color: #666;
	font: normal 12px tahoma,helvetica,sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.mediabar_icon_video {
	position: absolute;
	z-index: 10;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
	width: 30px;
	height: 24px;
	right: 14px;
	bottom: 49px;
/*	background-image: url(http://cloud.ilgiornale.it/img/play_bb_small.gif);*/
	cursor: pointer;
}
.mediabar_icon_gallery {
	position: absolute;
	z-index: 10;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
	width: 30px;
	height: 24px;
	right: 14px;
	bottom: 49px;
/*	background-image: url(images/gallery.gif);  */
	cursor: pointer;	
}
.mediabar_txt h2 {
	position: absolute;
	top: 10px;
	left: 11px;
	padding: 2px;
	margin: 0px;
	width: 126px;
	height: 116px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;		
	color: #38558f;
	font-size: 18px;
}
.mediabar_title {
	position: absolute;
	top: 10px;
	left: 11px;
	padding: 2px;
	margin: 0px;
	width: 126px;
	height: 116px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;		
	color: #38558f;
	font-size: 24px;
}
.mediabar_subtitle {
	position: absolute;
	top: 123px;
	left: 1px;
	padding: 2px;
	margin: 0px;
	width: 126px;
	height: 41px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;	
	color: #666;
	font-size: 14px;
}
.mediabar_txt h3 {
	position: absolute;
	top: 123px;
	left: 1px;
	padding: 2px;
	margin: 0px;
	width: 126px;
	height: 41px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;	
	color: #666;
	font-size: 14px;
}
.mediabar_txt p {
	position: absolute;
	top: 136px;
/*	top: 146px;	*/
	left: 11px;
	width: 126px;
	height: 33px;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666;
	font-size: 12px;	
}
#media_bar {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 10px;
}

