﻿#enableProductCarousel-imgcontainer 
{
    text-align:center;
    width:750px;
    margin:auto;
    height:600px;
    overflow:hidden;
	z-index:1;
}

#enableProductCarousel-caption 
{
    font-size:14px;
    font-weight:bold;
    text-align:center;
	z-index:10;
	margin:5px;
}

.enableProductCarousel-captionsrc
{
	/* change to display:block to make the caption visible beneath the carousel thumbnail*/
	display:none;
}

#enableProductCarousel-container 
{
    width:600px;
    position:relative;
    margin:auto;
}

#enableProductCarousel li 
{
    cursor:pointer;
}

/* carousel style */
.jcarousel-skin-enableProductCarousel .jcarousel-container {
    -moz-border-radius:0px;
    width:600px;
	margin:auto;
}

.jcarousel-skin-enableProductCarousel .jcarousel-container-horizontal {
    padding: 0;
    margin-left:69px;
    width:600px;
	margin:auto;
}

.jcarousel-skin-enableProductCarousel .jcarousel-clip-horizontal 
{
    width:462px;
    margin-left:69px;
}

.jcarousel-skin-enableProductCarousel .jcarousel-item {
    text-align:center;
    width:135px;
	overflow:hidden;
	/* set a height in here to the maximum height for the items displayed in the carousel (optional. defaults to 75px)
	height:125px;*/
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-enableProductCarousel .jcarousel-next-horizontal {
    position: absolute;
    margin-top:21px;
    top:0px;
    right:0px;
    width:69px;
    height:44px;
    cursor: pointer;
    background:transparent url(otb-right.png) no-repeat 0 0;
}

.jcarousel-skin-enableProductCarousel .jcarousel-next-horizontal:hover {
    background-position: 0 -44px;
}

.jcarousel-skin-enableProductCarousel .jcarousel-next-horizontal:active {
    background-position: 0 -44px;
}

.jcarousel-skin-enableProductCarousel .jcarousel-next-disabled-horizontal,
.jcarousel-skin-enableProductCarousel .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-enableProductCarousel .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position:0 -88px;
}

.jcarousel-skin-enableProductCarousel .jcarousel-prev-horizontal {
    position: absolute;
    margin-top:21px;
    top:0px;
    left:0px;
    width:69px;
    height:44px;
    cursor:pointer;
    background: transparent url(otb-left.png) no-repeat 0 0;
}

.jcarousel-skin-enableProductCarousel .jcarousel-prev-horizontal:hover {
    background-position:0 -44px;
}

.jcarousel-skin-enableProductCarousel .jcarousel-prev-horizontal:active {
    background-position:0 -44px;
}

.jcarousel-skin-enableProductCarousel .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-enableProductCarousel .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-enableProductCarousel .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position:0 -88px;
}