.jcarousel2 {
    position: relative;
    overflow: hidden;
    /* You need at least a height, adjust this to your needs */
    height: 70px;
}

.jcarousel2 ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel2 li {
    float: left;
	margin:0;
	padding:0 2px;
}

.jcarousel2-prev{
    position: absolute;
	z-index:150;
	left:0;
	top:24px;
	display:block;
	width:12px;
	height:20px;
	margin:0;
	background-image:url(../images/p_prev.jpg);
	background-repeat:no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40);
}

.jcarousel2-prev:hover{
	opacity:1;
	filter:alpha(opacity=1);
}

.jcarousel2-next{
    position: absolute;
	z-index:150;
	right:0;
	top:24px;
	display:block;
	width:12px;
	height:20px;
	margin:0;
	float:right;
	background-image:url(../images/p_next.jpg);
	background-repeat:no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40);
}

.jcarousel2-next:hover{
	opacity:1;
	filter:alpha(opacity=1);
}

