@charset "utf-8";
#featured{
	float: left;
	text-align: center;
}
#cleft{
	float: left;
	width: 358px;
	margin-left: 10px;
}
#petgallery{
	width: 150px;
	margin: 0 auto;
	margin-top: 5px;
}
#galimage{
	height: 130px;
	width: 130px;
	cursor: pointer;
	background: #FFF;
	border: solid 2px #b19918;
	padding: 10px;
}
#galimage:hover{
	border: solid 2px #b19918;
	-moz-box-shadow: 0px 0px 4px #444;
	-webkit-box-shadow: 0px 0px 4px #444;
	box-shadow: 0px 0px 4px #444;
}
#galimage img{
	height: 130px;
	width: 130px;
	vertical-align: middle;
}
#petgallcaption{
	padding: 5px 2px;
	font-weight: bold;
	font-size: 7pt;
	height: 40px;
}

