/* jquery.gallerrific theme */

.gallery .navigation {
    float: left;
    overflow: auto;
    position: relative;
    width:100%;
}

.gallery ul.thumbs {
    float:left;
    margin:0;
    padding:0;
    position:relative;
}

.gallery ul.thumbs li {
    float:left;
    list-style:none;
    margin:2px;
    padding:0;
}
.gallery a:active {
    border: none;
}

.gallery a.thumb {
    display: block;
    padding: 1px;
    width: 100px;
}

.gallery .selected a.thumb {
    background: none repeat scroll 0 0 #cececc;
}

.gallery a.thumb img {
    width: 100px;
    height: 100px;
}

.gallery .ff-outer {
    clear:both;
    float:left;
    height: 300px;
    position:relative;
    width: 300px;
}

.gallery .ff-stage {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.gallery .ff-display img {
	width:100%;
}

.gallery .loader {
    background-image:url("../img/loader.gif");
    background-position:center center;
    background-repeat:no-repeat;
}