/* Style for the gallery */
.gss a img {border : none;}
.gss {
    width: 100%;
    color: #dddddd;
    background-color: #000000;
    padding: 1px;
}

.gss > div{
	min-height: 200px;
}

/* Controls wrapper */
.gss > div > div{
    height: auto !important;
}

