.jsizedCarousel {
    position: relative;
    display: block;           
    overflow: none;
    height: 324px;
    width: 505px;
}
.jsizedCarousel .slide {
    position: absolute;
    display: block!important;            
    width: 100px;
    height: 200px;
    overflow: hidden;
	cursor: pointer; 
}