form {
	margin: 0px;
	padding: 0px;
}

/* the ajax container */
#gallery_container {
	width: 100%;
	position: relative;
}

/* preview image */
.image_view {
	
}

/* title of the gallery */
div.gallery_title {
	margin-top: 8px;
	padding-left: 8px;
	text-align: left;
}

/* the table containing the actual gallery content */
.gallery_table {
	margin-top: 4px;
}

/* the table column for the thumbnails */
.image_thumbs {
	width: 120px;
}

.image_thumbs td {
	padding: 2px;
}

.image_thumbs img {
	cursor: pointer;
	border: 1px solid #cecece;
}

/* next and previous text */
.gallery_controls {	
	padding-right: 4px;
	padding-top: 6px;
	cursor: hand;
	background-color: #cecece;
}

/* intial gallery message */
.prev_message {
	font-weight: bold;
}

/* close x */
.gallery_close {
	float: right;
	cursor: pointer;
	margin-right: 8px;
}
