#jcl-demo a.prev, #jcl-demo a.next {
	display: block;
	width: 26px;
	height: 30px;
	color: #2a3f92;
	text-decoration: none;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 8px;
	float: left;
}
#jcl-demo a.prev {
	margin: 30px 8px 0 0;
	text-indent: 7px;
	color: #2a3f92;
}
#jcl-demo a.next {
	margin: 30px 0 0 -8px; 
	text-indent: 10px;
}
#jcl-demo a.prev:hover, #jcl-demo a.next:hover {
	background-color: ;
}
#jcl-demo .carousel {
	border-radius: 10px;
	float: left;
	padding-left: 10px;
	position: relative;
	visibility: hidden;
	left: -5000px;
}
#jcl-demo .carousel li {
	width: 206px;
	height: 137px;
	border-radius: 5px;
	margin: 10px 10px 10px 0;
}        
#jcl-demo .carousel li img {
	width: 100%;
	vertical-align:middle;
}
#jcl-demo .carousel, #jcl-demo .carousel * {
	box-sizing: content-box; 
}	
#jcl-demo .carousel li { position: relative; background:#000; }
#jcl-demo .carousel li img {
	min-height:137px;
}
#jcl-demo .carousel .title { 
	width:96%; 
	/*background:url(../bg-title.png) top; */
	/*opacity: 0.8;*/
	color:#fff;
	font-family: Tahoma,Geneva,sans-serif;
	bottom: 0px;
	font-size:12px; 
	position:absolute; 
	padding:18px 5px 5px;
	z-index: 99;
}
#jcl-demo .carousel li a >img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;            
}
#jcl-demo .carousel li a:hover > img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  opacity: 0.7;
}

#jc2-demo a.prev, #jc2-demo a.next {
	display: block;
	width: 30px;
	height: 30px;
	color: #2a3f92;
	text-decoration: none;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 60px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 8px;
	float: left;
}

#jc2-demo a.prev {
	margin: 190px 8px 0 0;
	text-indent: 8px;
	color: #2a3f92;
}
#jc2-demo a.next {
	margin: 190px 0 0 -8px; 
	color: #2a3f92;
}
#jc2-demo .carousel {
	border-radius: 10px;
	float: left;
	padding-left: 10px;
	position: relative;
	visibility: hidden;
	left: -5000px;
}
#jc2-demo .carousel li {
	width: 600px;
	height: 450px;
	border-radius: 5px;
	margin: 10px 10px 10px 0;
}        
#jc2-demo .carousel li img {
	width: 100%;
	vertical-align:middle;
}
#jc2-demo .carousel, #jc2-demo .carousel * {
	box-sizing: content-box; 
}	
#jc2-demo .carousel li { position: relative; background:#000; }
#jc2-demo .carousel li img {
	min-height:137px;
}
#jc2-demo .carousel .title { 
	width:96%; 
	/*background:url(../bg-title.png) top; */
	/*opacity: 0.8;*/
	color:#fff;
	font-family: Tahoma,Geneva,sans-serif;
	bottom: 0px;
	font-size:12px; 
	position:absolute; 
	padding:18px 5px 5px;
	z-index: 99;
}
#jc2-demo .carousel li a >img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;            
}
#jc2-demo .carousel li a:hover > img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  opacity: 0.7;
}