div#dh_gallery {
	background-color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    position: fixed;
    padding: 10px 50px;
    margin: 0px;
    overflow: hidden;
    z-index: 10000;
}

* html div#dh_gallery {
    position: absolute;
}

img#dh_img {
    display: block;
}

small {
    color: #000000;
    display: block;
    font-size: 11px;
    margin-top: 5px;
    text-align: center;
}

div#dh_gall_over {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

div#dh_gall_close {
    text-align: right;
    padding: 5px;
}

div#dh_gall_navigation {
    display: block;
    padding: 5px;
    margin: 0px;
    text-align: right;
}

div#dh_gallery img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

img#dh_gall_left_arrow {
    float: left;
}

* html div#dh_gall_over {
    width: 102%;
    position: absolute;
}

