.jcarousel-skin-tango-horizont .jcarousel-container {
    background: #000;
    color: #ffffff;
    font-size: 9px;
    font-family: Verdana, Serif;
}

.jcarousel-skin-tango-horizont .jcarousel-container-horizontal {
    width: 620px;
    height: 185px;
    padding: 17px 23px;
}

.jcarousel-skin-tango-horizont .jcarousel-clip-horizontal {
    width:  620px;
    height: 185px;
}

.jcarousel-skin-tango-horizont .jcarousel-item {
    width: 145px;
    height: 185px;
}

.jcarousel-skin-tango-horizont .jcarousel-item-horizontal {
    margin-right: 13px;
}

.jcarousel-skin-tango-horizont .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  horizontal Buttons
 */
.jcarousel-skin-tango-horizont .jcarousel-next-horizontal {
    position: absolute;
    top: 17px;
    right: 0px;
    width: 17px;
    height: 185px;
    cursor: pointer;
    background: transparent url(images/next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-tango-horizont .jcarousel-prev-horizontal {
    position: absolute;
    top: 17px;
    left: 0px;
    width: 17px;
    height: 185px;
    cursor: pointer;
    background: transparent url(images/prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-tango-horizont li:hover {
	background: #efd47f;
	color: #000000;
}

.jcarousel-skin-tango .jcarousel-container {
    background: #000;
    color: #ffffff;
    font-size: 9px;
    font-family: Verdana, Serif;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 620px;
    height: 185px;
    padding: 17px 0px;
    padding-right: 23px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  620px;
    height: 185px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 620px;
    height: 85px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 0px;
    left: 17px;
    width: 620px;
    height: 17px;
    cursor: pointer;
    background: transparent url(images/next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 0px;
    left: 17px;
    width: 620px;
    height: 17px;
    cursor: pointer;
    background: transparent url(images/prev-vertical.gif) no-repeat 0 0;
}

h2 {
    font-size: 12px;
    font-family: Verdana, Serif;
}