.jcarousel-skin-inbeat .jcarousel-container {
}

.jcarousel-skin-inbeat .jcarousel-container-vertical {
    height: 347px;
    padding-top: 3em;
    padding-bottom: 3em;
	padding-left: .7em;
}


.jcarousel-skin-inbeat .jcarousel-clip-vertical {
    height: 347px;
}

.jcarousel-skin-inbeat .jcarousel-item {
	width: 160px;
	height: 160px;
	clear: both;
}

.jcarousel-item  img
{
	border: 1px solid #FFFFFF;
}

.jcarousel-skin-inbeat .jcarousel-item-vertical {
    padding-bottom: 1em;
}

.jcarousel-skin-inbeat .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}



/**
 *  Vertical Buttons
 */
.jcarousel-skin-inbeat .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 5.3em;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-inbeat .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-inbeat .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-inbeat .jcarousel-next-disabled-vertical,
.jcarousel-skin-inbeat .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-inbeat .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-inbeat .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 5.3em;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-inbeat .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-inbeat .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-inbeat .jcarousel-prev-disabled-vertical,
.jcarousel-skin-inbeat .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-inbeat .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
