/* COLORS 
	light brown grey: #e7e3da
	medium brow grey: #C0D6A4
	dark brown: #49402e
	light green: #edf2eb
	medium blue: #017bbe
*/


/* IMAGE BAR */


#image_bar {
	width: 100%;
	border-bottom: 5px solid #C0D6A4;
	text-align: center;
}

#image_bar img{
	margin: 0px auto;
	width: 1500px;
	height: 375px;
	display: block;
}

#image_bar #slideshow {
	position: relative;
	margin: 0px auto;
	width: 478px;
	height: 205px;
}

#image_bar #slideshow .slide {
	position: absolute;
	top: 0;
	left: 0;
}

/* IMAGE SELECT BAR */
#image_select_bar {
	width: 100%;
	text-align: center;
}

#image_select_bar table {
	margin: 10px auto 0px auto;
}

#image_select_bar #thumbnails table td {
	width: 80px;
	height: 59px;
}

#image_select_bar #thumbnails table img {
	width: 75px;
	height: 56px;
}

#image_select_bar #thumbnails td a {
	display: block;
}

#image_title_bar{
	width: 500;
	background-color: #E5E7C7;
	text-align: center;
	border-bottom: 5px solid #C0D6A4;
}

#image_title_bar1{
	width: 500;
	background-color: #FAEED6;
	text-align: center;
	border-bottom: 5px solid #FAEED6;
}