
body{
background-color:#000;
}

#flashclass{ /*sample CSS class added to image slideshow container*/
width: 1024px; /*a width should be defined for transition to work*/
height:200;
border: 5px solid orange;
padding: 5px;
z-index:5;
}

#flashclass img{
border-width: 0;
z-index:5;
}
#background {
position:absolute;
height:600px;
width:100%;
z-index:-1;
}
#img{
border: thin;
z-index:3;
}
#gal{
border: thin;
}
a{
text-decoration:none;
color:#0A51A1;
font-weight:bold;
outline:none; /*per FF*/
}
.clearfix{
clear:both;
}
#wrapper{
margin-left: auto;
margin-right: auto;
font: 13px verdana, Helvetica, sans-serif;
background-image:url("../img/body3.png");
background-position: top;
background-repeat:no-repeat;
width:1024px;
z-index:3;
	}

/*div id top_header*/
#top_header{
height:227px;
background-position: center;
background-repeat:no-repeat;
position:relative;
z-index:1;
}
h1{
font-size:37px;
color:#FFFFFF;
font-weight:bold;
position:absolute;
padding:0;
margin:0;
top:30px;
left:40px;
}
h1 span{
color: #BECCA8;
}
/*div id menu*/
#menu{
position:absolute;
right:20px;
bottom:5px;
}
#menu a{
color: #3399CC;
padding:5px 10px;
}
#menu a:hover,#menu a.selected{
background-color: #000000;
color:#3399CC;
}
/*div id header*/
#header{
height:200px;
margin:10px 10px 20px 10px;
background: #E8E8E8 url(../img/header_bg.jpg) no-repeat right;
z-index:3;
}
#header img{
height:200px;
z-index:3;
}
/*div id left_col - colonna sinistra*/
h2{
line-height:25px;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
background:url(../img/h2_bg.jpg) repeat-x;
padding-left:10px;
margin:0;
z-index:3;
}
#left_col{
width:300px;
float:left;
margin:0 10px;/*margin-right xIE6*/
font-size:11px;
}
#right_col{
padding-left:330px;
margin-right:10px;
}
#flash{
padding-left:10px;
margin-right:10px;
}
/*stile paragrafi*/
p{
padding:10px;
margin-top:0;
height:100%;
}
.gradient_b{
background:url(../img/gradient_b.jpg) repeat-x top;
z-index:3;
}
.gradient_g{
background:url(../img/gradient_g.jpg) repeat-x top;
z-index:3;
}
.plain_b{
background-color:#81BCDA;
color:#FFFFFF;
z-index:3;
}
span{
	background-color: #F00;
	 }
.plain_g{
background-color:#E8E8E8;
font-weight:bold;
z-index:3;
}
/*div id footer*/
#footer{
height:100px;
background:url(../img/footer.jpg);
margin-top:20px;
z-index:3;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border:  2px; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

