.jcarousel-container { 
	float: left; 
	position: relative; 
	width: 221px; 
	margin: 0 0 0 10px; }
	
	* html .jcarousel-container { margin: 0 0 0 5px; } /* IE6 FIX */

.jcarousel-clip {
    z-index: 2;
    width: 221px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative; }

	.jcarousel-list {
		z-index: 1;
		overflow: hidden;
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0; }
	
		.jcarousel-list li,
		.jcarousel-item {
			float: left;
			list-style: none;
			width: 221px;
			height: 514px; }
		 	
		 	
		 	/*** NEXT BUTTON ***/
			.jcarousel-next {
				position: absolute;
				right: 0;
				display: block;
				width: 106px; 
				height: 25px;
				cursor: pointer;
				outline: none;
				background: url(/images/btn_next.jpg) no-repeat;
				z-index: 3; }
			
			.jcarousel-next-disabled { 
				cursor: default; 
				background: url(/images/btn_next_disabled.jpg) no-repeat; }
			
			
			/*** PREV BUTTON ***/
			.jcarousel-prev {
				position: absolute;
				display: block;
				width: 106px; 
				height: 25px;
				cursor: pointer;
				outline: none;
				background: url(/images/btn_prev.jpg) no-repeat;
				z-index: 3; }
				
			.jcarousel-prev-disabled { 
				cursor: default; 
				background: url(/images/btn_prev_disabled.jpg) no-repeat; }	
