
/* ----- Text ----- */

#body .wide {
	padding: 20px 200px 10px 0px;
	clear: both;
}
	#body .wide .wideleft {
	width: 130px;
	}
	#body .wide .wideright {
	width: 420px;
	}

#body h3 {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 1.3em;
}
#body h4 {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
#body p {
	margin-top: 0px;
}

/* ----- Gallery ----- */

#gallery {
	display: block;
	width: 565px; /* 565 */
	height: 365px; /* 343 + 17 + 5 */
	margin-bottom: 5px;
	overflow: hidden;
}
#gallery .thumbs {
	display: block;
	width: 134px;
	height: 343px;
	overflow: hidden;
}
#gallery .item {
	display: block;
	width: 133px;
	height: 82px;
	margin: 0px 0px 4px 0px;
	background-color: #6D5E4E;
	text-align: center;
}
	#gallery .item img {
		width: 132px;
		height: 82px;
		border: 1px solid #383028;
	}
		#gallery .item img.on {
			border: 1px solid #ffa400;
		}
#gallery .slide {
	display: block;
	width: 428px;
	height: 343px;
	margin: 0px 0px 0px 3px;
	overflow: hidden;
	background-color: #6D5E4E;
	text-align: center;
}
	#gallery .slide img {
		width: 428px;
		height: 343px;
		filter: progid:DXImageTransform.Microsoft.Fade(Duration=.5);
	}

#gallery #buttons {
	height: 17px;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	margin-top: 5px;
}
	#gallery #button_up {
		float: left;
		width: 63px;
		height: 17px;
		border-right: 5px solid #383028;
		text-align: center;
	}
		#gallery #button_up a {
	display: block;
	width: 63px;
	height: 17px;
	background-image: url(/img/but1_up0.gif);
		}
		#gallery #button_up a:hover {
	background-image: url(/img/but1_up1.gif);
		}
	#gallery #button_dn {
		float: left;
		width: 64px;
		height: 17px;
		border-right: 5px solid #383028;
		text-align: center;
	}
		#gallery #button_dn a {
	display: block;
	width: 64px;
	height: 17px;
	background-image: url(/img/but1_dn0.gif);
		}
		#gallery #button_dn a:hover {
	background-image: url(/img/but1_dn1.gif);
		}

	#gallery #button_ct {
	float: right;
	width: 428px;
	height: 17px;
	text-align: right;
	}

		#gallery #button_up a span,
		#gallery #button_dn a span,
		#gallery #button_ct a span {
			display: none;
		}

