@charset "UTF-8";
/* CSS Document */


#box_album { /**/
width:970px;
height:480px;
top:74px;
left:20px;
position:relative;
}

#album_list { /**/
width:31px;
height:480px;
top:0px;
left:0px;
position:relative;
float:left;
}

#list { /**/
height: 480px;
display: none;
width:100%;
top:-480px;
left:0px;
position:relative;
z-index:100;
float:left;
background:url(../img/gallery/home/bg_list.png) repeat;
}

#list ul {float:left; width:250px; color:#000;}

#list li {list-style:none; font-size:17px; clear:left;}

#list li img {float:left; margin:20px 10px 0 0;}

#list ul.colonna1 {margin:33px 0 0 41px;}
#list ul.colonna2 {margin:33px 0 0 0;}

#list li span {display:inline-block; float:left; margin-top:40px;}

#list a.pag {
    position: absolute;
    right: 44px;
    top: 30px;
    color: red;
    padding: 5px;
    background-color: #dcdcdc;
    border: 1px solid #000;
}
#list a.pag.prev {
   top: 70px; 
}

#list a.pag:hover {color:#666;} 

#album { /**/
width:910px;
height:495px;
top:0px;
left:0px;
position:relative;
float:left;
overflow:auto;
}

#album_mcontentwrapper .contentwrapper{
background-color:#000; /*applica lo sfondo nero tra le foto*/
}

#album img {padding-right:10px; border:none;} /*distanza tra le img */

#loader {
  height: 480px;
}

#loader.loading {
  background: url(../js/supersized/progress.gif) no-repeat center center;
}

#loading {
  /*background-image: url(../js/supersized/progress.gif);
  background-position:center;
  background-repeat:no-repeat;
  background-color:#FFFFFF;*/
  position:absolute;
  top:0;
  left:24px;
  width:930px;
  height:480px;
  z-index:100;
}


/* flex */
.fixedwidth {
width: 930px;
height: auto;
position: relative;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.hscrollerbase {
height: 7px;
background-color: #fff;
}
.hscrollerbar {
height: 7px;
background-color: #000;
}

.scrollerjogbox {
width: 7px;
height: 7px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}