/* -------- entry page -------- */

li#btn_gallery_wlp a {
	background:url(../gallery/images/btn_gallery-wlp.png) no-repeat 0 0;
	width:250px;height:175px;}
li#btn_gallery_wlp a:hover { background-position:0 -175px;}

li#btn_gallery_bh a {
	background:url(../gallery/images/btn_gallery-bh.png) no-repeat 0 0;
	width:250px;height:175px;}
li#btn_gallery_bh a:hover { background-position:0 -175px;}

/* -------- categories -------- */

.gallery_items {
	margin-top:20px;
	clear:both;

}
.gallery_items li a {
	width:220px; height: 50px; margin-right: 18px; display:block; margin-bottom: 18px; border: 1px solid #ccc; float:left;
	font-family: Arial, Helvetica, sans-serif; color:#333; font-size:14px; line-height:50px; text-align:center; text-decoration:none;
}
.gallery_items li a:hover {
	background-color:#F5F5F5; color:#990000;
}
.gallery_items li a:visited {
	background-color:#F5F5F5; color:#990000;
}
.gallery_items h2 {
	border-top: 1px solid #ccc;
	padding-top:10px;
	margin-bottom:5px;
	color:#990000;
}
.gallery_items h3 {
	color:#666666;
}
/* -------- thumbs -------- */

.gallery_thumbs {
	margin-top:20px; clear:both;
}
.gallery_thumbs li {
	width:120px; height: 140px; margin-right: 15px; margin-bottom: 15px; float:left;  
}
.gallery_thumbs li a {
	 display:block;text-decoration:none; border: 1px solid #ccc;  
}
.gallery_thumbs li a:hover {
	background-color:#F5F5F5; color:#990000;
}
ul li p.title {
	font-family: Arial, Helvetica, sans-serif; color:#333;
	text-align:center; font-size:9px; text-decoration:none; border:none; line-height:10px; padding-top:3px;
}

/* -------- image centee -------- */


p.imgcenter2 {
	display:table; width:120px; height:120px; text-align:center; margin-bottom:0px;
}
p.imgcenter2 span {
	display: table-cell; vertical-align: middle;
  }
/* -------- popup(art) -------- */

#gallery-popup {
	width:600px; margin:auto; text-align:center;
}

#gallery-popup h1 {
	margin-top:5px; margin-bottom:10px; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#333;
}
#gallery-popup h2 {
	margin-bottom:5px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666;
}
#gallery-popup p {
	margin-bottom:5px; font-family:Arial, Helvetica, sans-serif; font-size:10px; font-style:italic; line-height:12px; color:#333; text-align:left;
}

