.widget {
position:relative;
width:610px;
height:80px;
margin:6px 0 12px;
}
.widget .jCarouselLite {
width:550px;
margin-left:30px;
}
.widget .jCarouselLite ul {
list-style:none;
float:left;
}
.widget .jCarouselLite ul li {
width:107px;
height:80px;
margin-right:4px;
}
.widget .jCarouselLite ul li img {
width:107px;
height:80px;
}
.widget .prev {
position:absolute;
left:0;top:0;
width:30px;
height:80px;
cursor:pointer;
background:transparent url(../images/leftarrow.gif) left 0 no-repeat;
z-index:5;	
}
.widget .next {
position:absolute;
top:0;right:0;
display:block;
width:30px;
height:80px;
cursor:pointer;
background:transparent url(../images/rightarrow.gif) left 0 no-repeat;
z-index:5;
}
.widget .prev:hover, .widget .next:hover, .widget .prev.sfhover, .widget .next.sfhover  {
background-position:-30px 0;
}
.widget #carousel .csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
margin:0;
padding:0;
}