/* jCarousel Lite CSS */
#jcarousel ul {margin:0;} 
#jcarousel li {margin:0px; height:303px; width:590px;} 

#jcarouselwrapper {
height:303px;
width:590px;
position: relative;
border: 1px #464646 solid;
}
#jcarouselwrapper a.prev {
    position: absolute;
    top: 140px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent url(next.png) no-repeat 0 0;
	z-index: 1000;
}
#jcarouselwrapper a.next {
    position: absolute;
    top: 140px;
    left: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent url(prev.png) no-repeat 0 0;
	z-index: 1000;	
}
#jcarouselwrapper a.prev:hover, #jcarouselwrapper a.prev:focus, 
#jcarouselwrapper a.next:hover, #jcarouselwrapper a.next:focus {
background-position: 0px top;
}
#jcarouselwrapper a.prev:active, #jcarouselwrapper a.next:active {
background-position: 0px top;
} 
#jcarouselwrapper a.prev.disabled, #jcarouselwrapper a.next.disabled {
background-position: 0px top;
cursor: default;
}
#jcarouselwrapper a:hover, #jcarouselwrapper a:active, #jcarouselwrapper a:focus {
border: none;
outline: none;
} 
.jcarouselboxdummy {
height:390px;
width:760px;
}          
/* end of jCarousel Lite CSS */
            
            


 
