form {
	margin: 0px;
	padding: 0px;
}

/* the ajax container */
#gallery_container {
	width: 450px;
	/*position: absolute;*/
	/*top: 140px;
	left: 54;*/
	/*background-color: #282723;
	border: 5px solid #ffffff;*/
}

/* preview image */
.image_view {

}

.image_view img {
	/*border: 5px solid #ffffff;
	border-bottom: 34px solid #ffffff;*/
}

/* title of the gallery */
div.gallery_title {
	/*height: 25px;*/
	text-align: left;
}

/* the table containing the actual gallery content */
.gallery_table {
	margin-top: 14px;
	padding-bottom: 10px;
}

/* the table column for the thumbnails */
.image_thumbs {
	width: 80px;
	padding: 8px;
	/*background-color: #000000;*/
}

.image_thumbs td {
	padding: 6px;
}

.image_thumbs img {
	cursor: pointer;
	border: 1px solid #a1aab1;
}

/* next and previous text */
.gallery_controls {	
	/*padding-right: 4px;
	padding-top: 6px;
	float: center;
	cursor: hand;
	background-color: #000000;*/
}

/* intial gallery message */
.prev_message {
	font-weight: bold;
}

/* close x */
.gallery_close {
	/*background-color: #ffffff;*/
	font-size: 20px;
	font-weight: bold;
	color: #403F7D;
	float: right;
	cursor: pointer;
	margin-right: 8px;
}
