/* Tiny Carousel */
.JCarousel { height: 1%; margin: 30px 0 0; overflow:hidden; position: relative; padding: 0 50px 10px;   }
.JCarousel .viewport { height: 125px; overflow: hidden; position: relative; }
.JCarousel .buttons {
/*
	background: #C01313;
	border-radius: 35px;
*/
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 35px;
	height: 35px;
	color: #7c7c7b;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	font-size: 22px;
}
.JCarousel .next {
	right: 0;
	left: auto;
	top: 50%;
}
.JCarousel .buttons:hover{
	color: #000;
}
.JCarousel .disable { visibility: hidden; }
.JCarousel .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0 top: 0; }
.JCarousel .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: auto; width: 236px;}