#example5 .sp-slides{ width: 100%; float: left!important}
#example5 .sp-thumbnail-container{ height: 74px!important}
#example5 .sp-thumbnail-image-container {
	width: 80px;
	height: 64px!important;
	overflow: hidden;
	float: left; text-align: center; background-color: white; padding: 8px 0 0;
}
#example5 .sp-thumbnail-image-container img{ width: 50px!important}
#example5 .sp-thumbnail-text {
	width:330px;
    float: right;
    padding: 12px 0 18px 5px;
    background-color: #ffffff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#example5 .sp-thumbnail-title {
	margin-bottom: 3px;
	text-transform: uppercase;
	color: #333; font-weight: 900
}

.sp-thumbnail-description {
	font-size: 12px; line-height: 11px;
	color: #333;
}
#example5 .sp-caption-container{ color:gray}
.sp-arrow{ display:none!important}

@media (max-width: 800px) {
	.sp-slides-container{ margin-bottom: 30px}
	#example5 .sp-thumbnail-text {
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;

	}

}
@media (max-width: 500px) {
	.sp-slides-container{ margin-bottom: 30px}
	#example5 .sp-thumbnail {
		text-align: center;
	}

	#example5 .sp-thumbnail-image-container {
		display: none;}

	#example5 .sp-thumbnail-text {
		width: 160px; -webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	}

	#example5 .sp-thumbnail-title {
		font-size: 12px; line-height: 14px; font-weight: 700;
		text-transform: capitalize;
	}

	#example5 .sp-thumbnail-description {
		display: none;
	}
}