<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 4px solid #FFFFFF;
	margin: 0 5px 5px 0;
}
.bgRepeat {
	background-repeat: repeat-x;
}


.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
	border: 4px solid #FFFFFF;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 1px;
	left: -1000px;
	visibility: hidden;
	color: #000066;
	text-decoration: none;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding-top: 5px;
	padding-left: 5px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 158px;
	left: 385px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

</style>
.couplesRec {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	font-weight: 400;
	color: #FFFFFF;
	padding-top: 10px;
}
body {
	margin: 0px;
	padding: 0px;
}
.galleryContent {
	padding-top: 10px;
	padding-left: 20px;
	background-repeat: repeat-x;
}
.foot {
	background-repeat: repeat-x;
}
#coupleName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C7E2ED;
	padding-top: 100px;
}
#venue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

