@import url(//fonts.googleapis.com/earlyaccess/jejumyeongjo.css);


.jcarousel-wrapper {
    margin: 0px auto;
    position: relative;

   
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 20%;
	max-width:345px;
	margin:4px;
    float: left;
    
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: auto;
    margin-top: -15px;
	color:#f6f6f6 !important;	
	bottom:-30px;
}

.jcarousel-control-prev {
    left: 20px;
	background:url(prev.png);
	width:88px; 
	height:21px; 
	background-repeat:no-repeat;
}

.jcarousel-control-next {
    right: 20px;
	background:url(next.png);
	width:88px; 
	height:21px; 
	background-repeat:no-repeat;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    color: #888;
    border-radius: 10px;
    text-indent: 0px;
    margin-right: 7px;
	font-family:'Jeju Myeongjo',serif;

	/*
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;*/
}

.jcarousel-pagination a.active {
    color: #000;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
 @media all and (max-width: 1000px) {
.jcarousel{width:100%;margin:0 auto;}
.jcarousel li{margin:0;padding:0%;}

.jcarousel-control-prev,
.jcarousel-control-next {
	position: absolute;
    top: auto;
    margin-top: -0px;
    width: 46px;
    height: 11px;
	z-index:100000;	
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 40px/27px Arial, sans-serif;
	background-size:cover;
	background-position:left;
	bottom:-30px;
  
   
}
.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}	 
 }
