/* ========== scImgMgr structural CSS ========== */

/* ---------- gallery ---------- */
div.galFra{
	position: relative;
}
span.galPv{
	float: left;
	display: block;
	text-align: center;
	padding: 5px;
}
a.galPvLnk {
	display:block;
	text-align: center;
	vertical-align:middle;
	width: 122px;
	height: 82px;
	text-decoration: none;
	overflow: hidden;
}
a.galPvLnk:hover {
	text-decoration: none;
}
div.galClr{
	clear: both;
}
div.scImgGalOver{
	position: absolute;
	top:0px;
	left:0px;
	z-index:2000;
	width:100%;
	height:100%;
}
div.scImgGalFra{
	position: fixed;
	top:50%;
	left:50%;
	z-index:2001;
	width:720px;
	height:550px;
	margin: -275px 0px 0px -360px;
	text-align: center;
}
div.scImgGalCo{
	position: absolute;
	width:700px;
	height:500px;
	top:10px;
	left:10px;
}
div.scImgGalImgFra{
	position: absolute;
	width:700px;
	height:500px;
	top:0px;
	left:0px;
	overflow:hidden;
}
div.scImgGalTbr{
	position: absolute;
	width:720px;
	bottom:0px;
	left:0px;
	height: 40px;
}
div.scImgGalTbr span.scImgGalCount{
	display:inline;
	bottom:3px;
	right: 50px;
}

/* ---------- zoom ---------- */
div.scImgZmOver{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2000;
	width:100%;
	height:100%;
}
div.scImgZmFra{
	position:fixed;
	top:5%;
	left:5%;
	z-index:2001;
	width:90%;
	height:90%;
	overflow: hidden;
}
div.scImgZmCo{
	position:absolute;
	width:100%;
	height:100%;
	text-align: center;
	overflow: hidden;
}
div.scImgZmCo div{
	z-index: 2002;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	border:0px;
}
div.scImgZmCo iframe{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	border:0px;
}

/* ---------- animation ---------- */

