
	
	/** Carousel **/
	.jcarousel 				{ display:none; position:relative; overflow: hidden; width:100%;  }
	.jcarousel ul 			{ width:2000em;  position:relative; list-style: none; height:100%; }
	.jcarousel li 			{ position:relative; float:left; width:100%; height:100%; }

	.jcarousel li:last-child 	{ width:70px!important }
	
	/** Carousel Pagination **/
	
	.jcarousel-pagination 	{ display:inline-block; text-align:center; margin:30px 0 }
	.jcarousel-pagination a { float:left; width:16px; height:16px;background:#000; cursor:pointer; margin:0 10px;
							  -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; }
	.jcarousel-pagination a.active  { width:32px; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; }

	.jcarousel-pagination a:last-child { display:none  }