@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------------------------
/ photoGalleryWrapper
----------------------------------------------------------------------------------------*/
#photoGalleryWrapper{
	height: 414px;
	border: 3px solid #59544c;
	position:relative;
}
	#photoGalleryText{
		position: absolute;
		top: 0px;
		right: 0px;
		width: 200px;
		background:url(/images/home/photogallery-text-bg.png) no-repeat 6px 10px;
		padding: 185px 20px 0px 50px;
		font-size: 18px;
		z-index:200;
	}
		#photoGalleryText ul{
			list-style: none;
		}
			#photoGalleryText ul li{
				margin-bottom: 20px;
			}
				#photoGalleryText ul li.last-child{
					margin-bottom: 0px;
				}
	#photoGallery{
		position:relative;
	}
		#photoGallery img{
			position:absolute;
			top:0px;
			left:0px;
		}

/*----------------------------------------------------------------------------------------
/ features
----------------------------------------------------------------------------------------*/
.features{
}
	#greyBar{
		height: 30px;
		background-color:#7a7470;
		margin-bottom: 30px;
	}