


#gallery {
	padding: 0 14px 10px 14px;
}
#gallery .item_table {
	width: 100%;
}

#gallery .item_table TD.itemImage {
	padding: 5px 0 5px 10px;
	text-align: center;
	vertical-align: bottom;
}
#gallery .item_table TD.itemImageFirstCol {
	padding-left: 0;
}
#gallery .item_table TD.itemText {
	padding: 5px 0 20px 10px;
	text-align: center;
	vertical-align: top;
}
#gallery .item_table TD.itemTextFirstCol {
	padding-left: 0;
}

#gallery .item_table TD.itemText,
#gallery .item_table TD.itemText A {
	font: 10px Verdana,Geneva,sans-serif;
	color: #666;
	text-decoration: none;
}
#gallery .item_table TD.itemText A:hover {
	color: #669;
	text-decoration: underline;
}



/*
	Gallery
*/


.adminLinksTable {
	border: 1px solid #000000;
	border-width: 0 1px 1px 0;
}
.imcmsAdmBgHead {
	background-color: #20568D;
	color: #ffffff;
}
.imcmsAdmBgCont {
	background-color: #f5f5f7;
	color: #000000;
}
.imcmsFormBtnPanel {
	font: 10px Verdana, Geneva, sans-serif;
	color: #000000;
	background-color: #e7e7e7;
	cursor: pointer;
	height: 20px;
	border: 1px outset #000000;
	border-color: #ffffff #000000 #000000 #ffffff;
	text-align: center;
	text-transform: none;
}







#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #ece9dc;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#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(/images/mallbilder/lightbox/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/mallbilder/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/mallbilder/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
	}

#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{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #dfdac5;
	}

