div#gallery{    
    margin-top: -290px;
    overflow: hidden;
    position: relative;
    top: 50%;
    width: 100%;
}

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

div#gallery ul{ 
    list-style: none; 
    width: 960px; 
    height: 460px; 
    padding: 10px 30px; 
    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: 6900px;
}

#all{
    height: 858px;
    min-height: 550px;
    overflow-y: hidden;
    /* position: fixed; */
    top: -90px;
    width: 100%;
}

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;}


/* Mobile  Vertical*/

@media only screen and (max-width: 504px) and (orientation:portrait) {
    
    #all {
    height: 858px;
    min-height: 550px;
    /* margin-top: 10px; */
    /* overflow-y: hidden; *'
    /* position: fixed; */
    /* top: -20px; */
    width: 100%;
}
    
}

@media only screen and (max-width: 414px) and (orientation:portrait) {
   
    #all {
    height: 858px;
    min-height: 550px;
    /* margin-top: 10px; */
    /* overflow-y: hidden; *'
    /* position: fixed; */
    /* top: -20px; */
    width: 100%;
}
    
}

@media only screen and (max-width: 360px) and (orientation:portrait) {
   
    #all {
    height: 858px;
    min-height: 550px;
    /* margin-top: 10px; */
    /* overflow-y: hidden; *'
    /* position: fixed; */
    /* top: -20px; */
    width: 100%;
}
    
}

@media only screen and (max-width: 320px) and (orientation:portrait) {
   
#all {
    height: 858px;
    min-height: 550px;
    /* margin-top: 10px; */
    /* overflow-y: hidden; *'
    /* position: fixed; */
    /* top: -20px; */
    width: 100%;

}
    
}

/* Mobile Horizontal */

@media only screen and (max-width: 736px) and (orientation:landscape) {
    
}

@media only screen and (max-width: 640px) and (orientation:landscape) {
    
}

@media only screen and (max-width: 568px) and (orientation:landscape) {
    
}

@media only screen and (max-width: 533px) and (orientation:landscape)  {

}






