#header h1 {
	visibility: hidden;
}

#info {
	position: relative;
	width: 275px;
	background-color: #2c2c26;
	z-index: 10;
}
#info #gradient {
	position: absolute;
	left: 135px;
	height: 380px;
}
#main_frames {
	position: absolute;
	top: 0px;
	left: 275px;
	width: 685px;
	right: 0px;
	text-align: right;
}
#main_frames .frame {
/*	width: 685px; */
	height: 390px;
	overflow: hidden;
}
#main_frames .frame img {
}
#sidebar_frames .frame {
	height: 390px;
	position: relative;
}
#sidebar_frames {
	position: absolute;
}

#sidebar_frame_1, #sidebar_frame_2 {
	margin-left: 15px;
	width: 400px;
}
#sidebar_frame_3 img {
	margin-left: 20px;
	margin-top: 20px;
}
#lions {
	position: relative;
}
#facade {
	position: relative;
	/* top: -391px; */
}
#interior {
	position: relative;
}
#frame_links {
	background-color: black;
	border: 5px solid black;
	border-top: 0px;
	float: left;
	height: 20px;
	overflow: hidden;
}
#frame_links a {
	float: left;
	color: white;

}
#frame_links a.play_pause {
	padding: 10px;
	line-height:  0px;
	width: 40px;
	text-align: center;
}
#frame_links a.frame {
	float: left;
	color: white;
	font-size: 14px;
	padding: 10px 0px 0px 6px;
	line-height: 0px;
	/* border: 1px solid #333; */
	margin: 0px 2px;
	width: 14px;
	height: 10px;
	background: url(../images/frame_circle.png) no-repeat;
}