@charset "utf-8";

.light-slider ul{
	list-style: none outside none;
    padding-left: 0;
          margin: 0;
}
.light-slider{
    width: 100%;
}

.light-slider .content-slider {
	margin-top: 25px;
	margin-bottom: 25px;
}
.light-slider .content-slider li {
    /* background-color: #ed3020; */
    text-align: center;
    color: #FFF;
}

.light-slider .content-slider li .layout {
    padding: 6px 4px;
}
.light-slider .content-slider li .layout:hover {
    background-color: #333333;
}

.light-slider .content-slider li img {
    width : 100%;
}

