/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.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;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 270px;
    height: 300px;
}

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

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


/*------------------- SKIN ----------------------------*/
.scroll-home .jcarousel-skin-tango .jcarousel-container {
  /*  -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;*/
}

.scroll-home .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 270px;
    /*padding: 20px 40px;*/
	padding:0px;
}

.scroll-home .jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.scroll-home .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  270px;
    height: 300px;
}

.scroll-home .jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.scroll-home .jcarousel-skin-tango .jcarousel-item {
    width: 270px;
    height: 300px;
}

.scroll-home .jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 0px;
}

.scroll-home .jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.scroll-home .jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.scroll-home .jcarousel-skin-tango .jcarousel-next-horizontal {
	display: none
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.scroll-home .jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.scroll-home .jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.scroll-home .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.scroll-home .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.scroll-home .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.scroll-home .jcarousel-skin-tango .jcarousel-prev-horizontal {
	display: none
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.scroll-home .jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.scroll-home .jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.scroll-home .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.scroll-home .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.scroll-home .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.scroll-home .jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.scroll-home .jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.scroll-home .jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.scroll-home .jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.scroll-home .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.scroll-home .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.scroll-home .jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.scroll-home .jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.scroll-home .jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.scroll-home .jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.scroll-home .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.scroll-home .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/*------------------------- HOME ----------------------------------------*/
/**
 * Additional styles for the controls.
 */
.scroll-home .jcarousel-control {
   /* margin-bottom: 10px;
    text-align: center;*/
	margin:0 auto;
	width:70px;
	_width:85px;
}

.scroll-home .jcarousel-control a {
  /*  font-size: 75%;
    text-decoration: none;
    padding: 0 5px;
    margin: 0 0 5px 0;
    border: 1px solid #fff;
    color: #eee;
    background-color: #4088b8;
    font-weight: bold;*/
	
	

}

.scroll-home .jcarousel-control a div.control-width { width:11px; height:11px; background-image: url(../../images/btn-list-untick.gif); cursor:hand;
	background-repeat:no-repeat;  display:block; margin-top:10px; margin-left:3px; float:left}
.scroll-home .jcarousel-control a div.btn-active {background-image: url(../../images/btn-list-tick.gif); }
.scroll-home .jcarousel-control a div.btn-inactive {background-image: url(../../images/btn-list-untick.gif); }

.scroll-home .jcarousel-control a span.control-page { display:none;}

.scroll-home .jcarousel-control a:focus,
.scroll-home .jcarousel-control a:active {
    outline: none;
}

.scroll-home .jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}

.scroll-home .jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.scroll-home .jcarousel-scroll select {
    font-size: 75%;
}

.scroll-home #mycarousel-next,
.scroll-home #mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
}



