/******* Gallery styles ****************/

#artistInformation {
	text-align:left;
	font-size: 11px;
	margin: 5px 0px 10px 0px;
}

#currentGalleryImage {
	position: relative;
	width:320px;
	width:310px;
	margin-right: 5px;
	border: 0px solid green;
}

/*#galleryMenu{
	position: absolute;
	float: left; 
	left: -10px; 
	left: -110px; 
	width: 100px;
	font-size: 11px;
	border: 0px solid blue;
}
#galleryMenu ul li{
	list-style: none;
	padding: 2px 0px 2px 0px;
}
#galleryMenu ul li.current{
	font-weight: bold;
}
*/
#imgDetail {
	position: relative;
	width: 312px;
	width: 310px;
	float: left;
	border: 0px solid blue;
}
 ul#galleryImageList {
 	float: left;
	width: 173px;
	height: 420px;
	overflow: auto;
	border: 0px solid blue;
}
	#galleryImageList li {
		list-style: none;
		display: inline;
	}
	#galleryImageList img {
		border: 1px solid #9FA5AC;    /* grey */
	}

#imgDetails #nextPrevious ul {
	margin-top: 2px;
	margin-left: 2px;
	background: none;    /*  keeps odd white bg from appearing  - Firefox, ?  */
}
	#nextPrevious {
		padding: 2px 0px 5px 0px;
	}
		#nextPrevious li a:link, 
		#nextPrevious li a:visited {
			margin: 0px;
			color: black;
			padding: 0 4px 2px;
			background: #DDAC47;    /*  orange  */;
			background: #E6BD7A;    /* light orange  */
			border: 1px solid #7E1E3F;  /* marroon  */
			border: 1px solid #666;
		}
		#nextPrevious li a:hover{
			color: #FFFFFF;
			background: #CD9C20;
		}
		#nextPrevious li a.current{
			color: #fff;
			background: #CD9C20;
		}

		#nextPrevious ul li,
		#imgDetails #nextPrevious ul li{
			list-style: none;
			display: inline;
			margin-right: 15px;
		}

