div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0px;  
	padding: 0px;
	list-style-type: none;
} 


#main_banner{
	position: relative; 
	width:100%;
	height:100%;
	margin:auto;
	/*border:0.1em solid #d7d7d7;*/
	/*overflow: hidden;*/
 }
#ViewBox
{
	position: absolute; 
	width:100%;
	height:100%;
    z-index:1;
	overflow: hidden;
}
#ViewBox img
{
  
	width:100%;
	height:100%;

}
#main_banner .titlebox
{
    /*float:left; border:1px solid #000;
	position: relative;
	width:auto;
	height:8px;
	margin-top:-28px;
	margin-left:30px; */
	/*background-color: #ffffff;*/
    z-index:100;
	position:absolute; top:15px; right:30px;
}
#main_banner .titlebox ul
{
	/*width:120px;*/
}
/* 배너구분 숫자로 할 경우 숨김해제
#main_banner .titlebox li
{
  float: left;
  position: relative; 
  width:auto;
  padding-left:10px; padding-right:10px;
  font-weight:bold;
  min-width:50px;
  line-height:30px;
  vertical-align: middle;
  text-align: center;
  color:#e2e2e2;
  font: 13px '맑은고딕','arial','dotum';
  background-color: #FFFFFF;
  border-left:0.1em solid #aba79c;
  border-right:0.1em solid #aba79c;
  cursor:pointer;
}
#main_banner .titlebox li.active
{
  background-color: #6f5d49;
  color:#fa3245;
  font: 13px '맑은고딕','arial','dotum';
  font-weight:bold;
}
*/ 
/* 배너구분 동그라미 이미지 표시*/ 
#main_banner .titlebox li {float:left; background:url(../img/pager.png) no-repeat 0 -8px; width:8px; height:8px; color:#fff; font-size:0px; text-indent:-9999em; margin-right:4px;}
#main_banner .titlebox li:hover, #main_banner .titlebox li.active {background-position:0 0; text-decoration:none;}


.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;
}
