/*** [C] 2003 Alien Factory 				***/

/*** EFFETTONOTTE ONLINE rev.03			***/
/*** http://www.effettonotteonline.com ***/
/*** --- CSS 1.0								***/
/*** --- L'Occhio Indiscreto features	***/





DIV.pictureDeck {
	background:						#01273B;
	margin:							0px 20px 20px 20px;
	border:							10px solid black;
}

IMG.currentPicture {
	width:							430px;
	border:							none;
	border-right:					10px solid black;
	display:							block;
}

DIV.descriptionSide {
	width:							217px;
	float:							right;
}

DIV.pictureDescription {
	font-family:					Georgia, "Times New Roman";
	padding:							10px;
	color:							#F5EBCE;
	font-size:						11px;
	line-height: 					15px;
	font-weight:					bold;
}

SPAN.mov {
	color:							white;	
}

DIV.spacer {
	margin-top:						16px;
	height:							12px;
	background:			 			url("../home/images/Layout/tile00.gif");
}

IMG.downloadIcon {
	margin-top:						8px;
	display:							block;
	border:							none;
}


UL.thumbnailsDeck {
	margin:							0px 20px 20px 20px;
	padding: 						0px;
	padding-left:					1px;
	list-style-type: 				none;
	height:							540px;
}

UL.thumbnailsDeck LI {
	border:							none;
	border-bottom:					1px dashed #F5EBCE;
	border-right:					1px dashed #F5EBCE;
	background:						#F5EBCE;
	margin:							2px 0px 0px 2px;
	float:							left;
	width:							94px;
	height: 							64px;
}

DIV.thumbnailLabel {
	border-top:						1px solid #F5EBCE;
	border-left:					1px solid #F5EBCE;
	background:			 			url("../home/images/Layout/tile00.gif");
	padding:							3px 3px 0px 3px;
}

SPAN.thumbnailLabelText {
	font-size:						10px;
	padding:							1px 10px 0px 10px;
	color:							#01273B;
	background:						#F5EBCE;
}

IMG.thumbnail {
	display:							block;
	border:							none;
	border-top:						1px solid #F5EBCE;
	border-left:					1px solid #F5EBCE;
	width:							90px;
	height:							60px;
}

DIV.didascalia {
	margin:							0px 20px 15px 20px;
	color:							gray;
	font-size:						8pt;
	line-height:					11pt;
	text-align:						center;
}
