.jcarousel-skin-weeklyleaflets .jcarousel-container {
    -moz-border-radius: 0px;
    /*background: #D4D0C8;*/
    border: 1px solid #808080;
}

.jcarousel-skin-weeklyleaflets .jcarousel-container-horizontal {
    /*width: 640px;*/
    width: auto;
    padding: 4px 24px;
}

.jcarousel-skin-weeklyleaflets .jcarousel-container-vertical {
    width: 75px;
    height: 200px;
    padding: 40px 10px;
}

.jcarousel-skin-weeklyleaflets .jcarousel-clip-horizontal {
    width:  auto;
    height: 200px;
}

.jcarousel-skin-weeklyleaflets .jcarousel-clip-vertical {
    width:  77px;
    height: 245px;
}

.jcarousel-skin-weeklyleaflets .jcarousel-item {
	text-align: center;
	width: 150px;
    height: 200px;
	padding: 0px 0px;
    /*border: 1px solid #e5e5e5;
	border-right: 2px solid #f1f1f1;*/
}

.jcarousel-skin-weeklyleaflets .jcarousel-item:hover {
   /* border-color: #000;*/
}

.jcarousel-skin-weeklyleaflets .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-weeklyleaflets .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.jcarousel-skin-weeklyleaflets .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-weeklyleaflets .jcarousel-next-horizontal {
    position: absolute;
    top: 70px;
    right: 0px;
    width: 19px;
    height: 68px;
    cursor: pointer;
    background: transparent url(next-game.gif) no-repeat 0 0;
}

.jcarousel-skin-weeklyleaflets .jcarousel-next-horizontal:hover {
    background-position: -19px 0;
}

.jcarousel-skin-weeklyleaflets .jcarousel-next-horizontal:active {
    background-position: -38px 0;
}

.jcarousel-skin-weeklyleaflets .jcarousel-next-disabled-horizontal,
.jcarousel-skin-weeklyleaflets .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-weeklyleaflets .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -57px 0;
}

.jcarousel-skin-weeklyleaflets .jcarousel-prev-horizontal {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 19px;
    height: 68px;
    cursor: pointer;
    background: transparent url(prev-game.gif) no-repeat 0 0;
}

.jcarousel-skin-weeklyleaflets .jcarousel-prev-horizontal:hover {
    background-position: -19px 0;
}

.jcarousel-skin-weeklyleaflets .jcarousel-prev-horizontal:active {
    background-position: -38px 0;
}

.jcarousel-skin-weeklyleaflets .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-weeklyleaflets .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-weeklyleaflets .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -57px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-weeklyleaflets .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-weeklyleaflets .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-weeklyleaflets .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-weeklyleaflets .jcarousel-next-disabled-vertical,
.jcarousel-skin-weeklyleaflets .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-weeklyleaflets .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-weeklyleaflets .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-weeklyleaflets .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-weeklyleaflets .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-weeklyleaflets .jcarousel-prev-disabled-vertical,
.jcarousel-skin-weeklyleaflets .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-weeklyleaflets .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
