/*------------------------------------------------------------------------*/
/*     Gallery Display                                                    */
/*------------------------------------------------------------------------*/


/*
#GalleryWrap {
	margin: 0px 0px 10px 0px;
	float: left;
	}

.GalleryImageWrap {
	margin: 0px 0px 2px 0px;
	background: #fff;
	}

.GalleryCaption {
	font: normal normal 90%/110% Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	text-align: left;
	}

.ThumbCaption {
	font: normal normal 90%/110% Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	text-align: left;
	}

.GalleryItem {
	margin: 0px 0px 5px 0px;
	}

.GalleryImage {
	text-align: center;
	vertical-align: middle;
	background: #fff;
	}

.GalleryImage img {
	text-align: center;
	vertical-align: middle;
	background: #fff;
	margin: 2px;
	padding: 2px;
	/* background: #0033FF; */
	/* border: 1px solid #f0f; 
	}


/*
.GalleryLgImage {
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 5px 0px;
	}

.GalleryTitle {
	font: normal normal 100% Arial, Helvetica, sans-serif;
	color: #980a0e;
	text-align: center;
	background: #fff;
	}

a.GalleryTitle, a:link.GalleryTitle, a:active.GalleryTitle, a:visited.GalleryTitle { 
	color: #980a0e; 
	text-decoration: none; 
	}

a:hover.GalleryTitle { 
	color: #980a0e; 
	text-decoration: underline; 
	}



/*------------------------------------------------------------------------*/
/*     Gallery Condensed Display                                          */
/*------------------------------------------------------------------------*/

/*
#GalleryWrapSM {
	margin: 0px 0px 5px 0px;
	float: left;
	}

#GalleryImageWrapSM {
	width: 99%;
	margin: 0px 0px 5px 0px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #fff;
	background: #fff;
	}

.GalleryItemSM {
	margin: 0px 0px 5px 0px;
	}

.GalleryImageSM {
	text-align: center;
	vertical-align: middle;
	height: 55px;
	width: 55px;
	background: #fff;
	border: 1px solid #fff;
	}

.GalleryLgImageSM {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	}

.GalleryFolder {
	text-align: center;
	vertical-align: middle;
	height: 55px;
	width: 55px;
	background: url("/admin/style/icons/folder25.gif") center no-repeat #fff;
	}
