#main_banner{
	position: relative; 
	width:460px;
	height:280px;
	margin:auto;
	/*border:0.1em solid #d7d7d7;*/
	overflow: hidden;
 }
#ViewBox
{	
	position: absolute; 
	width:460px;
	height:280px;
    z-index:1;
}
#ViewBox img
{	width:460px;
	height:280px;

}
#main_banner .titlebox
{   float: right;
	position: relative; 
	width:auto;
	height:30px;
	margin-top:-28px;
	margin-right:10px;
	display:none;
/*background-color: #ffffff;*/
    z-index:100;
}
#main_banner .titlebox ul
{
/*width:120px;*/
}
#main_banner .titlebox li
{
  float: left;
  position: relative; 
  width:auto;
  margin-left:5px; margin-right:5px;
  font-weight:bold;
  /*min-width:50px;*/
  width:10px;
  height:10px;
  line-height:30px;
  vertical-align: middle;
  text-align: center;
  color:#ffffff;
  font: 9px 'arial','dotum';
  background-color: #FFFFFF;
/*border-left:0.1em solid #aba79c;
border-right:0.1em solid #aba79c;*/
cursor:pointer;
}
#main_banner .titlebox li.active
{
 margin-left:5px; margin-right:5px;
  color:#F26522;
  width:10px;
  height:10px;
  font: 9px 'arial','dotum';
  font-weight:bold;
   background-color: #f15929;
}
/**/
.imgeffect {
	position:relative;
}
.imgeffect img {
	position:absolute;
	top:0px;
	left:0px;
	cursor: hand;
}
/* If an image is wrapped in a link */
.imgeffect a.imgeffect-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.imgeffect-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.imgeffect-box {
	display:block;
	position:absolute;
	z-index:5;
}

/* Direction nav styles (e.g. Next & Prev) */
.imgeffect-directionNav a {
	position:absolute;
	top:35%;
	z-index:9;
	cursor:pointer;
}

.imgeffect-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.imgeffect-caption p {
	padding:5px;
	margin:0;
}
.imgeffect-caption a {
	display:inline !important;
}
.imgeffect-html-caption {
    display:none;
}

.imgeffect-controlNav a.active {
	background-position:0 -22px;
}

a.imgeffect-nextNav {
	background-position:-30px 0;
	top:200px;
	right:75px;
	z-index:0;
}
a.imgeffect-prevNav {
top:200px;
	left:75px;
	z-index:0;
}