div#gallery_box a img {
	border: none;
}

div#gallery_box {
    color: Black;
	padding: 0;
	margin: 0;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	text-align: center;
	background-image: url(img/gallery_background.png);
}
* html div#gallery_box {
	background-color: Black;
	background-image: url(img/blank.gif);
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/gallery_background.png", sizingMethod="scale");
}

div#gallery_box div#picture_frame {
	background-color: #F0B118 ;
	padding: 20px 5px 0px 3px;
	position: relative;
	margin: 0 auto;
}
* html div#gallery_box div#picture_frame {
}

div#gallery_box a#previous,
div#gallery_box a#next {
	display: block;
	width: 49%;
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

div#gallery_box a#previous {
	float: left;
	text-align: left;
}

div#gallery_box a#next {
	float: right;
	text-align: right;
}

div#gallery_box div#picture_frame img {
    cursor: pointer;
    border: 1px solid Black;
}

div#gallery_box h2#title {
	margin-top: 10px;
}

div#gallery_box p#description {
}

div#gallery_box a#close_button {
	text-decoration: none;
	display: block;
	position: absolute;
	top: 2px;
	right: 5px;
	font-weight: bold;
	color: Black;
}
* html div#gallery_box a#previous,
* html div#gallery_box a#next,
* html div#gallery_box a#close_button {
	height: 1%;
}
