#gallery_index table, #gallery_gallery_container, #gallery_image_container {
	margin-left: -7px;
}

#gallery_index td {
	padding: 0px;
}

#gallery_index a, #gallery_gallery a, #gallery_edit_highlight_container a {
	float: left;
	width: 124px;
	height: 124px;
	margin: 6px;
	padding: 12px;
	border: 2px solid #cccccc;
	background: #f0f0f0;
	text-align: center;
	-moz-border-radius: 5px;
}

#gallery_index a:hover, #gallery_gallery a:hover, #gallery_edit_highlight_container a:hover {
	border: 2px solid #80a7b4;
	background: #d0eaf0;
	text-decoration: none;
}

#gallery_index h3 a, #gallery_index p a {
	float: none;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: none;
	background: transparent;
	text-align: left;
	-moz-border-radius: 0px;
}

#gallery_index h3 a:hover, #gallery_index p a:hover {
	border: none;
	background: transparent;
}

#gallery_image_container {
	width: 480px;
	margin: 6px 6px 15px 6px;
	padding: 12px;
	border: 2px solid #cccccc;
	background: #f0f0f0;
	text-align: center;
	-moz-border-radius: 5px;
}

#gallery_image_container img {
	margin-bottom: 6px;
}

#gallery_image_container .button img {
	margin-bottom: 0px;
}

#gallery_prev a, #gallery_next a, #gallery_prev_disabled, #gallery_next_disabled, .gallery_related_image a, .gallery_related_gallery a {
	float: left;
	width: 60px;
	height: 75px;
	margin: 0px 5px 15px 0px;
	padding: 5px;
	border: 1px solid #cccccc;
	background: #f0f0f0;
	text-align: center;
	-moz-border-radius: 5px;
	font-size: 0.9em;
	overflow: hidden;
}

#gallery_prev a:hover, #gallery_next a:hover, .gallery_related_image a:hover, .gallery_related_gallery a:hover {
	border: 1px solid #80a7b4;
	background: #d0eaf0;
	text-decoration: none;
}

#gallery_prev_disabled, #gallery_next_disabled {
	color: #cccccc;
}

#gallery_edit_gallery table, #gallery_edit_image table {
	width: 95%;
}

#gallery_edit_gallery td, #gallery_edit_image td {
	vertical-align: top;
}

#gallery_edit_highlight_container {
	margin-left: -4px;
}

#gallery_edit_highlight_container a {
	margin-top: 0px;
	margin-bottom: 2px;
}

#gallery_slideshow_loading {
	float: right;
}

#gallery_slideshow_link {
	margin: 12px 0px 0px 0px;
	border-bottom: 1px solid #ffffff; /* XXX: HACK HACK HACK*/
}
