#galleryMainShowcase {
	width: 960px;
	height: 406px;
	position: relative;
	overflow: hidden;
}
#galleryMainPhoto {
	width: 946px;
	height: 406px;
	margin: 7px;
}
#galleryMainPhoto ul,
#galleryMainPhoto li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 946px;
	height: 406px;
}
#galleryMainPhotoYellow {
	width: 946px;
	height: 406px;
	z-index: 50;
	position: absolute;
	top: 0;
	left: 7px;
}

#galleryMainPhotoWhite {
	width: 946px;
	height:406px;
	z-index: 60;
	position: absolute;
	top: 0;
	left: 7px;
}
#galleryMainPhotoCategories {
	width: 79px;
	z-index: 100;
	position: absolute;
	top: 35px;
	right: 40px;
}
.category {
	width: 77px;
	height: 77px;
	position: relative;
	margin: 0px 7px 7px 0px;
	padding: 0px;
	z-index: 1001;
	border: 1px #cdcdcd solid;
}
#galleryMainShowcaseText {
	width: 160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 100;
}