/* Gallery Main Page */

#gallery .left { width: 685px; margin-right: 5px; }
#gallery .right { width: 245px; }
.gallerythumb { display: block; width: 214px; height: 206px; background: transparent url(../images/gallery_back.png) top left no-repeat; float: left; position: relative; margin: 10px 10px 0px 0px; }
.gallerythumb img { width: 190px; height: 158px; position: absolute; top: 11px; left: 12px; }
.gallerythumb span { display: block; text-align: center; height: 24px; width: 190px; background: transparent url(../images/gallery_title.png) top left no-repeat; color: #fff; text-shadow: #000 0px 1px 1px; 
					font-size: 14px; font-weight: 400; position: absolute; top: 168px; left: 12px; line-height: 22px; }

/* Subgallery Page */

#subgallery .sidenav { width: 160px; margin-right: 25px; }
#subgallery .left { width: 500px; }
#subgallery .right { width: 245px; }
#subgallery #subnav .root { font-size: 14px; }
.subgallerythumb { display: block; width: 228px; height: 178px; background: transparent url(../images/subgallery_back.png) top left no-repeat; float: left; position: relative; margin: 0px 20px 15px 0px; }
.subgallerythumb img { width: 203px; height: 153px; position: absolute; top: 11px; left: 12px; }

#subgallery #subnav .on { background: url("../images/icon-arrow.png") no-repeat scroll 10px 15px #E4E6E9; }
#subgallery #subnav .root { padding: 10px 0px 10px 30px; }

