.carousel {
	margin:0 auto;
	position:absolute;
	padding-top:5px;
	margin-left:55px;
	*margin-left:5px;
	width:340px;
	overflow:hidden;
}
.prev-next a.prev, .prev-next a.next {
	display: block;
	margin-top:95px;
	width: 50px;
	height: 25px;
	text-decoration:none;
	z-index:20;
}
.prev-next a.prev{
	float: left;
	background: url("../images/prev.jpg") left top no-repeat;
}
.prev-next a.next {
	float:right;
	background: url("../images/next.jpg") left top no-repeat;
}
.carousel a:hover, .carousel a:active {
	border: none;
	outline: none;
}
.carousel .jCarouselLite {
	float: left;
	position: relative;
	/*margin:50px 40px 0 40px;*/
	/*left: -5000px;*/
	width:1120px;
    }
.carousel li{
	width:340px;
	float:left;
}
.carousel li img{
	background-color: #fff;
	width: 80px;
	height: 60px;
	/*margin: 10px;*/
        }
.carousel li p{
	font-size:10px;
	overflow:hidden;
	color:#666;
	font-size:11px;
	vertical-align:baseline;
	height:28px;
	width:80px;
	margin-bottom:15px;
}
.carousel li p a,
.carousel li p a:hover,
.carousel li p a:link,
.carousel li p a:visited{
	text-decoration:none;
	color:#666;
	font-size:11px;
}
.imgholder{width:80px;float:left; margin-right:5px !important;margin-right:3px;}
.imgholder img{border:1px solid #666}
