.jcarousel-skin-tcg-tour .jcarousel-container-horizontal
{
    width: 885px;
	height: 565px;
}

.jcarousel-skin-tcg-tour .jcarousel-container-vertical
{
    width: 500px;
    height: 280px;
    padding: 40px 20px;
}

.jcarousel-skin-tcg-tour .jcarousel-clip-horizontal
{
    width:  885px;
    height: 565px;
}

.jcarousel-skin-tcg-tour .jcarousel-clip-vertical
{
    width:  885px;
    height: 150px;
}

.jcarousel-skin-tcg-tour .jcarousel-item
{
    width: 885px;
    height: 565px;
	
	margin-top: 0px;
}

.jcarousel-skin-tcg-tour .jcarousel-item:hover
{
    border-color: #808080;
}

.jcarousel-skin-tcg-tour .jcarousel-item-horizontal
{
    margin-right: 7px;
}

.jcarousel-skin-tcg-tour .jcarousel-item-vertical
{
    margin-bottom: 7px;
}

.jcarousel-skin-tcg-tour .jcarousel-item-placeholder
{
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tcg-tour .jcarousel-next-horizontal
{
    position: absolute;
    top: 250px;
    right: 15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../tcg-h/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tcg-tour .jcarousel-next-horizontal:hover
{
    background-position: -32px 0;
}

.jcarousel-skin-tcg-tour .jcarousel-next-horizontal:active
{
    background-position: -64px 0;
}

.jcarousel-skin-tcg-tour .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tcg-tour .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tcg-tour .jcarousel-next-disabled-horizontal:active
{
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tcg-tour .jcarousel-prev-horizontal
{
    position: absolute;
    top: 250px;
    left: 15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../tcg-h/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tcg-tour .jcarousel-prev-horizontal:hover
{
    background-position: -32px 0;
}

.jcarousel-skin-tcg-tour .jcarousel-prev-horizontal:active
{
    background-position: -64px 0;
}

.jcarousel-skin-tcg-tour .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tcg-tour .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tcg-tour .jcarousel-prev-disabled-horizontal:active
{
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tcg-tour .jcarousel-next-vertical
{
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../tcg-h/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tcg-tour .jcarousel-next-vertical:hover
{
    background-position: 0 -32px;
}

.jcarousel-skin-tcg-tour .jcarousel-next-vertical:active
{
    background-position: 0 -64px;
}

.jcarousel-skin-tcg-tour .jcarousel-next-disabled-vertical,
.jcarousel-skin-tcg-tour .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tcg-tour .jcarousel-next-disabled-vertical:active
{
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tcg-tour .jcarousel-prev-vertical
{
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../tcg-h/prev-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-tcg-tour .jcarousel-prev-vertical:hover
{
    background-position: 0 -32px;
}

.jcarousel-skin-tcg-tour .jcarousel-prev-vertical:active
{
    background-position: 0 -64px;
}

.jcarousel-skin-tcg-tour .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tcg-tour .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tcg-tour .jcarousel-prev-disabled-vertical:active
{
    cursor: default;
    background-position: 0 -96px;
}

