/* New gallery styles */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}
#lightbox-image-details-title { font-weight: bold; display: block; }
#lightbox-image-details-caption { display: block; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* old gallery styles */

#photoAlbum {
	width: 90%;
}

#albumDescription {
	padding-bottom: 20px;
}

#albumImages {
	padding-left: 5%;
	padding-right: 5%;
}	

#albumImages img {
	padding: 5px;
}

ul{
	margin: 0px;
	padding: 0px;
}
ul#photoGalleryList {
	list-style-type: none;
}

ul#photoGalleryList li {
	display: inline;
	float: left;
	padding: 10px 0px 10px 0px;
	text-align: center;
	margin-left: 10px;
}

ul#imageList {
	list-style-type: none;
}

ul#imageList li {
	display: inline;
	float: left;
	padding: 10px 0px 10px 0px;
	margin-left: 10px;
	text-align: center;
}

.previousImage {
	float: left;
	width: 50%;
	text-align: left;
}

.nextImage {
	float: right;
	width: 50%;
	text-align: right;
}

#mainImage {
	clear: both;
}



/* 
 *	Gallery Thumbnail Frame 
 */
 

.imageHeading {
	width: 100%;
}

.imageHeading .imageHeadingLeft {
	float: left;
	width: 4px;
	height: 15px;
	background: url(../images/gallery/layout/frame/top-left.gif) no-repeat;
}

.imageHeading .imageHeadingMiddle {
	float: left;
	height: 15px;
	background: url(../images/gallery/layout/frame/top-middle.gif) repeat-x;
	padding-left: 3px;
	padding-right: 3px;
}

.imageHeading .imageHeadingRight {
	float: left;
	width: 4px;
	height: 15px;
	background: url(../images/gallery/layout/frame/top-right.gif) no-repeat;
}


.imageMain {
	clear: left;
	margin-top: -2px;
}



.imageMain .imageMainLeft {
	float: left;
	width: 4px;
	background: url(../images/gallery/layout/frame/middle-left.gif) repeat-y;	
}

.imageMain .imageMainMiddle {
	float: left;
	width: auto;
	padding-left: 3px;
	padding-right: 3px;
}

.imageMain .imageMainRight {
	float: left;
	width: 4px;
	background: url(../images/gallery/layout/frame/middle-right.gif) repeat-y;	
}


.imageFooter {
	clear: left;
}

.imageFooter .imageFooterLeft {
	float: left;
	width: 4px;
	height: 100%;
	background: url(../images/gallery/layout/frame/footer-left.gif) repeat-y;	
}

.imageFooter .imageFooterMiddle {
	float: left;
	background: url(../images/gallery/layout/frame/footer-right.gif) repeat-y;
	background-position: top right;
	padding-left: 3px;
	padding-right: 8px;
	text-align: center;
	/*height: 35px;*/
	overflow: hidden;
}
.imageFooter .imageFooterMiddle2 {
	float: left;
	background: url(../images/gallery/layout/frame/footer-left.gif) repeat-y;
	background-position: top left;
	padding-left: 3px;
	padding-right: 11px;
}

.imageFooter .imageFooterRight {
	float: left;
	width: 4px;
	height: 100%;
	background: url(../images/gallery/layout/frame/footer-right.gif) repeat-y;	
}


.imageEnd {
	clear: left;
}

.imageEnd .imageEndLeft {
	float: left;
	width: 4px;
	height: 9px;
	background: url(../images/gallery/layout/frame/end-left.gif) no-repeat;	
}

.imageEnd .imageEndMiddle {
	float: left;
	background: url(../images/gallery/layout/frame/end-middle.gif) repeat-x;	
	padding-left: 3px;
	padding-right: 3px;
	height: 9px;
}

.imageEnd .imageEndRight {
	float: left;
	width: 4px;
	height: 9px;
	background: url(../images/gallery/layout/frame/end-right.gif) no-repeat;	
}

.imageEditButtons {
	clear: both;
	width: 100%;
	padding-top: 5px;
}


/* 
 *	Gallery Image Thumbnail Frame 
 */
 


.thumbnailImage {
	
}

.thumbnailImage .thumbnailHeading {
	width: 100%;
}

.thumbnailImage .thumbnailHeading .thumbnailHeadingLeft {
	float: left;
	width: 4px;
	height: 9px;
	background: url(../images/gallery/layout/frame/top-left.gif) no-repeat;
}

.thumbnailImage .thumbnailHeading .thumbnailHeadingMiddle {
	float: left;
	height: 9px;
	background: url(../images/gallery/layout/frame/top-middle.gif) repeat-x;
	padding-left: 3px;
	padding-right: 3px;
}

.thumbnailImage .thumbnailHeading .thumbnailHeadingRight {
	float: left;
	width: 4px;
	height: 9px;
	background: url(../images/gallery/layout/frame/top-right.gif) no-repeat;
}


.thumbnailMain {
	clear: left;
	margin-top: -8px;
}



.thumbnailMain .thumbnailMainLeft {
	float: left;
	width: 4px;
	background: url(../images/gallery/layout/frame/middle-left.gif) repeat-y;	
}

.thumbnailMain .thumbnailMainMiddle {
	float: left;
	width: auto;
	padding-left: 3px;
	padding-right: 3px;
}

.thumbnailMain .thumbnailMainRight {
	float: left;
	width: 4px;
	background: url(../images/gallery/layout/frame/middle-right.gif) repeat-y;	
}


.thumbnailFooter {
	clear: left;
}

.thumbnailFooter .thumbnailFooterLeft {
	float: left;
	width: 4px;
	height: 100%;
	background: url(../images/gallery/layout/frame/footer-left.gif) repeat-y;	
}

.thumbnailFooter .thumbnailFooterMiddle {
	float: left;
	background: url(../images/gallery/layout/frame/footer-right.gif) repeat-y;
	background-position: top right;
	padding-left: 3px;
	padding-right: 8px;
}
.thumbnailFooter .thumbnailFooterMiddle2 {
	float: left;

	background: url(../images/gallery/layout/frame/footer-left.gif) repeat-y;
	background-position: top left;
	padding-left: 3px;
	padding-right: 11px;
}

.thumbnailFooter .thumbnailFooterRight {
	float: left;
	width: 4px;
	height: 100%;
	background: url(../images/gallery/layout/frame/footer-right.gif) repeat-y;	
}


.thumbnailEnd {
	clear: left;
}

.thumbnailEnd .thumbnailEndLeft {
	float: left;
	width: 4px;
	height: 9px;
	background: url(../images/gallery/layout/frame/end-left.gif) no-repeat;	
}

.thumbnailEnd .thumbnailEndMiddle {
	float: left;
	background: url(../images/gallery/layout/frame/end-middle.gif) repeat-x;	
	padding-left: 3px;
	padding-right: 3px;
	height: 9px;
}

.thumbnailEnd .thumbnailEndRight {
	float: left;
	width: 4px;
	height: 9px;
	background: url(../images/gallery/layout/frame/end-right.gif) no-repeat;	
}

.thumbnailEditButtons {
	clear: both;
	width: 100%;
	padding-top: 5px;
}
.albumImageContainer{
	margin-left:auto;
	margin-right:auto;
	width:165px;
}
.albumImageTitle {
	color: #6e6e6e;
	text-align: center;
	font-size: 0.9em;
	clear: both;
}
