@font-face {
  font-family: Droid;
  src: url(../Droid-Arabic-Reg.ttf) format("truetype");
}
@font-face {
  font-family: Droid;
  src: url(../Droid-Arabic-Bold.ttf) format("truetype");
  font-weight: bold;
}

.slider-pro {
    font-family:Droid;
}

/* slider-pro-section 5 */

#slider-pro-section .sp-thumbnail-image-container {
	width: 100px;
	height: 80px;
	overflow: hidden;
	float: left;
}

#slider-pro-section .sp-thumbnail-image {
	height: 100%;
}

#slider-pro-section .sp-thumbnail-text {
	width: 170px;
    float: right;
    padding: 8px;
    background-color: #F0F0F0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	height:100px;
	direction:rtl;
}

#slider-pro-section .sp-thumbnail-title {
	position:relative;
	margin: 5px;
	text-transform: uppercase;
	color: #000;
	font-size:9.84pt;
	font-weight:bold;
	margin-top:10%;
	
}

#slider-pro-section .sp-thumbnail-description {
	display: none;
	
}

@media (max-width: 500px) {
	#slider-pro-section .sp-thumbnail {
		text-align: center;
	}

	#slider-pro-section .sp-thumbnail-image-container {
		display: none;
	}

	#slider-pro-section .sp-thumbnail-text {
		width: 120px;
	}

	#slider-pro-section .sp-thumbnail-title {
		font-size: 7.3pt;
		margin-top:0%;
		
	}

	#slider-pro-section .sp-thumbnail-description {
		display: none;
	}
}