@charset "utf-8";
/* Gallery section */

.GalleryBlock {width:824px;}
.GalleryItem {width: 169px; float:left; text-align:left}
.GalleryItem a {border: 1px solid #a5a5a5; display:block; width: 148px; margin-bottom: 21px}
.GalleryItem a:hover {border: 1px solid #000;}

.GalleryNav {font:14px Arial, Helvetica, sans-serif; color:#000; clear:both; margin-bottom:15px; position:relative}
.GalleryNav a {font:18px Arial, Helvetica, sans-serif; color:#999; font-weight:100; text-decoration:none}
.GalleryNav a:hover {text-decoration:underline; color:#000}
.GalleryNav a#currentPage {color:#000; text-decoration:underline; font:22px Arial, Helvetica, sans-serif;}

.GalleryNav a.nextPage {color:#888; font: 13px Arial, Helvetica, sans-serif; position: absolute; right:0px; top:9px;}
.GalleryNav a.nextPage:hover {text-decoration: underline; color:#777;}

.GalleryNav a.backPage {color:#888; font: 13px Arial, Helvetica, sans-serif; position: absolute; left:0px; top:9px;}
.GalleryNav a.backPage:hover {text-decoration: underline; color:#777;}


#lastItem {width: 148px;}


