﻿.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    height: 102px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal 
{
    padding: 0 26px;
	margin:0 0 0 0;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 102px;
	padding:0;
}

.jcarousel-skin-tango .jcarousel-item {
	width: 158px;
    height: 72px;
    padding-right: 5px;
}

.jcarousel-skin-tango .jcarousel-item img 
{
	margin-right: 15px;
	cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: -14px;
    width: 38px;
    height: 102px;
    cursor: pointer;
    background: transparent url(RightSideBlur1.jpg) no-repeat 0 0;
    z-index: 999;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: -14px;
    width: 38px;
    height: 102px;
    cursor: pointer;
    background: transparent url(LeftSideBlur1.jpg) no-repeat 0 0;
}

/* IE */ * html .jcarousel-skin-tango .jcarousel-container-horizontal { padding:0 22px; }

