.next, .prev {
z-index: 4;
width:100%;
height:100%;
background: transparent;
cursor: pointer;
border: none;
outline: none;
}

/* overwritten by js
div.jcarousel {
left:50%;
margin:0 0 0 -1200px;
overflow: hidden;
width:2400px;
position: relative;
}
*/

.jcarousel_container {  
height:500px;
position: absolute;
margin:0px;
overflow:hidden;
z-index:0;
}

.jcarousel ul {
position: absolute;
left:50%;
z-index:1;
width:1000px;
overflow: hidden;
text-align: center;
background:#333;
}

.jcarousel li {
padding: 0px;
}

.jcarousel_left {
position: absolute;
left: 0px;
z-index:3;
height:500px;
width:200px;
background:#000 url(//thephoenix.com/i/Corp/arrow_blackbgL.gif) right center no-repeat;
opacity:.70;
filter: alpha(opacity = 70);
}

.jcarousel_right {
position: absolute;
right:0px;
margin-left:-200px;
z-index:3;
height:500px;
width:200px;
background:#000 url(//thephoenix.com/i/Corp/arrow_blackbgR.gif) left center no-repeat;
opacity:.70;
filter: alpha(opacity = 70);
}

.jcarousel img {
width:940px;
height:500px;
}