#album_list {
	margin: 0px;
	padding: 0px; }


.list_image_box {
   text-align: center; }
#image_list {
	list-style: none;
	margin: 0px;
	padding: 0px; }
#image_list li {
	margin: 3px;
	width: 220px;
	height: 200px; }


.album-list-item {
   padding-top: 5px; }
.album-list-item span {
   display: block; }
.album-list-item a {
   color: #3c3c3c;
   display: block;
   text-decoration: none;
   padding: 5px; }
.album-list-item a:hover {
   background-color: #cae1f3; }
.album-list-item a:hover h3 {
   text-decoration: underline; }
.album-list-item a * {
   cursor: pointer; }
.album-image-preview {
   text-align: center;
   width: 204px; }
.album-image-preview img, #image_list img {
   padding: 1px;
   border: 1px solid #5a8fb9; }
.album-info {
   margin-left: 15px;
   width: 380px; }
.album-info h3 {
   font-weight: bold;
   padding: 10px 0px;
   color: #3c3c3c;
   line-height: 18px;
   font-size: 13px; }
.album-info-countimages, .album-info-createdat {
   font-size: 11px; }
.album-info-countimages span, .album-info-createdat span {
   display: inline; }


.gallery_header_1 {
	color: #3C3C3C;
	font-size: 17px;
   padding-top: 10px !important;
   margin-top: 0 !important;
}

.gallery_desc {
	color: #3c3c3c;
	font-size: 13px;
	padding: 15px 5px;
}

.gallery_link {
	color: #3c3c3c;
	text-decoration: underline;
}

.gallery_link:hover {
	color: #222;
}

.gallery_buttons {
	padding: 10px;
	text-align: center;
}

.gallery_buttons a {
	color: #444;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

.gallery_buttons a:hover {
	color: #222;
	text-decoration: underline;
}

