/* jCarousel Lite CSS */
#jcarousel ul {margin:0;}
#jcarousel li {margin:4px;}
#jcarousel {
margin: 18px 0 0 0;
float:left;
}
#jcarousel {
position: relative;
visibility: hidden;
left: -5000px;
}
#jcarouselwrapper {
-moz-border-radius:10px;
background:#fff;
border:1px solid #ccc;
height:128px;
width:353px;
}
#jcarouselwrapper a.prev {
display: block;
float: left;
margin:48px 0 0 6px;
width: 32px;
height: 32px;
text-decoration: none;
background: url(prev.png) left top no-repeat;
}
#jcarouselwrapper a.next {
display: block;
float: left;
margin:48px 0 0 0;
width: 32px;
height: 32px;
text-decoration: none;
background: url(next.png) left top no-repeat;
}
#jcarouselwrapper a.prev:hover, #jcarouselwrapper a.prev:focus,
#jcarouselwrapper a.next:hover, #jcarouselwrapper a.next:focus {
background-position: -32px top;
}
#jcarouselwrapper a.prev:active, #jcarouselwrapper a.next:active {
background-position: -64px top;
}
#jcarouselwrapper a.prev.disabled, #jcarouselwrapper a.next.disabled {
background-position: -96px top;
cursor: default;
}
#jcarouselwrapper a:hover, #jcarouselwrapper a:active, #jcarouselwrapper a:focus {
border: none;
outline: none;
}
.jcarouselbox {
width:82px;
height:82px;
background-color:#f5f5f5;
border:1px solid #ccc;
text-align:center;
}
.jcarouselboxdummy {
width:84px;
height:84px;
background-color:#fff;
}
/* end of jCarousel Lite CSS */
