#log {
	float: left;
	padding: 0.25em;
	margin-left: 10px;
	width: 22px;
	height: 22px;
	border: none;
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
	width: 20px;
	height: 20px;
}
 
#log_res.ajax-loading {
	padding: 2px;
	background: url(/images/spinner.gif) no-repeat center;
}


.CollectionsSlidingPanels {
	width	: 90px;
	height	: 130px;
	/*
	float	: left;
	 background-color: blue;
	 */
}

.GallerySlidingPanels {
	width	: 100%;
	height	: 130px;
	float	: left;
	vertical-align: middle;
	/*
	 * background-color
	 */
}

.CollectionsSlidingPanels .SlidingPanelsContentGroup {
	width:90px;
	vertical-align	: middle;
	/* width:10000em; very wide	 */
}

.GallerySlidingPanels .SlidingPanelsContentGroup {
	width:100%; /* very wide	 */
	overflow-x:auto;
	overflow-y:hidden;
	white-space: nowrap;
}

.GallerySlidingPanel {
	float:left;
	width	: 100%;
	height	: 130px;
	padding-top:20px;
	/*
	background-color	: turquoise;
	 */
}

.GallerySlidingPanel hr {
	display:none;
}

.CollectionsSlidingPanel {
	float:left;
	width	: 90px;
	height	: 130px;
	/*
	background-color	: red;
	 */
}






.galleryThumbList {
	list-style	: none inside;
	width		: 450px;
}

.galleryThumb {
/*
	position	: relative;

 */
	float		: left;
	z-index		: 0;

	margin		: 5px 5px;
	min-width		: 80px;
	min-height		: 80px;
	width	: 90px;
	height : auto;

	text-align	: center;
	vertical-align	: middle;
}

.galleryThumb img {
	border	: solid thin black;
	max-height	: 60px	;
	max-width	: 85px;
}

p {
        margin-top: 15px;
    }

	ol,ul {
		list-style-position:outside;
		margin-left: 40px;
	}    
	ul {
		list-style-type: square;
	}    
	ol {
		list-style-type: decimal;
	}    


.CollapsiblePanelTab {
	background-color: #6F6A57;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Tahoma, Myriad, sans-serif;
}

/* when panel is open and has focus. */
.CollapsiblePanelFocused .CollapsiblePanelTab, .CollapsiblePanelTabHover, .CollapsiblePanelOpen .CollapsiblePanelTabHover, .CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #4F4A37;
	color: #FFF;
}

.CollapsiblePanelContent {
	padding: 10px;
	position:relative;
	margin-bottom: 25px;
}

/* when panel is open */
.CollapsiblePanelOpen .CollapsiblePanelTab {

}


.breadCrumbList {
	list-style-position:outside;
	margin-left: 0px;
	list-style:none;
	height:auto;
}

.breadCrumbList li {
	float:left;
	border-right: solid thick #6f6a57;
	margin:0 0 10px 5px;
	padding:0 10px 0 0;
	font-size:1em;
}

.collectionTypesList {
	position	: relative;
	list-style	: none;
}

.collectionTypesList li {
	text-align	: center;
	float		: left;
	margin		: 15px 5px 10px 0;
	padding		: 0;
	font-size	: small;
	height		: 100px;
	width		: 150px;
}

.subCollectionList {
	position:relative;
	list-style:none;	
}

.subCollectionList li {
	text-align:center;
	float:left;
	margin:15px 5px 10px 0;
	padding:0;
	height:100px;
	width:150px;
	font-size:x-small;
}

.galleryList {
	position:relative;
	list-style:none;
}

.galleryList li {
	text-align	:center;
	float		:left;
	margin		: 15px 5px 10px 0;
	padding		: 0;
	height		: 100px;
	width		: 150px;
	font-size	: x-small;
}
