
#modal_gallery {
	display: none;
	background: white;
	width: 860px;
	height: 650px;
	padding: 0px;
	cursor: default;
}

#modal_gallery_description_wrapper {
	width: 834;
	margin: 0px;
	float: left;
	border-bottom: 1px solid #e8e8e8;
	padding-top: 5px;
	background: transparent none;
}

#modal_gallery_description {
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	color: #c6c6c6;
	padding: 0px 0px 0px 26px;
	margin: 0px;
	height: 19px;
}

#modal_gallery_close {
	display: block;
	width: 26px;
	height: 25px;
	background: transparent url('../images/close.gif') no-repeat scroll top left;
	float: left;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}

#modal_gallery_close:hover {
	background-image: url('../images/close.hover.gif');
}

#modal_gallery_show_previous {
	display: block;
	width: 25px;
	height: 86px;
	padding: 0px;
	margin: 242px 5px 0px 0px;
	background: transparent url('../images/previous.gif') no-repeat scroll top left;
	float: left;
	cursor: pointer;
}

#modal_gallery_show_previous.disabled {
	background-image: url('../images/previous.disabled.gif');
}

#modal_gallery_show_previous:hover {
	background-image: url('../images/previous.hover.gif');
}

#modal_gallery_show_previous.disabled:hover {
	background-image: url('../images/previous.disabled.gif');
}

#modal_gallery_image_wrapper {
	display: block;
	width: 800px;
	height: 600px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: transparent none;
}

#modal_gallery_image_wrapper td {
	width: 800px;
	height: 600px;
	padding: 0px;
	margin: 0px;
	background: transparent none;
}

#modal_gallery_image {
	border: none;
}

#modal_gallery_show_next {
	display: block;
	width: 25px;
	height: 86px;
	padding: 0px;
	margin: 242px 0px 0px 5px;
	background: transparent url('../images/next.gif') no-repeat scroll top left;
	float: left;
	cursor: pointer;
}

#modal_gallery_show_next.disabled {
	background-image: url('../images/next.disabled.gif');
}

#modal_gallery_show_next:hover {
	background-image: url('../images/next.hover.gif');
}

#modal_gallery_show_next.disabled:hover {
	background-image: url('../images/next.disabled.gif');
}

#modal_gallery_name {
	width: 860px;
	float: left;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	color: #959595;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	background: transparent none;
	border-top: 1px solid #e8e8e8;
}

#modal_gallery_name em {
	color: #e31781;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

#simplemodal-overlay {
	background-color: black;
}

#simplemodal-container {
	cursor: wait;
}

