/* Sudo Slider */

.slider ul, .slider ul li, .sliderul, .sliderli{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden; 
	}
.slider ul li, .sliderli{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
		comment the height out, if autoheight is on. 
	*/ 
	width:1100px;
	height:411px;
	border:0px;
/* 	height:241px; */
	overflow:hidden; 
}	
.slider, .slider1 {
	width:1100px;
	height:411px;
	border-bottom:0px; 
	overflow:hidden; 
}


		
/* numeric controls */	
ol {
	margin:1em 0;
	padding:0px;
	height:28px;

}
ol li{
	margin:0 5px 0 0; 
	padding:0 0 0 0;
	float:left;
	list-style:none;
	line-height:0px;
}
ol li a{
	float:left;
	height:20px;
	line-height:22px;
	border:1px solid #ccc;
	background:#c6c7c7;
	color:#555;
	padding:0 5px;
	text-decoration:none;
}
ol li.current a{
	background:#2b2b2b;
	color:#fff;
}
ol li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}

/* // Sudo Slider */





#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {color:#bbb; background-color:#333; border:4px solid #444; }
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat top right; width:100%; height:100%; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}

/* // Sudo Slider */

.caption {
	position:absolute;
	bottom:0;
	left:3px;
	width:616px;
	height:62px;
	text-align:center;
	color:white;
	background:#000000;
	background:transparent;
	background:rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#a3000000,endColorstr=#a3999999); /* I just hate IE, but this works */
	zoom: 1; /* Part of the IE fix */
}

.caption a{
    font-family:'NanumGothic', '³ª´®°íµñ', sans-serif;
	color:white;
	top:20px;
	height:22px;
	width:616px;
	position:relative;
}

.caption a:hover { text-decoration:none !important; color:aqua;  }