.jcarousel-skin-ie7 .jcarousel-container {
    background: #ebebeb;
    height:87px;
    margin-bottom:20px;
    border:1px solid #ccc;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 590px;
    padding:20px 20px;
}



.jcarousel-skin-ie7 .jcarousel-clip {
    width: 590px !important;
    height: 90px;
    overflow: hidden;
}



.jcarousel-skin-ie7 .jcarousel-item {
    width:  285px;
    height: 100px;
    margin-right: 20px;
}

.jcarousel-skin-ie7 .jcarousel-item:last-child {

    margin-right: 0px;
}

div.advert_slider_item:hover, div.advert_slider_item:hover p, div.advert_slider_item:hover .slider_text p {
  
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
	margin-left: 0;
}

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



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

.jcarousel-skin-ie7 .slider_thumb img {
    width:120px;
    height:90px;
    margin-right:10px;
}

.jcarousel-skin-ie7 .slider_title {
    font-weight: bold;
	color: #c40000;
	font-size: 12px;
}

.jcarousel-skin-ie7 .slider_text {
    padding-top: 4px;
	color: #222;
        font-weight: bold;
	font-size: 12px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 38px;
    height: 127px;
    cursor: pointer;
    background: transparent url(next.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background: transparent url(next.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-horizontal:focus {
    background: transparent url(next_hover.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
    background: transparent url(next_hover.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(next.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 38px;
    height: 127px;
    cursor: pointer;
    background: transparent url(prev.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background: transparent url(prev_hover.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-ie7 .jcarousel-prev-horizontal:focus {
    background: transparent url(prev_hover.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background: transparent url(prev_hover.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(prev.png) no-repeat 0 0;
}
