#overlay {
    background: #d0d8ea;
    opacity: 0.5;
		display: none;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 100;
		cursor: pointer;
		cursor: hand;
}

#gallery {
		position: absolute;
		top: 13%;
		left: 13%;
		background: #ffcc00;
		z-index: 110;
		display: none;
}

#gallery_prev, #gallery_next {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 120;
    width: 60px;
    text-align: center;
    font-size: 12px;
    padding: 4px;
}

#gallery_prev {
    left: 0px;
}

#gallery_prev a, #gallery_next a {
    color: #d0d8ea;
    text-decoration: none;
}

#gallery_title {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 100%;
    font-size: 16px;
    text-align: center;
}

#gallery_image {
    position: relative;
    border: 0px;
    z-index: 115;
    padding: 5px 5px 25px 5px;
}

#gallery img {
    position: relative;
    border: 0px;
    z-index: 115;
}

#thumbnails img {
    border: 1px solid #ffcc00;
}

