form {
	margin: 0px;
	padding: 0px;
}

/* the ajax container */
#gallery_container {
	width: 620px;
	position: absolute;
	top: 165px;
	left: 254px;
	background-color: #e8e8df;
	border: 2px solid #cecece;
}

/* preview image */
.image_view {

}

/* title of the gallery */
div.gallery_title {
	margin-top: 5px;
	text-align: left;
	margin-left: 10px;
}

/* the table containing the actual gallery content */
.gallery_table {
	margin-top: 4px;
	width: 580px;
}

/* the table column for the thumbnails */
.image_thumbs {
	width: 140px;
	background-color: #e8e8df;
}

.image_thumbs td {
	padding: 3px;
}

.image_thumbs img {
	cursor: pointer;
}

/* next and previous text */
.gallery_controls {	
	text-align: left;
	padding-left: 100px;
	padding-top: 12px;
	cursor: hand;
	background-color: #e8e8df;
}

/* intial gallery message */
.prev_message {
	font-weight: bold;
	font-size: 14px;
}

/* close x */
.gallery_close {
	float: right;
	cursor: pointer;
	margin-right: 8px;
}
