/* GALLERY CSS */

#gallery {
	position: absolute;
	width: 595px;
	height: 120px;
	
	top: 435px;
	left: 50%;
	margin-left: -165px;
	overflow: hidden;
}

#gallery div {
	position:absolute;
}

#gallery img {
	border: none;
}

.galleryText, .galleryText a {
	color: #000000;
	text-align:center;
	text-decoration:none;
	font-weight: normal;
}
.galleryText a:hover {
	text-decoration:underline;
}

#gallery_control {
	position: absolute;
	width: 450px;
	height: 25px;

	top: 550px;
	left: 50%;
	margin-left: -440px;
}
#gallery_control #gallery_left_right {
	display: inline;
	margin-left: 10px;
}

.pic_odd {
	margin-left: 0px;
}
.pic_even {
	margin-left: 0px;
}
.text_odd, .text_even, .text_odd a, .text_even a {
	width: 120px;
	color: #848484;
}
.text_odd, .text_even {
}

