#overlay {
		background: #000;
		opacity: 0.9;
		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%;
		width: 310px;
		height: 350px;
		background: #FFF;
		z-index: 110;
		display: none;
}

#gallery_prev, #gallery_next, #gallery_close{
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 120;
    width: 60px;
    text-align: center;
    font-size: 20px;
    font-weight:bold;
    padding: 0px 4px;
}

#gallery_prev_up, #gallery_next_up, #gallery_close_up{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 120;
    width: 60px;
    text-align: center;
    font-size: 20px;
    font-weight:bold;
    padding: 0px 4px;
}

#gallery_prev, #gallery_prev_up {
    left: 0px;
}

#gallery_close {
    left: 45%;
    font-size: 15px;
    bottom: 1px;
}

#gallery_close_up {
    left: 45%;
    font-size: 15px;
    top: 3px;
}

#gallery_prev a, #gallery_next a, #gallery_close a, #gallery_prev_up a, #gallery_next_up a, #gallery_close_up a{
    color: #000;
    text-decoration: none;
}

#gallery_title {
    position: absolute;
    bottom: 0px;
    left: 5px;
    width: 100%;
    font-size: 20px;
    text-align: center;
}

#gallery_title_up {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 100%;
    font-size: 20px;
    text-align: center;
}

#gallery img {
		position: absolute;
		top: 25px;
		left: 5px;
		width: 300px;
		height: 200px;
		border: 0px;
		z-index: 115;
}

#gallery.tall {
		width: 430px;
		height: 590px;
}

#gallery.tall img {
		width: 420px;
		height: 560px;
}
