.widget {
position:relative;
width:662px;
height:302px;
}

.widget #prod-img-slider-container {
float:left;
width:650px;
}
.widget .jCarouselLite {
float:left;
}
.widget .jCarouselLite ul {
list-style:none;
}
.widget .jCarouselLite ul li {
width:100px;
height:110px;
overflow:hidden;
margin:0 2px 0 2px;
text-align:center;
}
.widget .jCarouselLite ul li:hover {
border-color:#5F5F5F;
}
.widget .jCarouselLite ul li img {
}
.widget .next, .widget .prev{
float:left;
display:block;
width:24px;
height:110px;
cursor:pointer;
}
.widget .prev {

background: url(../images/previous.png) left top no-repeat;
}
.widget .next {
background: url(../images/next.png) left top no-repeat;
}

.widget #carousel .csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
margin:0;
padding:0;
}

