
/* Example 5 */

#example5 .sp-thumbnail-image-container {
	width: 100px;
	height: 105px;
	overflow: hidden;
	float: left;
}

#example5 .sp-thumbnail-image {
	height: 105px;width:100px
}


#example5 .sp-thumbnail-text {
	width: 120px;
    float: right;
    height:105px;
	padding:25px 15px;
    background-color: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
		font-size: 16px;
}

#example5 .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #205ea8;font-weight:bold
}

#example5 .sp-thumbnail-description {
	font-size: 16px;
	color: #333;
}