ul#cms_gallery{margin:0px 0px 30px 0px; padding:15px 0px 5px 14px; background:#eee; list-style:none; float:left;}
	ul#cms_gallery li{margin:0px 5px 10px 0px; padding:0px; float:left;}
		ul#cms_gallery li a{border:5px solid #fff; float:left;}
		ul#cms_gallery li a:havor{}
			ul#cms_gallery li a img{border:none; float:left;}
			
div#galleryList{width:680px; margin:0px 0px 30px 0px; border:2px solid #eee; float:left;}
	div#galleryList ul{width:663px; margin:3px 0px 3px 3px; padding:10px 0px 5px 10px; background:#f5f5f5; list-style:none; float:left;}
		div#galleryList ul li{width:160px; margin:0px 5px 10px 0px; padding:0px; float:left;}
			div#galleryList ul li a{width:160px;  float:left;}
			div#galleryList ul li a:hover{}
				div#galleryList ul li a img{border:5px solid #fff; float:left;}
				div#galleryList ul li a span{width:160px; height:40px; text-align:center; float:left;}
			
			
#lightbox{ width: 100%; text-align: center; line-height: 0; position: absolute;left: 0; z-index: 100;}
#lightbox a img{ border: none; }

#outerImageContainer{width: 250px; height: 250px; margin: 0 auto; background-color: #fff; position: relative;}
#imageContainer{padding: 10px;}
#loading{width: 100%; height: 25%; text-align: center; line-height: 0; position: absolute; top: 40%; left: 0%;}

#hoverNav{width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{width: 49%; height: 100%; background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */ display: block;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{margin: 0 auto; font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; line-height: 1.4em;}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	

#overlay{width: 100%; height: 500px; background-color: #000; position: absolute; top: 0; left: 0; z-index: 90;}

/* Min-Width */
.lbWidth { /* most browsers */ width: 100%; min-width: 790px; position: absolute;top: 0px; left: 0px;}

* html .lbContent { /* IE6 */margin-left: -790px;position:relative;}

* html .lbMinWidth { /* IE6 */padding-left: 790px;}
	
/* Clearfix */	
.clearfix:after {height: 0; content: "."; display: block; clear: both; visibility: hidden;}

.clearfix {display: inline-block;}

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