@charset "utf-8";
#gallery/* CSS Document */



/* CSS Document */


 {
	margin-top: 15px;




}
#gallery   img {
	height: 130px;
	width: 208px;
	margin-right: auto;
	margin-left: auto;
}
#gallery   /* CSS Document */
h1 {
	display: block;
	font-size: 12px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #CC3333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC3333;
}
#gallery  ul {
	height: 400px;
	width: 300px;
}
#gallery  h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	display: block;
	padding-bottom: 5px;
}
#gallery  h2 a {
	color: #666666;
}
#gallerypic{
	float:left;
	border:1px solid #CCCCCC;
	padding:7px;
	margin-right:20px;
	margin-bottom:20px;
	-moz-box-shadow: 3px 3px 4px #b2b2b2;
	-webkit-box-shadow: 0px 5px 4px #b2b2b2;
	height: auto;
	width: 208px;
}
#gallerypic a{
	text-decoration: none;
}
#gallerypic:hover{
	border:1px solid #999;
	padding:7px;
	margin-right:20px;
	-moz-box-shadow: 3px 3px 4px #7c7c7c;
	-webkit-box-shadow: 0px 5px 4px #7c7c7c;
}
