/*contenitore principale*/

#content {
    width: 900px;
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
    text-align: left;}

#flashcontent {
    width: 900px;
    position: absolute;
    z-index: -1;}

/* top */

#minisite {
    float: left;
    width: 450px;
    position: relative;}

#linguatop {
    float: left;
    width: 450px;
    position: relative;
    text-align: right;}

#logo {
    width: 170px;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 365px;
    z-index: 2;}

#top {
    width: 900px;
    position: relative;
    padding-top: 45px;}

#menutopleft {
    float: left;
    width: 365px;
    height: 17px;
    position: relative;}

#menutopright {
    float: left;
    width: 365px;
    height: 17px;
    position: relative;
    padding-left: 170px;
    text-align: right;}

.saymenutopsx {
    float: left;
    position: relative;
    padding-right: 30px;}

.saymenutopdx {
    float: right;
    position: relative;
    padding-left: 30px;}

#menudownleft {
    float: left;
    width: 400px;
    position: relative;
    font-size: 14px;
    line-height: 15px;}

#menudownright {
    float: left;
    width: 500px;
    position: relative;
    font-size: 14px;
    line-height: 15px;
    text-align: right;}

.saysottomenudx {
    float: right;
    position: relative;
    padding-left: 20px;}

/*pagina*/

#pagina {
    float: left;
    width: 900px;
    position: relative;}

#pagcolonnasx {
    float: left;
    width: 500px;
    position: relative;}

#pagcolonnadx {
    float: right;
    width: 370px;
    position: relative;
    margin-left: 30px;}

#prodcolonnasx {
    float: left;
    width: 360px;
    position: relative;}

#prodcolonnadx {
    float: right;
    width: 450px;
    position: relative;
    padding-left: 90px;}

#prodcolonnadxtit {
    float: right;
    width: 450px;
    position: relative;
    text-align: right;}

#pubblcolonnasx {
    float: left;
    width: 430px;
    position: relative;}

#pubblcolonnadx {
    float: right;
    width: 430px;
    position: relative;
    padding-left: 40px;}

/* bottom*/

#bottomleft {
    float: left;
    width: 450px;
    position: relative;}

#bottomright {
    float: left;
    width: 450px;
    position: relative;}

.saymenubottom {
    float: right;
    position: relative;
    padding-left: 30px;}

/* righe */

.rigabiancastd {
    width: 100%;
    height: 1px;
    position: relative;
    font-size: 1px;
    line-height: 1px;
    background-color: #ffffff;
    clear: both;}

.riganerastd {
    width: 100%;
    height: 1px;
    position: relative;
    font-size: 1px;
    line-height: 1px;
    background-color: #000000;
    clear: both;}

.rigatrasparente5px {
    width: 100%;
    height: 5px;
    position: relative;
    font-size: 1px;
    background-color: transparent;
    clear: both;}

.rigastd3px {
    width: 100%;
    height: 3px;
    position: relative;
    font-size: 1px;
    background-color: #ffffff;
    clear: both;}

.rigastd5px {
    width: 100%;
    height: 5px;
    position: relative;
    font-size: 1px;
    background-color: #ffffff;
    clear: both;}

.rigastd10px {
    width: 100%;
    height: 10px;
    position: relative;
    font-size: 1px;
    background-color: #ffffff;
    clear: both;}

/* foto_big */

#lightbox{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;}

#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: transparent url(../../img/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;}

#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../img/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;	}	
		
#overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;}
