#gallery {
	/*clear: both;
	width: 500px;
	height		: 503px;*/
	/*float: left;*/
	position	: relative;
	width		: 355px;
}

	#gallery ul li {
		/*display: none;*/
		position	: absolute;
		top			: 0px;
		left		: 0px;
		/*width		: 340px;
		height		: 497px;
		border: 8px solid #2b2422;
		margin-bottom: 10px;*/
	}
	
	#gallery ul li.first img, #gallery ul li.current img{
		display: block;
	}

	#gallery ul li img {
		/*width: 484px;*/
		/*border: 8px solid #2b2422;*/
		display: none;
	}
	
	
	#gallerynav {
		background		: url(../images/gallerynav2.gif) no-repeat 0 -56px;
		height			: 28px;
		margin			: 0 auto;
		margin-bottom	: 1em;
		width			: 62px;
		/*padding			: 0 41.4%;*/
	}
	
		#gallerynav a {
			cursor		: default;
			height		: 28px;
			width		: 30px;
			display		: block !important;
			float		: left;
			text-indent	: -9999px;
		}
		
		a#gallerynav_prev.active {
			background	: url(../images/gallerynav2.gif) no-repeat 0 0;
			cursor		: pointer;
		}
		a#gallerynav_prev.active:hover {
			background	: url(../images/gallerynav2.gif) no-repeat 0 -28px !important;
			cursor		: pointer;
		}
		
		a#gallerynav_prev.inactive {
			background	: url(../images/gallerynav2.gif) no-repeat 0 -56px;
		}
		a#gallerynav_prev.inactive:hover {
			background	: url(../images/gallerynav2.gif) no-repeat 0 -56px !important;
		}
		
		a#gallerynav_next.active {
			background	: url(../images/gallerynav2.gif) no-repeat -30px 0;
			cursor		: pointer;
		}
		a#gallerynav_next.active:hover {
			background	: url(../images/gallerynav2.gif) no-repeat -30px -28px !important;
			cursor		: pointer;
		}
		
		a#gallerynav_next.inactive {
			background	: url(../images/gallerynav2.gif) no-repeat -30px -56px;
		}
		a#gallerynav_next.inactive:hover {
			background	: url(../images/gallerynav2.gif) no-repeat -30px -56px !important;
		}




