
/* Slider */
body .slick-loading .slick-list
{
    background: #fff url('/static/images/product/input/mouse/slide/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
body .slick-prev,
body .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

@media screen and (max-width:640px) {
	body .slick-prev,
	body .slick-next
	{
		z-index: 100;
	}
}

body .slick-prev:hover,
body .slick-prev:focus,
body .slick-next:hover,
body .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
body .slick-prev:hover:before,
body .slick-prev:focus:before,
body .slick-next:hover:before,
body .slick-next:focus:before
{
    opacity: 1;
}
body .slick-prev.slick-disabled:before,
body .slick-next.slick-disabled:before
{
    opacity: .25;
}

body .slick-prev:before,
body .slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .slick-prev
{
    left: -22px;
}
[dir='rtl'] body .slick-prev
{
    right: -22px;
    left: auto;
}
body .slick-prev:before
{
    content: '';
    display: inline-block;
    background: url(/static/images/product/input/mouse/slide/bnr_left.png) no-repeat 0 0;
    background-size: 100%;
    width: 12px;
    height: 25px;
}
body .slick-prev:before
{
    content: '';
    display: inline-block;
    background: url(/static/images/product/input/mouse/slide/bnr_left.png) no-repeat 0 0;
    background-size: 100%;
    width: 12px;
    height: 25px;
}
[dir='rtl'] body .slick-prev:before
{
    content: '';
    display: inline-block;
    background: url(/static/images/product/input/mouse/slide/bnr_right.png) no-repeat 0 0;
    background-size: 100%;
    width: 12px;
    height: 25px;
}

body .slick-next
{
    right: -22px;
}

@media screen and (max-width:640px) {
	body .slick-next
	{
	    right: 31%;
	    bottom: -17%;
	    top: auto;
	}
	body .slick-prev
	{
	    left: 28%;
	    bottom: -17%;
	    top: auto;
	}
}
	
[dir='rtl'] body .slick-next
{
    right: auto;
    left: -22px;
}
body .slick-next:before
{
    content: '';
    display: inline-block;
    background: url(/static/images/product/input/mouse/slide/bnr_right.png) no-repeat 0 0;
    background-size: 100%;
    width: 12px;
    height: 25px;
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* Dots */
body .slick-dotted.slick-slider
{
    margin-bottom: 30px;
}


@media screen and (max-width:640px) {
	body .slick-dotted.slick-slider
	{
	    margin-bottom: 12%;
	}
}



body .slick-dots
{
    position: absolute;
    bottom: -30px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}


@media screen and (max-width:640px) {
	body .slick-dots
	{
	    position: absolute;
	    bottom: -16%;

	    display: block;

	    width: 100%;
	    padding: 0;
	    margin: 0;

	    list-style: none;

	    text-align: center;
	}
}


body .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 1px;
    padding: 0;

    cursor: pointer;
}

@media screen and (max-width:640px) {
	body .slick-dots li
	{
	    position: relative;

	    display: inline-block;

	    width: 18px;
	    height: 20px;
	    margin: 0 1px;
	    padding: 0;

	    cursor: pointer;
	}
}

body .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent !important;
}
body .slick-dots li button:hover,
body .slick-dots li button:focus
{
    outline: none;
}
body .slick-dots li button:hover:before,
body .slick-dots li button:focus:before
{
    opacity: 1;
}
body .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 4px;
    height: 4px;
    content: ' ';

	background-color: #E2E2E2;
    border: 1px solid #E2E2E2;
    border-radius: 2em;
    text-align: center;

    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body .slick-dots li.slick-active button:before
{
    opacity: .75;
    background-color: #777777;
    border: 1px solid #777777;
}
