.jcarousel-skin-makets .jcarousel-container {
}

.jcarousel-skin-makets .jcarousel-container-horizontal {
	padding-top:10px;
	margin-left:-10px;
	margin-right:-10px;
    	width: 678px;
	margin-top:-52px;
	height:1000px;
	padding-top:82px;
	z-index:1;
}
.jcarousel-skin-makets .jcarousel-container-vertical {
	margin-left:-3px;
	margin-right:-3px;
    width: 680px;
    height: 1000px;
}

.jcarousel-skin-makets .jcarousel-clip-horizontal {
	margin-left:1px;
	margin-right:0px;
    width:  678px;
    height: 1000px;
}
.jcarousel-skin-makets .jcarousel-clip-vertical {
	margin-left:-3px;
	margin-right:-3px;
    width:  680px;
    height: 1000px;
}

.jcarousel-skin-makets .jcarousel-item {
    width: 678px;
    height: 1000px;
}

.jcarousel-skin-makets .jcarousel-item-horizontal {
    margin-right: 9px;
}

.jcarousel-skin-makets .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-makets .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-makets .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: -2px;
    width: 54px;
    height: 54px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-makets .jcarousel-next-horizontal:hover {
    background-position: -54px 0;
}

.jcarousel-skin-makets .jcarousel-next-horizontal:active {
    background-position: -108px 0;
}

.jcarousel-skin-makets .jcarousel-next-disabled-horizontal,
.jcarousel-skin-makets .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-makets .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -162px 0;
}

.jcarousel-skin-makets .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 7px;
    width: 54px;
    height: 54px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-makets .jcarousel-prev-horizontal:hover {
    background-position: -54px 0;
}

.jcarousel-skin-makets .jcarousel-prev-horizontal:active {
    background-position: -108px 0;
}

.jcarousel-skin-makets .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-makets .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-makets .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -162px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-makets .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 54px;
    height: 54px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-makets .jcarousel-next-vertical:hover {
    background-position: 0 -54px;
}

.jcarousel-skin-makets .jcarousel-next-vertical:active {
    background-position: 0 -108px;
}

.jcarousel-skin-makets .jcarousel-next-disabled-vertical,
.jcarousel-skin-makets .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-makets .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -162px;
}

.jcarousel-skin-makets .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 54px;
    height: 54px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-makets .jcarousel-prev-vertical:hover {
    background-position: 0 -54px;
}

.jcarousel-skin-makets .jcarousel-prev-vertical:active {
    background-position: 0 -108px;
}

.jcarousel-skin-makets .jcarousel-prev-disabled-vertical,
.jcarousel-skin-makets .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-makets .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -162px;
}

.jcarousel-control {
    position:absolute;   
    bottom:45px;
    left:24px;
    z-index:999;
}

.jcarousel-control a {
    display:block;
    float:left;
    width:34px;
    height:34px;
    margin-right:6px;
    background:url(bg_maket_page.png) no-repeat;
    text-align:center;
    font:18px Tahoma;
    line-height:32px;
    text-decoration: none;
    color:#2f2f2f;
    cursor:pointer;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}
