#gallery-menu 
{
	position: relative;
	margin-top: 64px;
	margin-left: 290px;
	width: 295px;
	z-index: 1;
}

#gallery-listings 
{
	position: relative;
	margin-top: 28px;
	margin-left: 22px;
	overflow: auto;
	height: 385px;
	width: 570px;
	z-index: 1;
}

.gallery-thumbnail 
{
	max-width: 140px;
	max-height: 100px;
	width: expression(this.width > 140 && this.width / this.height > 14/10 ? "140px" : true);
	height: expression(this.height > 100 && this.height / this.width > 10/14 ? "100px" : true);
}

#gallery-title
{
	position: relative;
	margin-top: 65px;
	margin-left: 20px;
}

#gallery-return
{
	position: relative;
	margin-top: 15px;
	margin-left: 420px;
}

#picture-area
{
    position: relative;
    top: 2px;
    margin-left: 25px;
    z-index: 2;
    width: 530px;
    height: 340px;
}

#picture-frame
{
    position: relative;
    z-index: 2;
}


#picture-box
{
    position: absolute;
    top: 26px;
    left: 50px;
    z-index: 1;
}

#picture
{
    max-width: 425px;
    max-height: 285px;
    width: expression(this.width > 432 && this.width/this.height > 432/288 ? "432px" : true);
    height: expression(this.height > 288 && this.height/this.width > 288/432 ? "288px" : true);
}


#picture-caption
{
    position: relative;
    margin-top: -10px;
    margin-left: 65px;
    z-index: 2;
}

#video-area
{
    position: relative;
    top: 30px;
    margin-left: 80px;
    z-index: 2;
}
