
    .slick-reco {
        width: 85%;
		margin: 0 auto 0;
    }

    .slick-lp-movie {
        width: 728px;
		margin: 0 auto 0;
    }

    .slick-slide {
      margin: 0px 5px;
    }

    .slick-slide img {
      width: 100%;
    }

.slide-reco-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.reco-prev-arrow{
  left: -60px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f3f6+0,e7e9ec+100,e7e9ec+100 */
background: #f1f3f6; /* Old browsers */
background: -moz-linear-gradient(top, #f1f3f6 0%, #e7e9ec 100%, #e7e9ec 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f1f3f6 0%,#e7e9ec 100%,#e7e9ec 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f1f3f6 0%,#e7e9ec 100%,#e7e9ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f3f6', endColorstr='#e7e9ec',GradientType=0 ); /* IE6-9 */

    border-radius: 3px;
    border-color: #ADB1B8 #A2A6AC #8D9096;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-align: center;
    text-decoration: none!important;
    vertical-align: middle;
    padding: 6px;
    line-height: 0;
    height: auto;
}
.reco-next-arrow{
  right: -60px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f3f6+0,e7e9ec+100,e7e9ec+100 */
background: #f1f3f6; /* Old browsers */
background: -moz-linear-gradient(top, #f1f3f6 0%, #e7e9ec 100%, #e7e9ec 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f1f3f6 0%,#e7e9ec 100%,#e7e9ec 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f1f3f6 0%,#e7e9ec 100%,#e7e9ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f3f6', endColorstr='#e7e9ec',GradientType=0 ); /* IE6-9 */

    border-radius: 3px;
    border-color: #ADB1B8 #A2A6AC #8D9096;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-align: center;
    text-decoration: none!important;
    vertical-align: middle;
    padding: 6px;
    line-height: 0;
    height: auto;
}

.reco-prev-arrow:hover{
border-color:#a2a6ac #979aa1 #82858a;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3e4e8+0,ccced1+100 */
background: #e3e4e8; /* Old browsers */
background: -moz-linear-gradient(top, #e3e4e8 0%, #ccced1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e3e4e8 0%,#ccced1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e3e4e8 0%,#ccced1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e4e8', endColorstr='#ccced1',GradientType=0 ); /* IE6-9 */

box-shadow:0 0 3px 2px rgba(220,220,220,.5)
}

.reco-next-arrow:hover{
border-color:#a2a6ac #979aa1 #82858a;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3e4e8+0,ccced1+100 */
background: #e3e4e8; /* Old browsers */
background: -moz-linear-gradient(top, #e3e4e8 0%, #ccced1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e3e4e8 0%,#ccced1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e3e4e8 0%,#ccced1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e4e8', endColorstr='#ccced1',GradientType=0 ); /* IE6-9 */

box-shadow:0 0 3px 2px rgba(220,220,220,.5)
}




/* =================================
smartphone
================================= */
@media (max-width: 767px) {

    .slick-reco {
        width: 100%;
		margin: 0 auto 0;
    }

    .slick-lp-movie {
        width: 70%;
		margin: 0 auto 0;
    }

.reco-prev-arrow{
  left: -48px;
}

.reco-next-arrow{
  right: -48px;
}

}