
/* ----- classes */
.image_border {
	border: 1px solid #66c6e5;
}

/* ------------- sidebar */
#sidebar {
	position : relative;
	width: 200px;
	float:right;
}

/* ----- photo gallery */
#photo_gallery {
	position : relative;
	margin: 0 auto;
	width : 186px;
	height: 122px;
	background: url(../img/siteimages/photo_gallery_bkg.jpg) no-repeat;
}
#select_gallery {
	position : absolute; 
	width : 160px;
	height : 30px;
	margin : 0 auto; 
	top : 86px;
	left: 18px; 
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #3e92ad;
	padding: 1px;
	width: 150px; 
}
/* ----- thumbnails */
#thumbnails {
	position : relative;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 8px;
	overflow: auto;
	width: 188px;
	height: 300px;
}
#thumbnails img {
	margin: 2px;
	align : center;
}
/* ----- sample image */
.sample_image {
	position:relative;
	margin: 15px 0 8px 15px;
}
.sample_description {
	position:relative;
	width: 560px;
	margin: 0 0 15px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #6f6f6f;
}