@charset "utf-8";
/* CSS Document */

@media(max-width: 2199px) and (min-width: 600px){
    /* Galleria Classic Theme 2012-08-07 | https://raw.github.com/aino/galleria/master/LICENSE | (c) Aino */


   
    pre {
      border:1px solid #000;
      overflow-x:auto;
      background: #222;
      color: #fff;
      text-shadow: none;
    }
    
    .wrapper {
        max-width: 439px;
        padding: 0 20px 40px 20px;
        margin: auto;
    }
    /** Stage container **/
    
    .connected-carousels .stage {
        width: 439px;
        margin: 20px auto;
        position: relative;
    }
    
    .connected-carousels .photo-credits {
        position: absolute;
        right: 15px;
        bottom: 0;
        font-size: 13px;
        color: #fff;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
        opacity: .66;
    }
    
    .connected-carousels .photo-credits a {
        color: #fff;
    }
    
    /** Navigation container **/
    
    .connected-carousels .navigation {
        width: 439px;
        margin: 20px auto;
        position: relative;
    }
    
    /** Shared carousel styles **/
    
    .connected-carousels .carousel {
        overflow: hidden;
        position: relative;
    }
    
    .connected-carousels .carousel ul {
        width: 20000em;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .connected-carousels .carousel li {
        float: left;
    }
    
    /** Stage carousel specific styles **/
    
    .connected-carousels .carousel-stage {
        /*height: 400px;
        border: 10px solid #fff;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 0 2px #999;
           -moz-box-shadow: 0 0 2px #999;
                box-shadow: 0 0 2px #999;*/
    }
    
    /** Navigation carousel specific styles **/
    
    .connected-carousels .carousel-navigation {
        height: 80px;
        width: 439px;
        background: #fff;
        /*border: 10px solid #fff;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 0 2px #999;
           -moz-box-shadow: 0 0 2px #999;
                box-shadow: 0 0 2px #999;*/
    }
    
    .connected-carousels .carousel-navigation li {
        cursor: pointer;
    }
    
    .connected-carousels .carousel-navigation li img {
        display: block;
        border: 5px solid #fff;
    }
    
    .connected-carousels .carousel-navigation li.active img {
        border-color: #ccc;
    }
    
    /** Stage carousel controls **/
    
    .connected-carousels .prev-stage,
    .connected-carousels .next-stage {
        display: block;
        position: absolute;
        top: 0;
        width: 50px;
        height: 332px;
        color: #fff;
    }
    
    .connected-carousels .prev-stage {
        left: 0;
    }
    
    .connected-carousels .next-stage {
        right: 0;
    }
    
    .connected-carousels .prev-stage.inactive,
    .connected-carousels .next-stage.inactive {
        display: none;
    }
    
    .connected-carousels .prev-stage span,
    .connected-carousels .next-stage span {
        display: none;
        position: absolute;
        top: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        background: #4E443C;
        color: #fff;
        text-decoration: none;
        text-shadow: 0 0 1px #000;
        font: 24px/27px Arial, sans-serif;
        -webkit-border-radius: 30px;
           -moz-border-radius: 30px;
                border-radius: 30px;
        -webkit-box-shadow: 0 0 2px #999;
           -moz-box-shadow: 0 0 2px #999;
                box-shadow: 0 0 2px #999;
    }
    
    .connected-carousels .prev-stage span {
        left: 20px;
    }
    
    .connected-carousels .next-stage span {
        right: 20px;
    }
    
    .connected-carousels .prev-stage:hover span,
    .connected-carousels .next-stage:hover span {
        display: block;
    }
    
    /** Navigation carousel controls **/
    
    .connected-carousels .prev-navigation,
    .connected-carousels .next-navigation {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        background: #4E443C;
        color: #fff;
        text-decoration: none;
        text-shadow: 0 0 1px #000;
        font: 16px/29px Arial, sans-serif;
        -webkit-border-radius: 30px;
           -moz-border-radius: 30px;
                border-radius: 30px;
        -webkit-box-shadow: 0 0 2px #999;
           -moz-box-shadow: 0 0 2px #999;
                box-shadow: 0 0 2px #999;
    }
    
    .connected-carousels .prev-navigation {
        left: -15px;
        top: 22px;
        text-indent: 6px;
    }
    
    .connected-carousels .next-navigation {
        right: -15px;
        top: 22px;
        text-indent: 20px;
    }
    
    .connected-carousels .prev-navigation.inactive,
    .connected-carousels .next-navigation.inactive {
        opacity: .5;
        cursor: default;
    }
    .active{
        background: none;
    }
    
    .thumbnail{
        width: 103px;
        height: 80px; 
        margin-right: 6px;    
    }
    
    .thumbnail_medium{
        width: 439px;
        height: 332px;
    }

}





@media(max-width: 599px){
    /* Galleria Classic Theme 2012-08-07 | https://raw.github.com/aino/galleria/master/LICENSE | (c) Aino */
pre {
      border:1px solid #000;
      overflow-x:auto;
      background: #222;
      color: #fff;
      text-shadow: none;
    }
    
    .wrapper {
        max-width: 222px;
        padding: 0 20px 40px 20px;
        margin: auto;
    }
    /** Stage container **/
    
    .connected-carousels .stage {
        width: 222px;
        margin: 20px auto;
        position: relative;
    }
    
    .connected-carousels .photo-credits {
        position: absolute;
        right: 15px;
        bottom: 0;
        font-size: 13px;
        color: #fff;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
        opacity: .66;
    }
    
    .connected-carousels .photo-credits a {
        color: #fff;
    }
    
    /** Navigation container **/
    
    .connected-carousels .navigation {
        width: 222px;
        margin: 10px auto;
        position: relative;
    }
    
    /** Shared carousel styles **/
    
    .connected-carousels .carousel {
        overflow: hidden;
        position: relative;
    }
    
    .connected-carousels .carousel ul {
        width: 20000em;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .connected-carousels .carousel li {
        float: left;
    }
    
    /** Stage carousel specific styles **/
    
    .connected-carousels .carousel-stage {
        /*height: 400px;
        border: 10px solid #fff;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 0 2px #999;
           -moz-box-shadow: 0 0 2px #999;
                box-shadow: 0 0 2px #999;*/
    }
    
    /** Navigation carousel specific styles **/
    
    .connected-carousels .carousel-navigation {
        height: 70px;
        width: 222px;
        padding-left: 3px;
        padding-right: 3px;
        background: #fff;
        /*border: 10px solid #fff;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 0 2px #999;
           -moz-box-shadow: 0 0 2px #999;
                box-shadow: 0 0 2px #999;*/
    }
    
    .connected-carousels .carousel-navigation li {
        cursor: pointer;
    }
    
    .connected-carousels .carousel-navigation li img {
        display: block;
        border: 5px solid #fff;
    }
    
    .connected-carousels .carousel-navigation li.active img {
        border-color: #ccc;
    }
    
    /** Stage carousel controls **/
    
    .connected-carousels .prev-stage,
    .connected-carousels .next-stage {
        display: block;
        position: absolute;
        top: 0;
        width: 50px;
        height: 168px;
        color: #fff;
    }
    
    .connected-carousels .prev-stage {
        left: 0;
    }
    
    .connected-carousels .next-stage {
        right: 0;
    }
    
    .connected-carousels .prev-stage.inactive,
    .connected-carousels .next-stage.inactive {
        display: none;
    }
    
    .connected-carousels .prev-stage span,
    .connected-carousels .next-stage span {
        display: none;
        position: absolute;
        top: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        background: #4E443C;
        color: #fff;
        text-decoration: none;
        text-shadow: 0 0 1px #000;
        font: 24px/27px Arial, sans-serif;
        -webkit-border-radius: 30px;
           -moz-border-radius: 30px;
                border-radius: 30px;
        -webkit-box-shadow: 0 0 2px #999;
           -moz-box-shadow: 0 0 2px #999;
                box-shadow: 0 0 2px #999;
    }
    
    .connected-carousels .prev-stage span {
        left: 20px;
    }
    
    .connected-carousels .next-stage span {
        right: 20px;
    }
    
    .connected-carousels .prev-stage:hover span,
    .connected-carousels .next-stage:hover span {
        display: block;
    }
    
    /** Navigation carousel controls **/
    
    .connected-carousels .prev-navigation,
    .connected-carousels .next-navigation {
        display: block;
        position: absolute;
        width: 15px;
        height: 15px;
        background: #4E443C;
        color: #fff;
        text-decoration: none;
        text-shadow: 0 0 1px #000;
        font: 8px/14px Arial, sans-serif;
        -webkit-border-radius: 15px;
           -moz-border-radius: 15px;
                border-radius: 15px;
        -webkit-box-shadow: 0 0 2px #999;
           -moz-box-shadow: 0 0 2px #999;
                box-shadow: 0 0 2px #999;
    }
    
    .connected-carousels .prev-navigation {
        left: -8px;
        top: 11px;
        text-indent: 3px;
    }
    
    .connected-carousels .next-navigation {
        right: -8px;
        top: 11px;
        text-indent: 10px;
    }
    
    .connected-carousels .prev-navigation.inactive,
    .connected-carousels .next-navigation.inactive {
        opacity: .5;
        cursor: default;
    }
    .active{
        background: none;
    }
    
    .thumbnail{
        width: 52px;
        height: 40px; 
    }
    
    .thumbnail_medium{
        width: 222px;
        height: 168px;
    }
}    