/* Slider */
.center {
	width:100%; 
	min-width:320px; 
	max-width:1264px; 
	margin:0 auto; 
	position:relative;
	} 
.jcarousel-wrapper { 
	max-width:98%; 
	margin-bottom:1px;
	position: relative;
}
.jcarousel {
	position: relative;
	overflow: hidden; 
	height:300px; 
	/*padding:20px;*/
	}
.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	padding: 0;
	margin-left: 10px;}
.jcarousel li {
	float: left;
	width: 209px;
	height: 300px;
	margin-top: 10px;
	margin-right: 50px;
	}
.jcarousel img { 
	height:256px; 
	max-width:265px; 
	width:240px;
}

.jcarousel .jcarou-title  {
	position:absolute;
	margin-top:-2px;
	padding:7px;
  	width: 232px;
  	background-color:rgba(0,0,0,0.3); 
  	color:#FFF;
  	font-weight:700;
  	white-space: nowrap;
  	overflow: hidden;
  	overflow-wrap: break-word;
  	text-overflow: ellipsis;
}  