
#navs { display:none; }
#featured { display:none; }

.gallery {
	margin:40px 0 0 0;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	width:900px;
	-khtml-border-radius: 5px;	
	border-radius: 5px;
	padding:0;
}

/*For wedding gallery as layout is using a tags for the photos instead of IMG's*/

.wedding-gallery {
	border:2px solid #e1e1e1;
	margin:30px 0 0 0;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	border-radius: 5px;
	padding:10px 0 25px 0;
	overflow:auto;
}

.gallery img {
	margin:0 0 35px 35px;
	border:1px solid #D1D1D1;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	border-radius: 2px;
}

.contact-content {
	border-top:1px solid #e1e1e1;
}

#no-image {
	
	background:url(../images/no-image-available_small.gif) center no-repeat;
	
}
