/**
 * This <div> element is wrapped by jcarousel1 around the list
 * and has the classname "jcarousel1-container".
 */
.jcarousel1-container {
    position: relative;
}

.jcarousel1-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel1-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel1-list li,
.jcarousel1-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
	padding-left: 15px;
	padding-right: 25px;
}

/**
 * The buttons are added dynamically by jcarousel1 before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel1-next" and "jcarousel1-prev".
 */
.jcarousel1-next {
    z-index: 3;
    display: none;
}

.jcarousel1-prev {
    z-index: 3;
    display: none;
}



.jcarousel1-skin-tango1 .jcarousel1-container {
}

.jcarousel1-skin-tango1 .jcarousel1-container-horizontal {
    width: 370px;/*
    padding: 20px 40px;*/
	margin-left:25px;
}

.jcarousel1-skin-tango1 .jcarousel1-container-vertical {
    width: 75px;
    height: 245px;
    /*padding: 40px 20px;*/
}

.jcarousel1-skin-tango1 .jcarousel1-clip-horizontal {
    width:  370px;
    height: 75px;
	margin-left:5px;
}

.jcarousel1-skin-tango1 .jcarousel1-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel1-skin-tango1 .jcarousel1-item {
    width: 75px;
    height: 75px;
}

.jcarousel1-skin-tango1 .jcarousel1-item-horizontal {
    margin-right: 5px;
}

.jcarousel1-skin-tango1 .jcarousel1-item-vertical {
    margin-bottom: 10px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel1-skin-tango1 .jcarousel1-next-horizontal {
    position: absolute;
    top: 23px;
    right: -35px;
    width: 26px;
    height: 33px;
    cursor: pointer;
    background: transparent url(../Images/garrowrsel.gif) no-repeat 0 0;
}

.jcarousel1-skin-tango1 .jcarousel1-next-horizontal:hover {
    background: transparent url(../Images/garrowrsel.gif) no-repeat 0 0;
}

.jcarousel1-skin-tango1 .jcarousel1-next-horizontal:active {
      background: transparent url(../Images/garrowrsel.gif) no-repeat 0 0;
}

.jcarousel1-skin-tango1 .jcarousel1-next-disabled-horizontal,
.jcarousel1-skin-tango1 .jcarousel1-next-disabled-horizontal:hover,
.jcarousel1-skin-tango1 .jcarousel1-next-disabled-horizontal:active {
    cursor: default;
   background: transparent url(../Images/garrowrunsel.gif) no-repeat 0 0;
}

.jcarousel1-skin-tango1 .jcarousel1-prev-horizontal {
    position: absolute;
    top: 23px;
    left: -25px;
    width: 26px;
    height: 33px;
    cursor: pointer;
    background: transparent url(../Images/garrowlsel.gif) no-repeat 0 0;
}

.jcarousel1-skin-tango1 .jcarousel1-prev-horizontal:hover {
    background: transparent url(../Images/garrowlsel.gif) no-repeat 0 0;
}

.jcarousel1-skin-tango1 .jcarousel1-prev-horizontal:active {
    background: transparent url(../Images/garrowlsel.gif) no-repeat 0 0;
}

.jcarousel1-skin-tango1 .jcarousel1-prev-disabled-horizontal,
.jcarousel1-skin-tango1 .jcarousel1-prev-disabled-horizontal:hover,
.jcarousel1-skin-tango1 .jcarousel1-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../Images/garrowlunsel.gif) no-repeat 0 0;
}
