@charset "utf-8";
/* CSS Document */

.album_box { width: 270px; height: 230px; position: relative; float: left; clear: none; margin: 15px; background-color: #3f4e63; }
.album_box-top { margin: auto; height: 150px; text-align: center; padding-top: 10px; }
.album_box-bottom { margin: 0 auto; text-align: center; }
.image_box { width: 170px; height: 225px; position: relative; float: left; clear: none; margin: 5px; border: 1px #000000 solid; background-color: #3f4e63; }
.image_box-top { position: absolute; width: 170px; height: 170px; top: 0px; text-align: center; padding-top: 10px; }
.image_box-bottom { position: absolute; width: 170px; height: 55px; bottom: 0px; text-align: center; }
.slide_box { width: 520px; height: 470px; float: left; position: relative; margin: 5px; border: 1px #000000 solid; background-color: #3f4e63; }
.slide_box-top { position: absolute; width: 520px; height: 420px; top: 0px; text-align: center; padding-top: 10px; }
.slide_box-bottom { position: absolute; width: 520px; height: 50px; bottom: 0px; text-align: center; }

.gallery_linktext { text-decoration: none; color: #d1dbe3 !important; }