.slider-pro {
    font-family: 'Open Sans', Arial;
}

/* Example 1 */

#display1 .sp-thumbnail {
	width: 100%;
	padding: 8px;
	background-color: #F0F0F0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#display1 .sp-thumbnail-title {
	font-size: 1.1em;
	
	text-transform: uppercase;
	color: #333;
}

#display1 .sp-thumbnail-description {
	font-size: 1em;
	color: #333;
}

/* Example 3 */

#display3 .sp-selected-thumbnail {
	border: 4px solid #000;
}
