/* 
    Document   : galleryTapete
    Created on : 25.09.2012, 11:08:19
    Author     : Admin
    Description:
        Purpose of the stylesheet follows.
*/

#galleryTapete { 
    width: 100%;
    z-index:6;    
    cursor: pointer;
    overflow: hidden;
    z-index: 6;
    
}

.galleryTapete { 
    margin:2px;
    float: left;
}

#galleryTapete_small{
    display: none;
    width: 140px;
    height: 84px;
    position: absolute;
    cursor: pointer;
    background-color: #E5E5E5;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.galleryTapete_small{
    width: 140px;
    height: 84px;
    border-radius: 5px 5px 5px 5px;
}

.activeFoto{
    border-left: 2px solid gray;
    border-right: 2px solid gray;
    margin-left: 0px;
    margin-right: 0px;
}