@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
body {
	background-color:#fff;
	font-family:'Nanum Ghthic', sans-serif;
}
.gal-topbar {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:50px;
	z-index:800;
}
.topbarwrap {
	position:relative;
	height:50px;
	background-color:#f5f5f5;
	border-bottom:1px #ccc solid;
}
.topbarwrap .logo {
	position:absolute;
	left:5px;
	top:5px;
}
.topbarwrap .logo img {
	height:20px;
	width:auto;
	    padding-top: 9px;
}
.topbarwrap .title {
	text-align:center;
	color:#000;
	font-size:22px;
	font-weight:bold;
	padding-top:10px;
}
.topbarwrap .buttons {
	position:absolute;
	top:12px;
	right:10px;
}
.topbarwrap .buttons img {
	margin:0 5px;
	cursor:pointer;
}

.sharebox {
	position:absolute;
	right:5px;
	top:50px;
	padding:8px 15px;
	background-color:#fff;
	border:1px #ccc solid;
	border-radius:0 0 15px 15px;
	display:none;
}
.sharebox img {
	width:30px;
	height:auto;
	margin:0 5px;
	cursor:pointer;
}


.gal-foot {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:100px;
}


.gal-foot .footwrap {
	position:relative;
}
.gal-info {
	height:29px;
	border-top:1px #eee solid;
	font-size:16px;
	background-color:#fff;
	color:#000;
	text-align:center;
	line-height: 166%;
}


.gal-thumbs {
	position:relative;
	height:70px;
	background-color:#eee;
	z-index:999;
}
.gal-thumbs .btnwrap-prev {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:30px;
	border-right:1px #ccc solid;
	background:url(../images/gallery/btn-thumbleft.png) no-repeat 50% 50%;
	opacity:.5;
	filter:alpha(opacity=50);
}
.gal-thumbs .btnwrap-next {
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:30px;
	border-left:1px #ccc solid;
	background:url(../images/gallery/btn-thumbright.png) no-repeat 50% 50%;
	opacity:.5;
	filter:alpha(opacity=50);
}
.gal-thumbs .btnwrap-prev:hover,
.gal-thumbs .btnwrap-next:hover {
	opacity:1;
	filter:alpha(opacity=100);
	cursor:pointer;
}

.gal-thumbs .thumblist {
	position:absolute;
	top:5px;
	left:35px;
	height:65px;
	overflow:hidden;
}
.gal-thumbs .slidewrap {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	
}
.gal-thumbs .slidewrap ul {
	margin:0;
	padding:0;
	list-style:none;
}
.gal-thumbs .slidewrap li {
	position:relative;
	width:58px;
	height:58px;
	border:1px #777 solid;
    border-radius: 100%;
	margin-right:5px;
	opacity:.5;
	filter:alpha(opacity=50);
	float:left;
	overflow:hidden;
}
.gal-thumbs .slidewrap li:hover,
.gal-thumbs .slidewrap li.active {
	border-color:#f40;
	opacity:1;
	filter:alpha(opacity=100);
	cursor:pointer;
}
.gal-thumbs .slidewrap .thumbwrap {
	position:absolute;
}




.gal-slidewrap {
	position:fixed;
	left:0;
	width:100%;
}
.gal-slidewrap .imgwrap {
	position:absolute;
	width:100%;
	overflow:hidden;
}
.gal-slidewrap .imgwrap .slide {
	position:absolute;
	display:table;
	border-spacing:0;
	width:100%;
}
.gal-slidewrap .imgwrap .slide .slidecell {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.gal-slidewrap .imgwrap .slide img {
	
}

.directnav {
	position:absolute;
	z-index:200;
	opacity:.1;
	filter:alpha(opacity=10);
}
.directnav.prev {
	left:0;
	top:0;
	width:100px;
	height:100%;
	background:url(../images/gallery/btn-prev.png) no-repeat 50% 50%;
}
.directnav.next {
	right:0;
	top:0;
	width:100px;
	height:100%;
	background:url(../images/gallery/btn-next.png) no-repeat 50% 50%;
}
.directnav:hover {
	opacity:1;
	filter:alpha(opacity=100);
	cursor:pointer;
}