div#gallery {    
    /* margin-top: 0px; */
    overflow: hidden;
    position: absolute;
    top: 130px;
    width: 100%;
    /* z-index: 40; */
}

div#gallery div#area {
    width: 100%; 
    padding-left: 40px;
}

div#gallery ul { 
    list-style: none;
    width: 960px;
    /* height: 460px; */
    padding-right: 70px;
    float: left;
    position: relative;
}

div#gallery ul li { 
    float: left; 
    margin: 5px; 
    background: #000;
}

div#gallery ul li a {
    display: block; 
    border:0; 
    margin: 0; 
    padding: 0; 
    width: 182px; 
    height: 182px;
}

div#gallery .separador {
    border-right:1px solid #000; 
    width: 50px; 
}

.dragger {
    left: 0;
}

#imagens {
    width: 6740px;
}

#all{ 
    height: 858px; 
    min-height: 550px; 
    overflow-y: hidden; 
    position: absolute; 
    width: 100%;
}

/*div#gallery ul li { opacity: 0.4; filter:alpha(opacity=50);
-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}*/
div#gallery ul li .description{ font-size: 12px; width: 142px; height: 142px; padding: 20px;position: absolute; color: rgba(255,255,255,0.0); float: left; margin-top: -186px; background: rgba(0,0,0,0.0); text-align: center; font-variant: small-caps; display: table-cell; vertical-align: middle;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;}
div#gallery ul li a:hover .description{ color: rgba(255,255,255,1.0); background: rgba(0,0,0,0.7);
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;}
div#gallery ul li .description .points{font-size: 70px; font-family:  "Trebuchet MS"; line-height: 0px; letter-spacing: -10px;}