@import url('ext_mobile.css');
/*
* Styles for image gallery
* @copyright Peter Royer <www.freeatweb.at>
*/
.tx-gallery-list-item {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.tx-gallery-image {
    float: left;
    width: 30%;
    margin-right: 10px;
}
.tx-gallery-single img,
.tx-gallery-image img {
    width: 100%;
    border: 1px solid #f4ea26;
}
.tx-gallery-text {
    float: left;   
    width: 60%;
}
.tx-gallery-text h3 {
    margin-top: 5px;
}

.tx-gallery-single ul {
    margin: 15px 0;
    padding: 0;
}
.tx-gallery-single-teaser {
    margin-bottom: 10px;
}
/*
.tx-gallery-single li {
    list-style-type: none;
    float: left;
    width: 30%;
    margin: 15px 15px 0 0;
}
*/
.tx-gallery-back {
    float: left;
    width: 100%;
    margin-top: 20px;
}