@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */
/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Layout Rules
----------------------------------------------- */
#wrap {
	padding-top: 10px;
	margin: 10px 10px;
	height:700px;
}

#table {
	padding: 5px;
	background-color: #f1f1f1;
	width:auto;
	height:550px;
	table-layout:auto;
	text-align:center
}

#video_det {
	float:right;
	height:auto;
	width:410px;
	background-color: #CCCCCC;
	color:#000000;
	font-size:12px; 
	padding-top:10px; 
	margin-top:10px; 
}

#titolo_galleries {
	text-align:right;
	margin-bottom: 10px;
	background-color:#333;
	width: 100%;
	padding: 10px 0px 10px 0px;
}

#sub_galleries {
	text-align:center;
	margin-bottom: 10px;
	width: 100%;
	padding: 10px 0px 10px 0px;
	font-size:smaller
}

#highlights {
	padding: 10px 0px 10px 0px;
	margin-bottom: 5px;
	background-color:#cccccc;
	width: 100%;
	height:auto;
	float: left;
	font-size:14px;
	margin-right: 0px;
	color:#000000
}


