/* 
 * This is the Style-Sheet for the church slides web-pages.
 * Author: MIT Copyright (c) 2011-2012, Licensed under the MIT license.
 * Updated: John Fischer III of Christians Conquering Depression in 2026
 * Updated: 
 */

.rslides {
    position: relative;
    list-style: none;
    width: inherit;
    display: block;
    overflow: hidden;
    max-width: 576px;
    padding: 0;
    margin: 0 auto;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: relative;
    display: inline-block;
    text-align: center;
}

.rslides li:first-child {
    position: relative;
    display: inline-block;
}

.rslides img {
    display: inline-block;
    float: none;
    border: 0;
    max-width: 100%;
    height: auto;
}
.thumb {
    display: inline;
}
.postIt {
    float: left;
    display: inline;
}
.imageFloatLeft {
    float: left;
    max-width: 420px;
}
.imageFloatRight {
    float: right;
    max-width: 420px;
}
.toggle_LR {
    max-width: 420px;
}
.imageToggle_LR {
    max-width: 576px;
}
/* Responsive layout - makes the three columns stack on top of each other 
 * instead of next to each other */
@media screen and (max-width: 600px) {
    .imageFloatLeft {
        width: 100%;
    }
    .imageFloatRight {
        width: 100%;
    }
    .toggle_LR {
        max-width: 300px;
        /*width: 100%;*/
    }
    .imageToggle_LR {
        width: 100%;
    }
}