.jcarousel-skin-tango1 .jcarousel-container-horizontal {
    width: 168px; 
	 height: 200px;
}

.jcarousel-skin-tango1 .jcarousel-clip-horizontal {
    width: 168px; 
	height: 200px;
}

.jcarousel-skin-tango1 .jcarousel-prev-horizontal {
    position: relative;
    top: -218px; 
    left: 5px;
    width: 6px;
    height: 16px;
    cursor: pointer;
    background: transparent url(images/prev-horizontal.png) no-repeat 0 0;
	
}


.jcarousel-skin-tango1 .jcarousel-next-horizontal {
    position: relative;
    top: -235px; 
    left: 160px;
    width: 6px;
    height: 16px;
    cursor: pointer;
    background: transparent url(images/next-horizontal.png) no-repeat 0 0;
}
