.slider-pro {
    font-family: Microsoft JhengHei, "Arial", sans-serif, Helvetica, Arial, PMingLiU;
}

.links {
	text-align: center;
	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: 264px;
	float: right;
	padding: 8px;
	background-color: #ffffff;
	border-bottom: 1px dashed #ccc;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	line-height: 38px;
}
#example5 .sp-thumbnail-text:hover .sp-thumbnail-title {
	color: #008dc6;
}

#example5 .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	text-align: left;
}
#example5 .sp-selected-thumbnail .sp-thumbnail-title {
	color: #008dc6;
}

#example5 .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
	line-height: 1.2;
}
#example5 .sp-selected-thumbnail .sp-thumbnail-description{
	color: #008dc6;
}

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

	#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;
	}
}