@charset "UTF-8";
/* CSS Document */

.carousel {
	margin-bottom: 0px;
	width: 720px;
	background-color: #2f2f2f;
	position: relative;
	height: 100px;
}

.carousel a.next{
	position: absolute;
	top: 0px;
	right: 0px;
}

.carousel a.prev{
	position: absolute;
	top: 0px;
	left: 0px;
}



.jCarouselLite {
	width: 620px;
	list-style: none;
	height: 90px;
	margin-left: 55px;
	padding-top: 5px;
	overflow: hidden;
}


.jCarouselLite li{
	list-style:none;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	float: left;
}
.jCarouselLite ul{
	margin:0px;
}
.jCarouselLite li img, 
.jCarouselLite li p {
	background-color: #fff;
	width: 295px;
	height: 90px;
	margin: 0px;
        }

