body,html  {
			margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			height:100%;
			background-color:#FFF;
			font-family:Verdana, Geneva, sans-serif;
		}
		
#mainApplication {
			width:735px; height:590px;
			position:absolute;
			position:absolute; top:50%; left:50%;
			margin:-295px 0px 0px -367px;			
			}

#menu { margin-top:8px;}
#logo { text-align:right;}
#content { height:490px; width:735px; text-align:left; vertical-align:top;}

.work  { float:left; width:120px; height:490px; margin-right:3px;}
.thumb { width:180px; height:120px; float:left; margin:1px 2px 1px 1px;}
.thumb a img        { text-decoration:none; border:0px; opacity: 0.7; width:180px; height:120px; }
.thumb a:hover img  { text-decoration:none; border:0px; opacity: 1.0; width:180px; height:120px;}

.vocemenu { float:left; width:20%; text-align:center;}
.vocemenu a { font-size:18px; font-family:Verdana, Geneva, sans-serif; color:#616161; text-decoration:none;}
.vocemenu a:hover { color:#ecaf3e;}

/* ANTEPRIME GALLERY */
.item {
	width:120px;
	height:490px;	
	border:0px;	
	margin:0px 0px 0px 0;
	/* required to hide the image after resized */
	overflow:hidden;
	/* for child absolute position */
	position:relative;
	/* display div in line */
	float:left;
}

.item .caption {
	width:120px;
	height:490px;
	background:#000;
	color:#fff;
	font-weight:bold;
	/* fix it at the bottom */
	position:absolute;
	left:0;
	/* hide it by default */
	display:none;
	/* opacity setting */
	filter:alpha(opacity=80);    /* ie  */
	-moz-opacity:0.8;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.8;    /* for really really old safari */  
	opacity: 0.8;    /* css standard, currently it works in most modern browsers like firefox,  */

}


.item img {border:0;	position:absolute;}

.clear {clear:both;}

/* GALLERY */

.galleria {
	margin:0px;
	width: 735px;
	height:490px;
	position: relative;
}
.galleria .holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.galleria .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 2900px;
}
.galleria .holder ul li {
	float: left;
	width: 735px;
	
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

/*.gallery .holder ul li img { display: block; }*/

.next, .prev {
	position: absolute;
	right: -40px;
	top: 50%;
	margin-top: -25px;
	width: 41px;
	height: 110px;
	background: url(/grafica/next.png) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}

.prev {
	background: url(/grafica/prev.png) no-repeat;
	right: auto;
	left: -48px;
}


#contacts  {width:735px; height:490px; background-image:url(/grafica/contatti.jpg);}
#news      {width:735px; height:490px; background-image:url(/grafica/news.jpg);}
#biography {width:735px; height:490px; background-image:url(/grafica/bio.jpg);}



