.slider {
    overflow: hidden;
	max-width: 100%;
}

.slider,.slider-images,.slider-title ,.slider-preview-img, .slider-preview-text{
    position:relative;
}
.slider-images img, .slider-titles, .slider-title-overlay, .slider-preview-overlay, .slider-items, .slider-previews {
    position:absolute;
}
.slider-images img {
    top:0;
    left:0;
	max-width: 100%;
	min-width: 100% !important;
}
.slider-titles {
    max-width: 200px;
    max-height: 60px;
    top: 40px;
    right: 0;
}
.slider-title-overlay,.slider-preview-overlay{
    width: 100%;
    height: 100%;
}
.slider-title .slider-title-text {
    position:relative;
    display: block;
    padding: 10px;
    font-size: 18px;
}
.slider-items {
    bottom: 10px;
    right: 0;
}
.slider-item {
    display: inline-block;
    width: 0;
    height: 0;
    padding: 10px;
    line-height: 10px;
    font-size: 0;
    margin-right: 20px;
    cursor: pointer;
}
.slider-previews {
    right: 0;
    bottom: 50px;
    width: 55%;
    line-height: 15px;
}
.slider-preview {
    display: none;
}
.slider-preview:after {
    content: '';
    clear: both;
    display: block;
}
.slider-preview-text {
    top: 10px;
}
.slider-preview-img, .slider-preview-text {
    display: inline;
}
.slider-preview-img {
    padding: 10px;
    float: left;
    max-width: 110px;
}

.slider-preview-text, .slider-titles .slider-title-text{
    color: white;
}
.slider-titles .slider-title-text:hover{
    color: white;
}
.slider-title-overlay, .slider-preview-overlay {
    opacity: .7;
    -moz-opacity: .7;
    -ms-filter: 'alpha(opacity=70)';
    background-color: #2ecc71;
    -webkit-transition: background-color 0.5s ease, color 0.1s ease;
    transition: background-color 0.5s ease, color 0.1s ease;
}
.slider-title:hover .slider-title-overlay {
    background-color: #c0392b;
}
.slider-item {
    background-color: #3b4243;
    border: 2px solid #2ecc71;
}
.slider-item.active {
    border-color: #e74c3c;
}
.slider-item:hover {
    background-color: #34495e;
}
.slider-header h4 {
    margin: 0;
}
@media (max-width:768px) {
	.slider-previews {
		display: none;
	}
}

@media (max-width:568px) {
	.slider-titles {
		top: 5px;
	}
	.slider-title .slider-title-text {
		font-size: 14px;
	}
}