/* Gallery Section */
.gallery-section{display:block;}
#gallery-tab-btn{display:block; margin-bottom:18px;}
#gallery-tab-btn li{position:relative;}
#gallery-tab-btn li span{background:url(../images/notice-board-arrow.png) no-repeat 0 -111px; display:none; width:22px; height:11px; position:absolute; margin:0 -11px; left:50%; top:100%; }
#gallery-tab-btn li:first-child span{background-position:0 -43px;}
#gallery-tab-btn li a{display:block; background:url(../images/gallery-tab-btn.png) no-repeat 0px -76px; width:auto; height:74px; color:#fff; font:2em/2em "GillSansRegular", Arial, sans-serif; text-align:center; text-decoration:none; }
#gallery-tab-btn li:first-child a{background:url(../images/gallery-tab-btn.png) no-repeat 0px 0px;}
#gallery-tab-btn li.active span, #gallery-tab-btn li:first-child.active span{display:block;}

.gallery-thumbs{display:block; position:relative; overflow:hidden; width:945px;}
.gallery-thumbs > ul{display:block; width:1890px; position:relative;}
.gallery-thumbs > ul > li{display:block; float:left; width:945px;}
.gallery-thumbs > ul > li ul{display:block; margin:20px 0 0 -42px;}
.gallery-thumbs > ul > li ul li{display:block; width:308px; height:220px; float:left; margin:0 3px 20px 3px;}
.gallery-thumbs > ul > li ul li a{display:block; width:100%; height:100%; text-decoration:none; color:#fff; position:relative;}
.gallery-thumbs > ul > li ul li a img{width:100%; height:174px; margin-bottom:2px;}
.gallery-thumbs > ul > li ul li a .desc{width:auto; display:block; height:44px; background:#70c043 url(../images/gallery-right-arrow.png) no-repeat 269px center; font:1.2em/3.6667em Arial, Helvetica, sans-serif; color:#fff; padding:0 0 0 18px;}
.gallery-thumbs > ul > li ul li a:hover .desc{background:#70c043 url(../images/gallery-right-arrow-hover.png) no-repeat 269px center;}
.gallery-thumbs > ul > li ul li.even a .desc, .gallery-thumbs > ul > li ul li.even a:hover .desc{background-color:#a8c720;}
.gallery-thumbs > ul > li ul li a .playBtn{display:block; position:absolute; left:50%; top:70px; background:url(../images/play-button.html) no-repeat 0 0; width:34px; height:34px; margin:0 -17px;}

.overlay{position:fixed; left:0px; top:0px; width:100%; height:100%; background:url(../images/overlayBg.html) repeat 0 0; z-index:1000; display:none}
.overlay-Gallery{position:fixed; left:50%; top:50%; width:718px; height:508px; background:#fff; margin:-254px -359px; z-index:10000; display:none;}

/* End Gallery Section */
