#gallery {
	margin: 5px auto 0 auto;
	padding-bottom: 25px;
	width: 750px;
}
h1.logo {
	background: url(../images/global/ash_logo.gif) no-repeat;
	width: 163px;
	height: 0;
	padding-top: 86px;
	display: block;
	overflow: hidden;
	position: absolute;
	/*top: 18px;
	left: -25px;*/
	margin: 18px 0 0 -50px;
	z-index: 1;
	border: 1px solid #444;
}
#galleryImgArea {
	width: 610px;
	height: 253px;
	border: 1px solid #CCC;
	float: left;
}
#galleryImg {
	width: 604px;
	height: 247px;
	margin: 3px auto;
	/*background: url("../images/home/gallery/visitsatsun.jpg") no-repeat;*/
}
#galleryThumbs {
	width: 124px;
	float: right;
}
.gallery_thumb {
	width: 55px;
	height: 45px;
	border: 1px solid #CCC;
	float: left;
	margin-right: 9px;
	margin-bottom: 5px;
	cursor: pointer;
}
.gallery_thumb.even {margin-right: 0;}
#galleryThumb0 {background: url("../images/home/gallery/thumbs/beautifulpictureanaleese.jpg") 3px 3px no-repeat;}
#galleryThumb1 {background: url("../images/home/gallery/thumbs/noname.jpg") 3px 3px no-repeat;}
#galleryThumb2 {background: url("../images/home/gallery/thumbs/visitationsaturdaysunday.jpg") 3px 3px no-repeat;}
#galleryThumb3 {background: url("../images/home/gallery/thumbs/facingreality.jpg") 3px 3px no-repeat;}
#galleryThumb4 {background: url("../images/home/gallery/thumbs/shouldofcouldofwouldof.jpg") 3px 3px no-repeat;}
#galleryThumb5 {background: url("../images/home/gallery/thumbs/youllneedavisitorspass.jpg") 3px 3px no-repeat;}
/*#galleryThumb5 {background: url("../images/home/gallery/thumbs/listen.jpg") 3px 3px no-repeat;}*/
#galleryInfo {
	width: 196px;
	/*height: 64px;*/
	border: 1px solid #444;
	background-color: #1A1A1A;
	position: absolute;
	z-index: 1;
	color: #FFF;
	margin: 162px 0 0 560px;
	padding: 10px 25px;
}
#galleryInfo h2 {
	font-size: 13px;
	margin-bottom: 5px;
	color: #fff;
}
#galleryInfo p {
	color: #E6E6E6;
	font-style: italic;
	font-size: 12px;
	line-height: 1em;
}