.photonav .photo {
	clear: both;
	overflow: hidden;
}

.photonav .photo .fixed img {
	display: block;
	border: 0px;
}

.photonav .photo .fixed a {
	display: block;
}

.photonav .photo .fixed {
	overflow: invisible;
	background-position: top left;
	float: left;
	
}

.photonav .photo {
	border: 1px solid gray;
	width: 300px;
}


.photonav .photo .opt1 {
	height: 300px;

	
}

#button1 {
	position: absolute;
	width: 70px;
	height: 70px;
	background:url(/no-image.jpg);
	
	z-index: 1;
	margin-top: 70px;
	left: 50%;
	margin-left: 167px;
	text-decoration: none;
	
}
#button2 {
	position: absolute;
	width: 70px;
	height: 70px;
	background:url(/no-image.jpg);
	
	z-index: 1;
	margin-top: 275px;
	left: 50%;
	margin-left: 167px;
	text-decoration: none;
	border: none;
	outline: none;
}
#button3 {
	
	position: absolute;
	width: 50px;
	height: 50px;
	background:url(/no-image.jpg);
	
	z-index: 1;
	margin-top: 1680px;
	left: 50%;
	margin-left: -42px;
	text-decoration: none;

}
#button4 {
	
	position: absolute;
	width: 50px;
	height: 50px;
	background:url(/no-image.jpg);
	
	z-index: 1;
	margin-top: 1480px;
	left: 50%;
	margin-left: 40px;
	text-decoration: none;
}
#button5 {
	
	position: absolute;
	width: 50px;
	height: 50px;
	background:url(/no-image.jpg);
	
	z-index: 1;
	margin-top: 1680px;
	left: 50%;
	margin-left: 166px;
	text-decoration: none;
}
#button6 {

	position: absolute;
	width: 50px;
	height: 50px;
	background:url(/no-image.jpg);
	
	z-index: 1;
	margin-top: 1480px;
	left: 50%;
	margin-left: 155px;
	text-decoration: none;
	
}
a.button1:hover {
	background-image: url(../images/btn1_hover.jpg);
}

a.button2 {
	margin-top: -90px;
	margin-left: 286px;
	width: 240px;
	height: 90px;
	background-image: url(../images/btn2.jpg);
}

a.button2:hover {
	background-image: url(../images/btn2_hover.jpg);
}

a.button3 {
	margin-top: -90px;
	margin-left: 526px;
	width: 169px;
	height: 90px;
	background-image: url(../images/btn3.jpg);
}

a.button3:hover {
	background-image: url(../images/btn3_hover.jpg);
}

a.button4 {
	margin-top: -90px;
	margin-left: 694px;
	width: 221px;
	height: 90px;
	background-image: url(../images/btn4.jpg);
}

a.button4:hover {
	background-image: url(../images/btn4_hover.jpg);
}

a.button5 {
	margin-top: -90px;
	margin-left: 914px;
	width: 336px;
	height: 90px;
	background-image: url(../images/btn5.jpg);
}

a.button5:hover {
	background-image: url(../images/btn5_hover.jpg);
}
#box {
	border: 1px solid #999;
	width: 300px;
	height: 300px;
	position: absolute;
	background-color: white;
	padding: 20px;
	z-index: 2;
}

