@charset "utf-8";

/*****************************************
			Photo Gallery
*****************************************/
.photoGallery {
	margin: 0 0 15px 0 !important;
}
.photoGallery .mainPhoto {
	margin: 0 auto 15px auto !important;
	width:650px;
	overflow:hidden;
	text-align: center;
}
.photoGallery .mainPhoto img {
	width: 650px;
}
.photoGallery ul {
	margin: 0 auto !important;
	padding: 0 !important;
	list-style: none !important;
	width: 100%;
 	text-align: center;
	letter-spacing: -0.4em;
	background: url(../../housing/img/bank_photo_bg.gif) 0 0 repeat;
	border: 3px solid #EEEEEE;
}
.photoGallery ul li {
	margin: 10px 10px; !important;
	padding: 0 !important;
	background: none !important;
	letter-spacing: normal;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	cursor: pointer;
	overflow:hidden;
}
.photoGallery ul li img {
	padding: 1px;
	width: 250px;
	border:3px solid #00C7D7;
}
.photoGallery ul li:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}