/* CSS Document */


#photoAlbum {
	width: 90%;
}

#albumDescription {
	padding-bottom: 20px;
}

#albumImages {
	padding-left: 5%;
	padding-right: 5%;
}	

#albumImages img {
	padding: 5px;
}


ul#photoGalleryList {
	list-style-type: none;
}

ul#photoGalleryList li {
	display: inline;
	float: left;
	padding: 10px;
	text-align: center;

}

ul#imageList {
	list-style-type: none;
}

ul#imageList li {
	display: inline;
	float: left;
	padding: 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;
	height: 70px;
	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;
}
