/* CSS Document */


body { 
font:80% "Courier New", Courier, monospace;
margin:0;
padding:0;
text-align:center;
background-color: #FFFFFF;
}

#bodyContent {
width:762px;
height:480px;
font:100% "Courier New", Courier, monospace;
text-align:left;
margin:0 auto;
}

#bodyContentanima {
width:1000px;
height:500px;
text-align:left;
margin:0px auto;
padding:0px auto;
top:0px;

}

#testaContent { 
width:610px;
text-align:center;
margin:0 auto;

}

code {
font:95% "Courier New", Courier, monospace;
display:block;
margin:0 0.5em 1em;

}

code.center {
font:80% "Courier New", Courier, monospace;
display:block;
margin:0 0.5em 1em;
text-align:center;
}

code.indent {
margin:0 0.5em 1em 140px;
text-align:left;
}

code.bold {
font-weight: bolder;
margin:0 0.5em 1em 140px;
text-align:left;
}

code.boldinline {
font-weight: bolder;
text-align:left;
display:inline;
}

p {
	font:100% "Courier New", Courier, monospace;
	
	}
	
/* colori menù  */
font.nero { color: #000000;
}
font.giallo { color: #FFFF00;
}
font.celestec { color: #33FFFF;
}
font.verdec { color: #99FF00;
}
font.lilla { color: #FF00CC;
}
font.blu { color: #0099FF;
}
font.grigio { color: #CCCCCC;
}
font.arancio { color: #FF9900;
}
font.viola { color: #9966FF;
}
font.marrones { color: #996600;
}

	
/* menù di testa  */

#testamenu {
	background-color:#FFFFFF; 
	width:100%;
	height:40px;
	margin-bottom:5px;
	padding-top:10px;
	position:relative;
	font-weight:normal;
	color:#000000;
	
}


#navlist
{
margin-left: auto;
margin-right: auto;
width: 610px;
text-align: left;



}

#navlist ul, #navlist li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
font-weight:normal;
}

#navlist a:link, #navlist a:visited {
float: left;
font-weight:normal;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #000000;
}

li.blue{

color: #0099FF;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover{
border-bottom: 4px solid #000000;
padding-bottom: 2px;
color: #c1abf4;
}

/* 
#navlist a:hover {
color: #993366;
}

#navlist a.acido:hover{
color: #99CC00;
}

#navlist a.rosso:hover {
color: #FF0000;
}

#navlist a.verde:hover {
color: #339933;
}

#navlist a.fuxia:hover {
color: #cc0099;
}

#navlist a.celeste:hover {
color: #99ccff;
}

#navlist a.giallo:hover {
color: #ffcc33;
}

#navlist a.lilla:hover {
color: #9966cc;
}

#navlist a.home:hover {
color:#CCCCCC;
}

#navlist a.arancio:hover {
color:#ff9900;
}
testa */

a {
	font:90% "Courier New", Courier, monospace;
	font-weight:normal;
	color: #c1abf4;
	text-decoration: none;
}
a:hover {
font:90% "Courier New", Courier, monospace;
	font-weight:normal;
	text-decoration: none;
	color: #CC0000;
}




hr { display:none }

/* testa */
#testa { 
	background:#ccc; 
	border:1px solid #000; 
	padding:1em 0; 
}

/* corpo */
#corpo { 
	position:relative; 
	height:480px;
/*	border:1px solid #CCCCCC;*/
	

}
#corpo-colonna1 { 
	position:absolute; top:0; left:0; 
	width:380px;
	padding:1em 0;
	text-align:right;
	
}

#corpo-colonnalink { 
	position:absolute; top:0; left:0; 
	width:380px;
	height:490px;
	padding:1em 0;
	margin:1em 1em;
	text-align:right;
	overflow:auto;
}

#corpo-colonna_scroll { 
	margin:0 0 0 430px;
	background:transparent; 
	padding:1em 0;
}

#corpo-colonna2 { 
	margin:0 0 0 430px; 
	
	background:transparent; 
	padding:1em 0; 
}
#corpo-colonna3 { 
	position:absolute; top:0; right:0; 
	width:200px; 
	padding:1em 0; 
}

/*pie' di pagina */
#piedipagina { 
	background: #FFFFFF; 
	padding:1em 0;
	text-align:right;
}


#root {
		position:absolute;
		height:60px;
		width:510px;
		background-color: #FFFFFF;
		border:1px solid #999999;
		color:#CCCCCC;
		}



/* scroll */

.container {
    position: relative;
  	width: 600px;
	height:390px;
	padding-left:20px;
   
}


#scrolldiv {
    position: relative;
    margin: 0;
	padding-left:40px;
    overflow: auto;
    height: 245px;
    width: 30px;
	
}



#scrolldiv__controls {
    position: static;
    display: none;
	top: 125px;
	left: 610px;   
}

#imgup {
    position: absolute;
    top: 45px;
	left: 620px;    
}

#imgdown {
    position: absolute;
    top: 365px;
	left: 620px;      
}



/* end scroll */

/*  lightbox */
#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: none; }

#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; }

/* end lightbox */

/*  jcarousel */

#wrap {
    color: #FFFFFF;
    /*margin: 0 12%;*/
    margin: 20px 0;
	text-align:center;
}

.jcarousel-skin-tango .jcarousel-container {
    background: #FFFFFF;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 720px;
    padding: 0 20px;
}



.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  720px;
    height: 140px;
}



.jcarousel-skin-tango .jcarousel-item {
    width: 140px;
    height: 140px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 5px;
}



.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right:-15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: -15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 140px;
    height: 140px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


/* end jcarousel */