@charset "UTF-8";

#fake {display:none;width:470px;height:420px;position:absolute;top:8px;left:5px;z-index:2;border:none;}
 

#blind_data {display:none;}

#data_music {
	display:none;
}

.titolo {
	font-size:18pt;
	color:#A77300;
	line-height: 24px;
}

.arancio {color:#A77300;}
.grigio {color:#94918B;}

.titoletto {
	color: #CFAD74;
	line-height: 24px;
}

.box {
	position: absolute;
	background: white;
}

.box_contents {
	position: absolute;
	z-index: 2;
	right: 20px;
	top: 10px;
	left: 15px;
	text-align: left;
}

/* navigatore page contenuti */

.nav_page {
   position: relative;
   display: none;
   text-align: left;
}
.nav_navigator {
   position: absolute;
   bottom: 30px;
   left: 20px;
   z-index: 100;
}
.nav_navigator img {
   cursor: pointer;
   font-size: smaller;
   vertical-align: middle;
   position: relative;
   top: -2px;
}
.nav_testo {
   position: absolute;
   width: 265px;
   height: 185px;
   top: 20px;
   left: 8px;
   line-height: 17px;
}
.nav_img {
   position: absolute;
   width: 705px;
   height: 460px;
   top: -60px;
   left: 265px;
	overflow: hidden;
}

.nav_img img {
	position: absolute;
	left: 0;
}


/* music player */
.music {position:relative;z-index:4;text-align:left;line-height:13px;}
.music #music_info {text-align:left;}
.music #music_info #music_compositore {color:#94918B;font-weight:bold;}
.music #music_info #music_brano {color:#434343;font-weight:bold;}
.music #music_info #music_more_info {display:none;}
.music #music_controls {
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 98%;
	height: 15px;
}
.music #music_controls div { /* I bottoni play e stop*/
	float: left;
	
}
.music  #music_controls #music_play {
	background: no-repeat 0 0;
	width: 14px;
	height: 14px;
	margin-right:15px;
	cursor: pointer;
}
.music #music_controls #music_stop {
	background: url('../img/stop_off.gif');
	width: 14px;
	height: 14px;
	cursor: pointer;
}
.music #music_controls #music_nav { /* Il div che contiene il navigatore brani */
	float: right;
	height: 10px;
	line-height: 15px;
	vertical-align:middle;
}
.music #music_controls #music_nav div { /* I bottoni previous e next */
	float: left;
	margin-top: 3px;
	width: 9px;
	height: 10px;
	cursor: pointer;
	background: no-repeat 0 0;
}
.music #music_controls #music_nav #music_prev {
	margin-right:3px;
}
.music #music_controls #music_nav #music_next {
	margin-left:3px;
}
.music #music_controls #music_nav span { /* Le label con i numeri brano_corrente / tot_brani */
	float: left;
}


/* altri */

#slider img {position:absolute;}
