#nauauPhotoGallery{
    position: fixed;
	top: 0;
	bottom: 0;
    width: 100%;
    height: 100%;
    background: #222;
}
#nauauPhotoGallery #photoList{
    position: absolute;
    width: 100%;
    height: 15%;
    min-height: 132px;
    background: #aaa;
    bottom: 0px;
    overflow: hidden;
    overflow-x: scroll;
}

.buttonBar{
	height: 60px;
	-moz-user-select: none; 
        -khtml-user-select: none; 
        -webkit-user-select: none; 
        -o-user-select: none; 
}

#nauauPhotoGallery #bigPhoto{
	position: absolute;
	left: 20px;
	right: 20px;
	top: 60px;
	bottom: 10px;
    overflow: auto;

    background-color: none;
    background-repeat: no-repeat;
    background-position: center center;
	background-size: contain;
}
#photoList #container{
    width: auto;
}
#photoList #container .imageThumb{
    width: 96px;
    height: 96px;
    margin: 6px;
}

#photoList::-webkit-scrollbar {
    width: 12px;
}
#photoList::-webkit-scrollbar-track {
    background: #444; 
}
#photoList::-webkit-scrollbar-thumb {
    background: #fff; 
}

.galleryButton{
	color: #ffffff;
	position: absolute;
	-webkit-transition-property: color;
	-webkit-transition-duration: 1s;
	-moz-transition-property: color;
	-moz-transition-duration: 1s;
	transition-property: color;
	transition-duration: 1s;
	cursor:pointer;
	font-size: 2em;
}

.galleryButton:hover{

	color: #cccccc;

}

#previousButton{
	left: 25%;
	margin-top:2px;
}

#nextButton{
	right: 25%;
	margin-top:2px;
}


.imageThumb{

    background-repeat: no-repeat;
    background-position: center center;
	background-size: contain;
    border: solid 3px #444;
    margin: 10px;
    width: 175px;
    height: 175px;
    float: left;
}

@media only screen and (min-width: 960px) and (max-width: 1500px) {

.imageThumb{

    background-repeat: no-repeat;
    background-position: center center;
    border: solid 3px #444;
    margin: 10px;
    width: 187px;
    height: 186px;
    float: left;
}


}


@media only screen and (min-width: 720px) and (max-width: 959px) {

.imageThumb{

    background-repeat: no-repeat;
    background-position: center center;
    border: solid 3px #444;
    margin: 10px;
    width: 210px;
    height: 210px;
    float: left;
}

}

@media only screen and (max-width: 719px) {
.imageThumb{

    background-repeat: no-repeat;
    background-position: center center;
    border: solid 3px #444;
    margin-left: 1%;
	margin-right: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
    width: 45%;
    height: 210px;
    float: left;
}



