﻿.slider
{
 float: left;
 width: 1070px;
 height: 257px;
 overflow: hidden;
 position: relative;
 box-sizing: border-box;
}
@media (min-width: 1201px) {
.slider
{
 width: 100%;
 max-width: 1070px;
}
}

.slider-item
{
 display: block;
 overflow:hidden;
}

.slider-item-img
{
 float:left;
 margin-left: 15px;
 margin-right: 15px;
}

.slider-item-desc
{
 display:block;
 padding-top: 20px;
 padding-right: 20px;
 color:#fff;
 text-align: left;
}

.slider-item-title
{
 display:block;
 font-size: 1.5em;
 margin-bottom: 20px;
}

.slider-item-title a
{
 display:block;
 color:#fff;
 text-decoration:none;
}

.content
{
 width:740px;
}

.jcarousel-control
{
 position:absolute;
 z-index:50;
 height:15px;
 right:20px;
 bottom:40px;
 background:url(/Images/Slide/bullets.png) no-repeat 100% 100%;
}

.jcarousel-control:after
{
 position:absolute;
 z-index:51;
 height:15px;
 left:40px;
 right:19px;
 bottom:0px;
 background:url(/Images/Slide/bullets.png) no-repeat 0 0;
 content:"";
}

.jcarousel-control li
{
 position:relative;
 z-index:55;
 width:15px;
 height:15px;
 float:left;
 margin: 0 1px 0 4px;
 bottom:16px;
 background:url(/Images/Slide/bullet.png) no-repeat -9999px -9999px;
 text-indent:-9999px;
 font-size:0;
}

.jcarousel-control li:first-child
{
 margin-left: 0
}

.jcarousel-control .flex-active
{
 background-position: 50% 50%;
}
