div#gallery2{
    padding:10px;
    text-align:center;
}

div#gallery2 img.small{
    margin:10px;
    cursor:pointer;
	display: initial;
}

div#gallery2 div.bigPicture{
    margin:10px 30px;
}

div#gallery2 div.bigPicture img{
    width:927px;
    cursor:pointer;
}

div#gallery2 div.gallery2preview{
    position:relative;
    background: url(../images/loading.gif) center no-repeat;
    width:927px;
    min-height:100px;
    display:none;
    margin:0 auto;
}

div#gallery2 div.showFullSize{
    position:absolute;
    bottom:-14px;
    right:30px;
    font-size:12px;
}

div#gallery2 div.showFullSize a,
div#gallery2 div.showFullSize a:visited{
    color:#999;
    text-decoration: none;
}

div#gallery2 div.showFullSize a:hover{
    color:#888;
    text-decoration: underline;
}

div#gallery2 div.loadMoreArea{
}

div#gallery2 div.loadMore{
    width:100%;
    font-size:15px;
    text-align:center;
}

div#gallery2 div.loadMoreButton{
    margin:45px 30px 5px 30px;
    height: 40px;
    line-height:40px;
    font-size:18px;
    text-align:center;
    background: #2d2d2d;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
}

div#gallery2 div.loadMoreButton:hover{
    background:#ddd;
    color:#000;
}

div#gallery2 div.loadMoreLoading{
    background: url(../images/loading.gif) center no-repeat;
    background-size: 40px 40px;
    width:100%;
    min-height:80px;
    margin-top:25px;
}
