.jcarousel-container {
	-moz-border-radius: 10px;
	border: none;
	position: relative;
	background-color: transparent;
}
.jcarousel-prev  {
	position: relative;
	width: 250px;
	height: 32px;
	cursor: pointer;
	z-index: 3;
	background-color: transparent;
	background-image: url(/_images/prev-vertical.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 0px;
	margin-bottom: 5px;
}
.jcarousel-container-vertical  {
	width: 250px;
	height: 390px;
	padding: 0;
}

.jcarousel-clip {
	z-index: 2;
	padding: 0 0 0 8px;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.jcarousel-clip-vertical  {
	width:  232px;
	height: 330px;
}
.jcarousel-item  {
	width: 232px;
	height: 160px;
}

.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 315px;
}

.jcarousel-list li,
.jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 232px;
	height: 158px;
}
.jcarousel-item-vertical  {
    margin-bottom: 10px;
}
.jcarousel-item-placeholder  {
    background: #fff;
    color: #000;
}

.jcarousel-next  {
	position: absolute;
	width: 250px;
	height: 32px;
	cursor: pointer;
	z-index: 3;
	background-color: transparent;
	background-image: url(/_images/next-vertical.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	bottom: 0px;
}
img {
	border: none;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}
