

/**
 * Slider specific styles
 */

.slider {
    position: relative;
	vertical-align:middle;
    margin: 0 auto 40px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.frame {
    position: relative;
    width: 270px;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
}

.frame li {
    position: relative;
    display: inline-block;
    /*height: 130px; OBAR */
	padding:5px;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    /*background: red; OBAR */
    color: #333;
}

.slides {
    display: inline-block;
}

.simple li {
    width: 270px;
    margin-right: 10px;
}

.variablewidth li {
    width: 280px;
    margin-right: 10px;

}

.multipleelements li, .multislides li, .ease li {
    width: 60px;
    margin-right: 10px;
}

.jsSlideItem img
{
	width:45px;
	background-color:#FFC875;
}

.simple li:last-child,
.variablewidth li:last-child,
.multipleelements li:last-child,
.multislides li:last-child,
.ease li:last-child {
    margin-right: 0;
}

.prev, .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    cursor: pointer;
}

.next {
    right: 0;
}

.prev {
    left: 0;
}

.next svg, .prev svg {
    width: 25px;
}

@media screen and (min-width: 640px ) {
    /**
     * Demo Page Styles
     */
    .examplecode, .frame {
        width: 580px;
    }

.jsSlideItem
{
	width:125px;
	height:125px;
	background:url(../image/nbgCat.png);
	margin:auto;
	margin-bottom:20px;
	margin-top:20px;
}

.jsSlideItem img
{	
	width:auto;
	background-color:none;
}

    table {
        width: 580px;
        margin: 0 auto;
    }

    tr {
        padding: 0;
    }

    /**
     * Slider specific styles
     */

    .slider {
        width: 640px;
        margin: 0 auto 20px;
    }

    .simple li {
        width: 580px;
    }

    .variablewidth li {
        width: 280px;
        margin-right: 10px;
    }

    .multipleelements li, .multislides li, .ease li {
        width: 130px;
        margin-right: 20px;
    }
}

@media screen and (min-width: 980px ) {
    /**
     * Demo Page Styles
     */

    /**
     * Slider specific styles
     */

.jsSlideItem
{
	width:125px;
	height:125px;
	background:url(../image/nbgCat.png);
	margin:auto;
	margin-bottom:20px;
	margin-top:20px;
}

.jsSlideItem img
{	
	width:auto;
	background-color:none;
}

    .slider {
        width: 880px;
        margin: 0 auto 20px;
		height:280px;
    }

    .frame {
        width: 880px;
    }

    .simple li {
        width: 880px;
    }

    .variablewidth li {
        width: 280px;
        margin-right: 10px;
    }

    .multipleelements li, .multislides li, .ease li {
        width: 205px;
        margin-right: 20px;
    }
}
