@charset "utf-8";
#gallery {
	margin: 0px;
	padding: 0px;
	width: 630px;
}
#gallery .panimage.pr {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}

#gallery .panimage.pl {
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#gallery #content {
	width: 100%;
	overflow: hidden;
}

#galleryheader  {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	clear: both;
	height: 30px;
	margin-bottom: 20px;
	padding: 0px;
}
#galleryfooter {
	height: 30px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	border-top-style: solid;
	border-bottom-style: solid;
}


#gallery h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #69F;
	margin-bottom: 30px;
}




#gallery .regimage {
	display: block;
	height: 135px;
	width: 180px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #FFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	position: relative;
	padding-right: 15px;
	padding-bottom: 15px;
}
#gallery .shad_dl{
	display: block;
	height: 15px;
	width: 15px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(shad_dl.jpg);
	background-repeat: no-repeat;
}
#gallery  .shad_d {
	height: 15px;
	display: block;
	background-image: url(shad_d.jpg);
	background-repeat: repeat-x;
	position: absolute;
	right: 15px;
	bottom: 0px;
}

#gallery .regimage .shad_d {
	width: 165px;
	height: 15px;
	
}

#gallery .panimage .shad_d {
	width: 345px;
	height: 15px;
	
}
#gallery .othimage .shad_d {
	height: 15px;
	
}
#gallery .shad_dr {
	display: block;
	height: 15px;
	width: 15px;
	background-image: url(shad_dr.jpg);
	background-repeat: no-repeat;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
#gallery .shad_r {
	background-image: url(shad_r.gif);
	background-repeat: repeat-y;
	display: block;
	width: 15px;
	height: 120px;
	position: absolute;
	top: 15px;
	right: 0px;
}
#gallery .shad_ur {
	display: block;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(shad_ur.jpg);
}

#gallery img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#gallery .panimage {
	display: block;
	float: left;
	height: 135px;
	width: 360px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 30px;
	position: relative;
}

#gallery .othimage{
	display: block;
	float: left;
	height: 135px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 30px;
	position: relative;	
}
