
.photoGal_wrapper {
	position:relative;
	width:584px; 
	height:auto;
	position:relative;
	float:left; 
	margin:10px 20px;
	padding-bottom:10px;
}
.tileTitle{
	position:relative;
	width:170px;
	height:50px;
	display:block;
	margin:6px 0px 0px 0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:1.2em;
	overflow:hidden;
	color:#555555;
}

.tileSubtitle {
	position:relative;
	width:170px;
	margin:5px 0px 10px 0px;
	height:30px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	padding-top:2px;
	line-height:1em;
	color:#555555;
}

.photoGalPhoto {
	position:relative;
	float:left;
	width:182px;
	height:230px;
	margin:0px 0px 2px 5px;
	display:block;
}

	.photoGalPhoto li {
		position:absolute;
		top:0px;
		left:0px;
		width:auto;
		height:230px;
		display:block;
		text-decoration:none;
		background-image:url(/images/photogalthumb_bg.png);
		background-repeat:no-repeat;
		background-position:top center;
		cursor:pointer;
		color:#ff0000;
		z-index:999;
		behavior: url(/images/iepngfix.htc)
	}
		.photoGalPhoto li:hover  {
			background-image:url(/images/photogalthumb_bg_hover.png);
			behavior: url(/images/iepngfix.htc)
		}
		
		.photoGalPhoto li:hover .tileTitle {
			color:#ffffff;
		}
	.photoGalPhoto .imgWrapper {
		 height:105px; 
		 width:140px; 
		 overflow:hidden;
		 margin-top:20px;
		 position:relative;
	}
	.photoGalPhoto .imgWrapper img {
		position:absolute;
		top:0px;
		left:0px;
		z-index:998;
	}

/* Enlarge Photo Styles */
/*--LIGHT BOX CSS---*/
#zoomboxOverlay {	
	position: absolute;
	top: 0px;
	left: 0px; 
	width: 100%; 
	height:170%;
	z-index:99999; 
	text-align: center; 
	line-height: 0;
	background-color:#000000;
}
	
#zoombox{	
	position: absolute;
	top: 0px;
	left: 0px; 
	width: 100%; 
	height:100%;
	z-index:100000; 
	text-align: center; 
	line-height: 0;
}
	
#zoombox img{ 
	width: auto; 
	height: auto;
	}
#zoombox a img { 
	border: none; 
	}

#outerImageContainer{ 
	position: relative; 
	width: 250px;
	height: 250px; 
	margin: 0 auto;
	padding-top:0px;
	padding-bottom:10px;
}
	
#imageContainer {
	margin:0px;
	padding:0px;
	position:relative;
	background-color:#333333;
	height:auto;
	width:auto;
}
	#zoomboxImage {
		margin:0px 10px 10px 10px;
		z-index:999;
	}
	#imageDetails {  
		position:relative; 
		margin-top:5px; 
		padding:5px 0px 18px 0px;	
		color:#fff;
		z-index:9999;
		background-color:#333333;
	}
		
#loading{ 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
	}
#hoverNav{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height:104%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ 
	width:30px;
	height: 100%;
	}
#bottomNavClose { 
	width: 62px; 
	position:absolute;
	right:5px;
	top:5px;
	padding-bottom: 0.7em; 
	outline: none;
}
