.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 746px;
	height: 488px;
}
#samples-carousel .jcarousel-container-horizontal,
#samples-carousel2 .jcarousel-container-horizontal {
	width: 100%;
	height: 181px;
}
#newest .jcarousel-container-horizontal {
	width: 202px;
	height: 241px;
	overflow: hidden;
	margin: 0 0 0 -2px;
}
#newest .jcarousel-container-horizontal ul {
	margin: 0;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
	width: 746px;
	height: 612px;
	margin-bottom: -4px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  698px;
	height: 488px;
	margin: 0 auto;
}
#samples-carousel .jcarousel-clip-horizontal,
#samples-carousel2 .jcarousel-clip-horizontal {
	width: 932px;
	height: 368px;
	margin: 0 auto;
}
#newest .jcarousel-clip-horizontal {
	width: 202px;
	height: 241px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
	width: 698px;
	height: 612px;
	margin: 0 auto;
}

.jcarousel-skin-tango .jcarousel-item {
	width: 678px;
	height: 180px;
	overflow: hidden;
}
#samples-carousel .jcarousel-item,
#samples-carousel2 .jcarousel-item {
	width: 180px;
	height: 181px;
	overflow: hidden;
}
#newest .jcarousel-item {
	width: 202px;
	height: 241px;
	overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-right: 6px;
}
#samples-carousel .jcarousel-item-horizontal,
#samples-carousel2 .jcarousel-item-horizontal {
	margin-right: 8px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
	margin-bottom: 4px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-prev-vertical {
	position: absolute;
	width: 16px;
	height: 238px;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 1;
	background: url('../../images/arrow3-left.gif') no-repeat;
	left: 4px;
	top: 213px;
	cursor: pointer;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	width: 16px;
	height: 238px;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 1;
	background: url('../../images/arrow2-left.gif') no-repeat;
	left: 4px;
	top: 131px;
	cursor: pointer;
}
#newest .jcarousel-prev-horizontal {
	width: 10px;
	height: 11px;
	left: 6px;
	top: 223px;
	z-index: 99;
	background: url('../../images/arrow4-left.gif') no-repeat;
}
.jcarousel-skin-tango .jcarousel-next-vertical {
	position: absolute;
	width: 16px;
	height: 238px;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 1;
	background: url('../../images/arrow3-right.gif') no-repeat;
	left: 726px;
	top: 213px;
	cursor: pointer;
}
/*
.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
*/

.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	width: 16px;
	height: 238px;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 1;
	background: url('../../images/arrow2-right.gif') no-repeat;
	left: 726px;
	top: 131px;
	cursor: pointer;
}
#newest .jcarousel-next-horizontal {
	width: 10px;
	height: 11px;
	left: 187px;
	top: 223px;
	z-index: 99;
	background: url('../../images/arrow4-right.gif') no-repeat;
}

/*
.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
*/
