/* Album Module CSS for default, ImageGallery, and Thickbox templates */
/* Used for categories to make things clear correctly */
.album_content {
	width:100%; 
	float:left;
}
.clear {
	clear:both
}
/* Album List UL */
.albumlist
{
	margin-left:0;
	padding-left:0;
	float:left;
}

/* Picture List UL */
.picturelist
{
width: 440px;

}

/* Album and Picture Lists */
 

.thumb 
{

	
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
		vertical-align: middle;
	float:left;
padding:0 10px 10px 0;

}
.thumb img{
	height: 90px;
	width:90px; 
border:1px solid #111;

}
.thumb a
{
	display:block;
  outline: none;

	text-decoration:none;
}
.albumcomment { text-align: left; }

.thumb img:hover
{
border:1px solid #999

 
/*Background of thumb on hover - sort of light blue/green */
}

/* Styling of text and navigation for Album */
.albumname
{
	width:110px;
	font-size:10px;
	text-align:center;
	font-style:italic;
	
}
.albumname a
{
	display: inline;
        border: none;
        margin:none;
        padding:none;
        background-color:transparent;
}
.albumpicturecount
{
	font-size:smaller;
	text-align:center;
	font-weight:normal;
	font-style:italic;
}

.albumcomment
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
}

.albumnav
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}

.instructiontext
{
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
	font-style:italic;
}

/* Big Picture */
.bigpicture
{
	padding:0.5em 0 0;
	clear:left;
	border-top:1px solid #ccc;
	text-align:center;
}

.bigpicturecaption
{
/* Big picture caption */
	text-align:center;
	margin:0 0 5px;
	padding:0;
}

.bigpicture img
{
/* Big picture settings */
	padding:18px;
/* Image padding to form photo frame. */
	width:80%;
/* Width of big picture - set to auto for actual width*/
	margin:0;
	background-color:white;
/* Background of picture */
	border-top:1px solid #eee;
/* Borders of picture frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.bigpicturenav
{
	margin:0;
	padding:0;
	color:#000;
	font-size:smaller;
	line-height:normal;
}


/* CSS for Lightbox follows */
#lightbox{
 	position: absolute;
	margin-left: -130px;
	left: 50%;
	width: 540px;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
	



#outerImageContainer{
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
		z-index: 100;
 border: 1px solid #222;
	}



#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	 
	z-index: 10;
	 
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{


	width: 49%;
	height: 100%;
	background: transparent url(../templates/db/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink {position: absolute; left:-50px ; float: left;}
#nextLink { position: absolute; right: -50px; float: right;}
#prevLink, #prevLink:visited:hover { background: url(../templates/db/lightbox/images/prevlightbox.png) left 55% no-repeat; }
#nextLink, #nextLink:visited:hover { background: url(../templates/db/lightbox/images/nextlightbox.png) right 55% no-repeat; }


#imageDataContainer{
	font: 10px  Arial, Helvetica, Geneva, sans-serif;
	color: #333;
		margin: -19px auto 0 auto;
 	line-height: 22px;

	
	}

#imageData{
	padding:0 10px;
	z-index: -100;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ margin-top:50px;float: right;  padding-bottom: 0.7em;	}	
#imageData #bottomNavClose img{width:30px;height:30px;}	
#overlay{
	position: absolute;
	top: 0;
	margin-left: -144px;
	left: 50%;
	z-index: 90;
	width: 540px;
	height: 100%;
	background: #000;}

	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

div.largeview {

 text-align: center;

}

