.bestofthebest-skin .bestofthebest-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    /*background: #F0F6F9;*/
    background: #FFF;
    /*border: 1px solid #346F97;*/
    border: 1px solid #a6c7da;
}

.bestofthebest-skin .bestofthebest-direction-rtl {
    direction: rtl;
}

.bestofthebest-skin .bestofthebest-container-horizontal {
    width: 810px;
    padding: 20px 40px;
}


.bestofthebest-skin .bestofthebest-clip {
    overflow: hidden;
}

.bestofthebest-skin .bestofthebest-clip-horizontal {
    width:  725px;
    height: 81px;
}

.bestofthebest-skin .bestofthebest-item {
    width: 81px;
    height: 81px;
}

.bestofthebest-skin .bestofthebest-item-horizontal {
    margin-left: 0;
    margin-right: 10px;
}

.bestofthebest-skin .bestofthebest-direction-rtl .bestofthebest-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

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

/**Horizontal Buttons**/
.bestofthebest-skin .bestofthebest-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://files.tgpi.ru/images/elements/next.png) no-repeat 0 0;
}

.bestofthebest-skin .bestofthebest-direction-rtl .bestofthebest-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(http://files.tgpi.ru/images/elements/prev.png);
}

.bestofthebest-skin .bestofthebest-next-horizontal:hover,
.bestofthebest-skin .bestofthebest-next-horizontal:focus {
    background-position: -32px 0;
}

.bestofthebest-skin .bestofthebest-next-horizontal:active {
    background-position: -64px 0;
}

.bestofthebest-skin .bestofthebest-next-disabled-horizontal,
.bestofthebest-skin .bestofthebest-next-disabled-horizontal:hover,
.bestofthebest-skin .bestofthebest-next-disabled-horizontal:focus,
.bestofthebest-skin .bestofthebest-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.bestofthebest-skin .bestofthebest-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://files.tgpi.ru/images/elements/prev.png) no-repeat 0 0;
}

.bestofthebest-skin .bestofthebest-direction-rtl .bestofthebest-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(http://files.tgpi.ru/images/elements/next.png);
}

.bestofthebest-skin .bestofthebest-prev-horizontal:hover, 
.bestofthebest-skin .bestofthebest-prev-horizontal:focus {
    background-position: -32px 0;
}

.bestofthebest-skin .bestofthebest-prev-horizontal:active {
    background-position: -64px 0;
}

.bestofthebest-skin .bestofthebest-prev-disabled-horizontal,
.bestofthebest-skin .bestofthebest-prev-disabled-horizontal:hover,
.bestofthebest-skin .bestofthebest-prev-disabled-horizontal:focus,
.bestofthebest-skin .bestofthebest-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}