#galleryaccordion ul {
    list-style-type: none;
}

.galleryContainer {
    display:			block;
    padding:5px 5px 5px 5px;
    border-bottom:		1px solid #dfdfdf;
    border: 2px solid #6E1024;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
}

.pictures {
    margin-top: 20px;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #262626;
    border: 2px solid #FFF;
}

.pictures img {
    width: 163px;
    border: 2px solid #6E1024;
}

.pictures ul {
    padding: 0;
    margin: 0;
}

.pictures  li{
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

.backHref {
    display:block;
    margin-top: 10px;
    text-align: right;
}

.backHref>a {
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    font-size: 30px;
    font-family: Italianno;    
    color: #6E1024 !important;
    font-weight: bold;
}