#tn_container {
	position: relative;
	margin: 0 auto;
	width: 719px;
	height: 110px;
	border: 1px solid #f7931e;
	overflow: hidden;
	background-color: #000;
}

#tn {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 720px;
}

.tn_pic_h {
	float: left;
	width: 92px;
	height: 92px;
	margin: 9px 0 9px 9px;
	display: inline; /* Double Float Margin bug - need for IE6. */
}

.tn_pic_h img {
	border: 1px solid #707FB3;
	margin-top: 10px;
}

.tn_pic_v {
	float: left;
	width: 92px;
	height: 92px;
	margin: 9px 0 9px 9px;
	display: inline; /* Double Float Margin bug - need for IE6. */
}

.tn_pic_v img {
	border: 1px solid #707FB3;
	margin-left: 10px;
}

#gallery_nav {
	margin: 0 auto;
	width: 719px;
	text-align: right;
	height: 20px;
	margin-top: 1px;
}

#frame {
	margin: 0 auto;
	width: 664px;
	height: 420px;
}

#frame_picture {
	float: left;
	background-color: #000;
	height: 420px;
	width: 420px;
	border: 1px solid #f7931e;
}

#frame_text {
	position: absolute;
	top: 505px;
	left: 510px;
	font-size: 1.4em;
	color: #354765;
	padding: 15px 15px 15px 15px;
	width: 176px;
	height: 200px;
	background-image: url('../images/description_background.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
}

.picture_vert img {
	margin: 10px 50px;
	border: 1px solid #707FB3;
}

.picture_horiz img {
	margin: 50px 10px;
	border: 1px solid #707FB3;
}

#hoverDiv {
	display: none;
	position: absolute;
	padding: 2px 5px;
	top: 0px;
	left: 0px;
	border: solid 1px #003d58;
	background-color: #f7931e;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	width: 188px;
	text-align: left;
	z-index: 100;
}

.r_arrow {
	float: right;
}

#row {
	float: right;
	background-image: url('../images/gallery_middle-numbers.gif');
	background-repeat: repeat-x;
	color: #fff;
	height: 21px;
	font-weight: bold;
	padding-top: 1px;
}

.l_arrow {
	float: right;
}