.content{
	background-image:url(../img/bg-gallery.png);
	background-repeat:no-repeat;
	width:899px;
	height:377px;
	padding-bottom:21px;
}
#lightviewContent{
	overflow:hidden;
}
div.lv_External{
	overflow:hidden;
}
div.lv_External iframe{
	overflow:hidden;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.gallery-img{
	width:482px;
	height:377px;
	float:left;
	padding-top:18px;
	padding-left:4px;
}
.gallery-img .image{
	position:relative;
	z-index:100;
	float:left;
	padding-left:2px;
	margin:6px;
}
.gallery-img .img-frame{
	position:absolute;
	z-index:200;
	top:0px;
	left:2px; /* IE */
	float:left;
	background-image:url(../img/img-frame.png);
	background-repeat:no-repeat;
	width:459px;
	height:299px;
}
.gallery-img .txt{
	position:absolute;
	z-index:300;
	top:300px;
	left:8px;
	float:left;
	font-weight:bold;
	padding-top:4px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.gallery-menu{
	width:400px;
	height:40px;
	float:left;
	padding-left:12px;
	padding-top:20px;
}
.gallery-menu a{
	display:block;
	height:23px;
	text-decoration:none;
	outline:none;
	text-transform:uppercase;
	color:#493a1b;
	font-weight:bold;
	font-size:14px;
}
.gallery-menu .bg-l{
	display:block;
	padding-top:4px;
	padding-left:9px;
}
.gallery-menu a.active span.bg-l{
	display:block;
	float:left;
	height:23px;
	padding-left:9px;
	color:#0186CB;
	background-image:url(../img/footernav_btn_l.png);
	background-repeat:no-repeat;
}
.gallery-menu a.active span.bg-r{
	background-image:url(../img/footernav_btn_r.png);
	background-repeat:no-repeat;
	display:block;
	height:23px;
	width:9px;
	float:left;
}
.gallery-menu ul{
	display:block;
}
.gallery-menu li{
	display:block;
	float:left;
	padding-right:10px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.gallery-thumbs{
	width:404px;
	height:317px;
	float:left;
	padding-left:6px;
}
.gallery-thumbs .thumb{
	position:relative;
	z-index:100;
	float:left;
	padding-left:2px;
	margin:6px;
}
.gallery-thumbs .thumb a{
	display:block;
	position:absolute;
	top:0px;
	left:2px; /* IE */
	float:left;
	z-index:200;
	background-image:url(../img/thumb-frame.png);
	background-repeat:no-repeat;
	width:119px;
	height:78px;
}
.gallery-thumbs .thumb a:hover{
	background-image:url(../img/thumb-frame-hover.png);
	background-repeat:no-repeat;
	width:119px;
	height:78px;
}
