/* slider small */

#slider {
	padding: 10px 0 20px 0;
	height: 145px;
	overflow-x: scroll; 
}

#slider a {
	background: none;	
	padding: 0;
	margin: 0;
}

#slider ul {
	width: 1600px;
}
	
#slider ul li {
	float: left;
	padding-right: 1px;
	padding-left: 0px;
}

/**
 * This <div> element is wrapped by jslider around the list
 * and has the classname "jslider-container".
 */

.jslider-container {
    position: relative;
}

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

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

.jslider-list li,
.jslider-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 155px;
    height: 125px;
}

/**
 * The buttons are added dynamically by jslider before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jslider-next" and "jslider-prev".
 */

.jslider-next {
    z-index: 3;
    display: none;
}

.jslider-prev {
    z-index: 3;
    display: none;
}
.jslider-skin-sml .jslider-container {
    background: transparent url("/css-img/slider-sml-bg.jpg") 0 0 no-repeat;
}

/* sml */
.jslider-skin-sml .jslider-container-horizontal {
    width: 640px;
    padding: 15px 24px;
	/*border: 1px solid green;*/
}

.jslider-skin-sml .jslider-clip-horizontal {
    width:  630px;
    height: 100%;
	padding-left: 1px;
	/*border: 1px solid red;*/
}

.jslider-skin-sml .jslider-item {
    width: 155px;
    height: 125px;
}

.jslider-skin-sml .jslider-item-horizontal {
    margin-right: 2px;
}

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

/**
 *  Horizontal Buttons sml
 */
.jslider-skin-sml .jslider-next-horizontal {
    position: absolute;
    top: 0px;
    right: 13px;
    width: 19px;
    height: 150px;
    cursor: pointer;
    background: transparent url("/css-img/next-hor-sml-a.gif") no-repeat 0 0;
}

.jslider-skin-sml .jslider-next-horizontal:hover {
    background: transparent url("/css-img/next-hor-sml-b.gif") no-repeat 0 0;
}

.jslider-skin-sml .jslider-next-horizontal:active {
    background: transparent url("/css-img/next-hor-sml-c.gif") no-repeat 0 0;
}

.jslider-skin-sml .jslider-next-disabled-horizontal,
.jslider-skin-sml .jslider-next-disabled-horizontal:hover,
.jslider-skin-sml .jslider-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url("/css-img/next-hor-sml-d.gif") no-repeat 0 0;
}

.jslider-skin-sml .jslider-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 4px;
    width: 19px;
    height: 150px;
    cursor: pointer;
    background: transparent url("/css-img/prev-hor-sml-a.gif") no-repeat 0 0;
}

.jslider-skin-sml .jslider-prev-horizontal:hover {
    background: transparent url("/css-img/prev-hor-sml-b.gif") no-repeat 0 0;
}

.jslider-skin-sml .jslider-prev-horizontal:active {
    background: transparent url("/css-img/prev-hor-sml-c.gif") no-repeat 0 0;
}

.jslider-skin-sml .jslider-prev-disabled-horizontal,
.jslider-skin-sml .jslider-prev-disabled-horizontal:hover,
.jslider-skin-sml .jslider-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url("/css-img/prev-hor-sml-d.gif") no-repeat 0 0;
}

/* slider big*/
#slider-big {
	padding: 20px 0;
	height: 200px;
	overflow-x: scroll; 
}

#slider-big a {
	background: none;	
	padding: 0;
	margin: 0;
}

#slider-big ul {
	width: 2620px;
}
	
#slider-big ul li {
	float: left;
	padding-right: 1px;
	padding-left: 0px;
}

/* big */
.jslider-skin-big .jslider-container {
    background: transparent url("/css-img/slider-big-bg.jpg") 0 0 no-repeat;
}

.jslider-skin-big .jslider-container-horizontal {
    width: 870px;
    padding: 15px 35px;
	height: 220px;
	/*border: 1px solid blue;*/
}

.jslider-skin-big .jslider-clip-horizontal {
    width:  795px;
	margin-left: 40px;
	height: 182px;
	/*border: 1px solid orange;*/
}

.jslider-skin-big .jslider-item {
    width: 260px;
    height: 180px;
}

.jslider-skin-big .jslider-item-horizontal {
    margin-right: 5px;
}

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

/* Buttons big */

.jslider-skin-big .jslider-next-horizontal {
    position: absolute;
    top: 0px;
    right: 25px;
    width: 30px;
    height: 215px;
    cursor: pointer;
    background: transparent url("/css-img/next-hor-big-a.gif") no-repeat 0 0;
}

.jslider-skin-big .jslider-next-horizontal:hover {
    background: transparent url("/css-img/next-hor-big-b.gif") no-repeat 0 0;
}

.jslider-skin-big .jslider-next-horizontal:active {
    background: transparent url("/css-img/next-hor-big-c.gif") no-repeat 0 0;
}

.jslider-skin-big .jslider-next-disabled-horizontal,
.jslider-skin-big .jslider-next-disabled-horizontal:hover,
.jslider-skin-big .jslider-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url("/css-img/next-hor-big-d.gif") no-repeat 0 0;
}

.jslider-skin-big .jslider-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 25px;
    width: 30px;
    height: 215px;
    cursor: pointer;
    background: transparent url("/css-img/prev-hor-big-a.gif") no-repeat 0 0;
}

.jslider-skin-big .jslider-prev-horizontal:hover {
    background: transparent url("/css-img/prev-hor-big-b.gif") no-repeat 0 0;
}

.jslider-skin-big .jslider-prev-horizontal:active {
    background: transparent url("/css-img/prev-hor-big-c.gif") no-repeat 0 0;
}

.jslider-skin-big .jslider-prev-disabled-horizontal,
.jslider-skin-big .jslider-prev-disabled-horizontal:hover,
.jslider-skin-big .jslider-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url("/css-img/prev-hor-big-d.gif") no-repeat 0 0;
}
