.rg-image-wrapper{  /*전체사이즈*/
	height:560px; 
}
.rg-image-nav a { /*좌우버튼*/
	position:absolute;
	width:31px;
	height:86px;
	text-indent:-9999px;
	border:1px solid #e1e1e1;
	cursor:pointer;
	bottom:2px;
}
.rg-image-nav a.rg-image-nav-prev { left:0; background:#fff url(/en/img/sub/icon_prev.gif) no-repeat center center; }
.rg-image-nav a.rg-image-nav-next { right:0; background:#fff  url(/en/img/sub/icon_next.gif) no-repeat center center; }
.rg-image-nav a:hover{ border-color:#007eff; }


.rg-image { width:425px; height:454px; margin:0 auto; background:url(/en/img/sub/bg_pd.gif) repeat; padding:8px 7px; box-sizing:border-box; }
.rg-image:before { content:""; display:block; width:411px; height:13.5px; background:#fff; }
.rg-image:after { content:""; display:block; width:411px; height:13.5px; background:#fff;  }
.rg-image img { max-width:411px; }

/*
.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(../images/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}
*/




/* Elastislide Style */
.rg-gallery { position:relative; }

.es-carousel-wrapper{
	width:352px;
	margin-left:36.5px;
	overflow:hidden;
	position:absolute;
	top:470px;
}
.es-carousel{
	overflow:hidden;
	width:100%; 
	text-align:center;
}
.es-carousel ul {
	margin:0 auto;
	overflow:hidden;
}
.es-carousel ul li{ float:left; width:88px; }


.es-carousel ul li a {
	display:block;
	overflow:hidden;
	border:1px solid #f0f0f0;
	border-left:1px solid #fff;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width:86px;
	height:86px;
}
.es-carousel ul li:first-child a { border-left-color:#f0f0f0; }
.es-carousel ul li.selected a{ border:1px solid #007eff; }
.es-carousel ul li a img{
	/*max-height:100%;
	max-width:100%;*/
	height:86px;
	width:86px;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;
	background:transparent url(/en/img/sub/nav_thumbs.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:8px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}