
.jcarousel-skin-tango{
	padding-left:9px;
	position:absolute;
}

	.jcarousel-container {
		position: relative;
		width: 230px;
	}
	.slideshow-border{
		position:absolute;
		display:block;
		width:230px;
		height:171px;
		background:url(images/slideshow-border.png) no-repeat left top;
		z-index:3;
	}
	
		.jcarousel-clip {
			z-index: 2;
			padding: 0;
			margin:0;
			overflow: hidden;
			position: relative;
			width:  230px;
			
		}
			.jcarousel-skin-tango ul {
				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: 230px;
					height:auto;
					
				}
				
				.jcarousel-item-placeholder {
					background: #fff;
					color: #000;
				}
		
		/**
		 *  Horizontal Buttons
		 */
		.jcarousel-next {
			z-index: 4;
			display: none;
		}
		
		.jcarousel-prev {
			z-index: 4;
			display: none;
		}
		
		.jcarousel-next-horizontal,
		.jcarousel-prev-horizontal{
			position: absolute;
			top: 72px;
			width: 22px;
			height: 21px;
			cursor: pointer;
		}
		.jcarousel-next-horizontal {
			right: -14px;
			background: transparent url(images/btn-arrow-right.png) no-repeat 0 0;
		}
		.jcarousel-prev-horizontal {
			left: -12px;
			background: transparent url(images/btn-arrow-left.png) no-repeat 0 0;
		}
		
		.jcarousel-next-horizontal:hover,
		.jcarousel-prev-horizontal:hover,
		.jcarousel-next-horizontal:active,
		.jcarousel-prev-horizontal:active{
			background-position: 0 -21px;
		}
		.jcarousel-next-disabled-horizontal,
		.jcarousel-next-disabled-horizontal:hover,
		.jcarousel-next-disabled-horizontal:active,
		.jcarousel-prev-disabled-horizontal,
		.jcarousel-prev-disabled-horizontal:hover,
		.jcarousel-prev-disabled-horizontal:active{
			cursor: default;
			background-position: 0 -41px;
		}
		
