/* CSS Document */
.photoGallery_cards{
	margin: 13px 0px 40px;
	padding: 0px;
	height: auto;
	width: 355px;
	/*background-color: #FF0000;*/
	display: block;
	position: relative;
	left: 23px;
}
.galleryCard{
	width: 355px;
	padding: 0px;
	margin: 0px 0px 13px;
	height: 114px;
	/*background-color: aaaa00;*/
}
.galleryCard img{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
.galleryCard .info{
	float: right;
	width: 228px;
	height: 110px;
	/*background-color: #ffffff;*/
	text-align: left;
	/*border: 2px dotted #8E9B6E;*/
}
.info h1{
	font-size: 14px!important;
	margin: 0px 0px 4px!important;
	padding: 0px!important;
	text-decoration: none;
	color: #69645A!important;
	letter-spacing: 1px!important;
	word-spacing: 2px!important;
	font-weight: bold!important;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #8E9B6E;
}
.info h2{
	font-size: 11px!important;
	margin: -5px 0px 4px!important;
	padding: 0px!important;
	text-decoration: none;
	color: #8E9B6E!important;
	font-weight: normal!important;
	font-style: normal;
	text-transform: uppercase;
}
.galleryCard .info a{
	font-size: 10px;
	line-height: 12px;
	/*display: block;*/
	border: none!important;
	margin: 0px;
	padding: 0px;
	color: #69645A!important;
}
.galleryCard .info a:hover{
	color: #8E9B6E!important;
	text-decoration: underline!important;
}

.photoGallery{
	margin: 13px 0px;
	padding: 0px;
	height: auto;
	width: 400px;
	display: block;
	position: relative;
	left: 14px;
	/*background-color: #FFffff;
	line-height: 39px;*/
}
.galleryTN{
	float: left;
	margin: 0px 13px 13px 0px;
	/*display: inline;*/
	height: 116px;
	width: 116px;
	overflow: hidden;
	/*background-color: 000000;*/
}
.galleryTN a{
	padding: 0px;
	border: none!important;
	height: 116px;
	width: 116px;
	position: relative;
	display: block;
	margin-top: 2px;
	margin-left: 0px;
	/*top: 2px;
	float: left;*/
}
.galleryTN a:hover{
	margin-top: 0px;
	margin-left: 2px;
	/*border: 2px dotted #8E9B6E!important;
	position: relative;
	top: 0px!important;
	left: 2px!important;*/
}
.galleryTN a img{
	border: none!important;
}
#middleCenter_panel{
	background-image: none!important;
}
#middleCenter_panel_content h3{
	/*border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #8E9B6E;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #8E9B6E;
	color: #000000!important;*/
}
