.slider-pro {
    font-family: 'Myriad Pro', Arial;
	margin-top:10px;
}



.links {
	text-align: left;
	margin-top: 10px;
}

/* Example 5 */

#example5 .sp-thumbnail-image-container {
	width: 100px;
	height: 80px;
	overflow: hidden;
	float: left;
}

#example5 .sp-thumbnail-image {
	height: 100%;
}

#example5 .sp-thumbnail-text {
	/*width: 170px;*/
	width: 270px;
    float: right;
    padding: 8px;
    background-color: #F0F0F0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#example5 .sp-thumbnail-title {
	margin-bottom: 5px;
	/*text-transform: uppercase;*/
	font:italic 14px Arial; color:#2565b0;
}

#example5 .sp-thumbnail-description {
	font-size: 14px;
	font-family: 'Myriad Pro', Arial;
	color: #333333;
}

@media (max-width: 500px) {
	#example5 .sp-thumbnail {
		text-align: left;
	}

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

	#example5 .sp-thumbnail-text {
		width: 120px;
	}

	#example5 .sp-thumbnail-title {
		font-size: 12px;
		text-transform: uppercase;
	}

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