.slider-pro {
    font-family: "Conv_GE_SS_TV_Bold";
}

/* Example 1 */

#example1 .sp-thumbnail {
	width: 100%;
	padding: 8px;
	background-color: #F0F0F0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#example1 .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
}

#example1 .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
}

@media (max-width: 860px) {
	#example1 .hide-medium-screen {
		display: none;
	}
}

@media (max-width: 640px) {
	#example1 .sp-layer {
		font-size: 12px;
	}

	#example1 .hide-small-screen {
		display: none;
	}
}

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

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

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

/* Example 3 */

#example3 .sp-selected-thumbnail {
	border: 4px solid #000;
}

/* Example 4 */

#example4 .sp-slides-container {
	background-color: #F4F4F4;
}

#example4 h3 {
	margin: 0 0 10px 0;
}

#example4 p {
	margin: 0 0 30px 0;
}

#example4 .sp-thumbnail-container {
	width: 251px;
	height: 35px;
	overflow: hidden;
	margin-bottom: 10px;
}

.sp-thumbnail-container{
	height: 35px !important;
}
#example4 .sp-image-text {
	background: rgba( 80, 80, 80, 0.5 );
	color: #FFF;
	padding: 20px;
}

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

/* Example 5 */

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

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

#example5 .sp-slides-container {
    text-height: auto !important;
}
#example5 .sp-thumbnail-text {
	width: 243px;
	height:34px !important;
    float: right;
	background:url(../img/news_rec.png) center center no-repeat;
    background-color: #F0F0F0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-right: 10px;
        overflow: hidden;
        cursor: pointer !important;
}
.sports_page #example5 .sp-thumbnail-text {
    padding-right: 40px !important;
    overflow: hidden;
}
.sp-selected-thumbnail .sp-thumbnail-text {
	background:url(../img/news_rec_over.png) top right no-repeat !important;
}
.sp-selected-thumbnail .sp-thumbnail-text .sp-thumbnail-description{
        color: #fff !important;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before
{
    height: 98% !important;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after
{
    top: 48% !important;
    left: 2px !important;
}
.sports_page #example5 .sp-thumbnail-text {
	width: 243px;
	height:34px !important;
    float: right;
	background:url(../img/news_rec_sport.png) center center no-repeat;
    background-color: #F0F0F0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-right: 60px;
}
.sports_page .sp-selected-thumbnail .sp-thumbnail-text {
	background:url(../img/news_rec_sport_over.png) center right no-repeat !important;
}

#example5 .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
}

#example5 .sp-thumbnail-description {
	font-size: 14px;
	color: #000;
	direction:rtl;
	padding-top:10px;
}

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

	#example5 .sp-thumbnail-image-container {
		display: none;
	}
        
/*        div#example5 div.sp-slides-container,
	div#example5 div.sp-slides-container div.sp-mask
        {
            width: 85% !important;
        }
        
        
	div#example5 div.sp-slide,
	
	div#example5 .sp-image-containe img.sp-image,
	#example5 .sp-image-container {
		width: 100% !important;
	}*/

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

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

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