
h2 span {
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	width: 175px;
	height: 58px;
	text-indent: -9999px;
}

h2.weddings span {
	background-image: url(../evp-pres/weddings.png);
}

a:hover h2.weddings span {
	background-image: url(../evp-pres/weddings-active.png);
}

h2.corporate span {
	background-image: url(../evp-pres/corporate.png);
}

a:hover h2.corporate span {
	background-image: url(../evp-pres/corporate-active.png);
}

h2.djservices span {
	background-image: url(../evp-pres/djservices.png);
}

a:hover h2.djservices span {
	background-image: url(../evp-pres/djservices-active.png);
}

p.signature {
	display: block;
	background-image: url(../evp-pres/signature.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 389px;
	height: 43px;
	text-indent: -9999px;
	float: right;
	margin-top: 20px;
}

div#largePhotos {
	background-image: url(../evp-pres/homepagePhotoBG-test.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 584px;
	height: 212px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 19px 0px 0px 13px;
	position: relative;
	overflow-y: auto;
	margin-bottom: 0;
}

div#largePhotos div {
	width: 554px;
	height: 193px;
	overflow: hidden;
	position: relative;
}

div#largePhotos div div {
	position: absolute;
	overflow: visible;
}

div#largePhotos p, div#largePhotos a, div#largePhotos img {
	width: 554px;
	height: 193px;
	display: block;
	border: none;
	padding: 0;
	margin: 0;
}

ul#largePhotoLinks {
	margin: auto;
	display: block;
	text-align: center;
	width: 100%;
	padding: 0;
}

ul#largePhotoLinks li {
	display: inline;
	margin: 0 10px;
	position: relative;
	top: 0px;
	font-size: 12px;
	color: #fff;
	line-height: 14px;
	padding: 0px 8px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 0;
}

ul#largePhotoLinks li:hover {
	color: #ff9f0d;
}

ul#largePhotoLinks li.current {
	font-weight: bold;
	color: #0070e6;
}



