.designEntry {
	width:239px;
	height:239px;
	background-image:url("designBack.png");
	background-repeat:no-repeat;
	padding-right:0px;
	padding-bottom:0px;
	vertical-align:top;
}
.entryPicture {
	width:222px;
	height:163px;
	text-align:center;
}
.entryPicture img {
	border:none;
	cursor:pointer;
}
.entryName {
	text-align:center;
	font-weight:bold;
	height:23px;
	vertical-align:top;
	line-height:13px;
}

.button, .button:link {
	display:block;
	width:98px;
	height:23px;
	background-image:url("button.png");
	text-align:center;
	padding-top:2px;
	text-decoration:none;
	color:#2b2b2b;
	font-weight:bold;
	font-size:10px;
}
.button:hover, .button:active {
	background-image:url("buttonActive.png");
	color:#e8e8e8;
}
.galleryCurtain {
	background-color:#000000;
	background-image:none;
	opacity:0.8;
	-ms-filter:"alpha (opacity=80)";
	filter:alpha (opacity=80);
}
#navigation {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:48px;
	text-align:center;
	display:none;
}
#imageContainer {
	position:relative;
}