@charset "UTF-8";
/***** Photo Page Styles *****/
#photo_slideshow {
	display:block;
	position:relative;
	width:470px;
	height:293px;
	margin:0px auto;
	margin-top:21px;
	text-align:center;
	padding:24px 29px 33px 28px;
	background-color:#000000;
	background-image:url(../images/engagementParty/engmntParty1.jpg); 
	background-repeat:no-repeat;
}
.slideshowNav {
	position:absolute;
	top:122px;
	width:59px;
	height:87px;
	background-repeat:no-repeat;
	z-index:501;
	color:#555;
	font-variant:small-caps;
	font-size:0.85em;
	font-weight:bold;
	padding-top:34px;
	width:40px;
}
.right {
	right:-67px;
	background-image:url(../images/albumShiftRight.jpg);
	text-align:right;
	padding-right:19px;
}
.left {
	left:-40px;
	top:122px;
	background-image:url(../images/albumShiftLeft.jpg);
	text-align:left;
	padding-left:19px;
}
.slideshowNav:hover {
	cursor:pointer;
}
#photos_overlay { 
	position:absolute;
	top:0px;
	left:0px;
	width:558px;
	height:368px;
	background-image:url(../images/photos_over.png);
	background-repeat:no-repeat;
	z-index:500;
}
#newAlbumImage {
	display:none;
	position:relative;
	z-index:498;
	width:558px;
	height:368px;
	text-align:center;
	margin:-24px 0px 0px -28px;
}
#photoCaption {
	color:#333;
	font-size:0.9em;
	display:block;
	text-align:center;
	margin:0px auto;
	margin-top:16px;
	width:558px;
}
#albumSet {
	display:block;
	position:relative;
	width:470px;
	margin:0px auto;
	margin-top:5px;
	text-align:center;
	padding:24px 29px 33px 28px;
	clear:both;
}
.albumThumb {
	display:block;
	position:relative;
	width:114px;
	height:80px;
	float:left;
	text-align:center;
	padding:4px 9px 12px 6px;
	text-decoration:none;
}
#thumb_overlay {
	position:absolute;
	top:0px;
	left:0px;
	width:129px;
	height:80px;
	background-image:url(../images/thumbs_over.png);
	background-repeat:no-repeat;
	z-index:501;
}
.thumbCaption {
	color:#999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.75em;
	text-align:center;
	padding-top:70px;
}
.thumbCaption:hover {
	color:#993300;
}
#albumThumbs {
	display:block;
	width:100%;
	border-top:1px solid #F6B41A;
	margin:0px auto;
	margin-top:85px;
	text-align:center;
	background-color:#111111;
	padding-top:10px;
}
#albumThumbContainer {
	margin:0px auto;
	min-height:70px;
	min-width:105px;
	background-color:#111111;
	padding-left:110px;
	width:850px;
	padding-bottom:20px;
}
.albumThumbnail {
	display:block;
	position:relative;
	float:left;
	margin:10px 10px;
	border:3px #6CB5B3 solid;
	width:105px;
	height:70px;
	background-size:25%;
	background-origin:content;
	overflow:hidden;
	max-width:105px;
}
.albumThumbnail:hover {
	border:7px #f4d489 solid;
	margin:6px 6px;
}
.activeThumb {
	border:7px #F4D489 solid;
	margin:6px 6px;
}
.thumbnailImage {
	width:131px;
	height:88px;
	margin-left:-12%;
	margin-top:-12%;
}	

/***** Video Overlay *****/

