/* 
    Document   : style
    Created on : 2/12/2013, 12:12:31 PM
    Author     : Rocky
    Description:
        Purpose of the stylesheet follows.
*/
#gallery-1 img {
    border:none;
}
.galleria-container {
    /*width: 630px; height: 500px;*/
    width: 630px;
    height: 476px;

    position: relative;
    overflow: hidden;
    background: #000;
}
.galleria-thumbnails-container {
    top: -51px;
}
.cat-item{
    display: none;
}
.other-gallery-icon{
    width:9%;
    float: left;
}
.other-gallery-icon img{
    width:100%;
    max-height: 36px;
}
.galleria-stage {
    bottom:0;
}
.gallery{
    background: black;
    padding-bottom: 10px;
}
.galleria-thumb-nav-left, .galleria-thumb-nav-right {
    display: block;
    width: 26px;
    float: left;
    position: relative;
    left: auto;
    top: auto;
    /*  visibility: hidden;*/
}
#gallery-sub{
    height: 25px;
    overflow: hidden;
}
.gallery .landscape{
    /*  height: 371px;*/
    overflow: hidden;
}
.centerone{
    width: 106%;

}
.galleria-thumbnails-container {
    width: 108%;
}
@media only screen and (max-width: 780px) { 
    .galleria-container {
        width:100%;
    }

.centerone {
width: 90%;
margin-left: 4%;
}
.other-gallery-icon {
width: 10%;
}
.galleria-thumb-nav-right
position: absolute;
right: 14px;
}
}
@media only screen and (max-width: 480px) { 
.centerone{
    width: 103%;

}
}