﻿#jFlowSlide {
	font-family:"Traditional Arabic";
	font-size:20px;
	font-weight:bold;
	direction: ltr;
}

.slide-wrapper {
	padding: 5px;
}
.slide-thumbnail {
	width: 255px;
	float: left;
}
.slide-thumbnail img {
	max-width: 255px;
}
.slide-details {
	width: 280px;
	float: right;
	margin-left: 5px;
	text-align: right;
	direction: rtl;
}
.slide-details  {
	margin-top: 20px;
	height:195px;
}
.description
{
	font-family:"Traditional Arabic";
	font-size:20px;
	font-weight:bold;
	
	margin-top: 20px;
	height:195px;
}
.jFlowControl {
	width : 24px;
	height : 24px;
	display : inline-block;
	margin : 0 2px 0 0;
	color:#fff;
	text-decoration : none;
	background-position : 0 0;
	background-repeat : no-repeat;
	background-image : url(../images/silde-nav.png);

}
#myController span.jFlowSelected {
	width : 24px;
	height : 24px;
	display : inline-block;
	margin : 0 2px 0 0;
	color:#fff;
	text-decoration : none;
	background-position : 0 -24px;
	background-repeat : no-repeat;
	background-image : url(../images/silde-nav.png);
}

.jFlowControl:hover {
	width : 24px;
	height : 24px;
	display : inline-block;
	margin : 0 2px 0 0;
	color:#fff;
	text-decoration : none;
	background-position : 0 -24px;
	background-repeat : no-repeat;
	background-image : url(../images/silde-nav.png);

}
.jFlowPrev:hover, .jFlowNext:hover {
	display: none;
}
.jFlowPrev, .jFlowNext {
	display: none;
}
.NewsTitle
{
	display:block;
	height:20px;
	line-height:1.2;
	font-family:"Traditional Arabic";
	font-size:18px;
	font-weight:bold;
	color:#0d4c6a;
	text-decoration:none;	
	margin:2px 5px 2px 0px;
}
.jflow-content-slider
{
	position:relative;
}
#myController {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	cursor:pointer;
	margin-top:20px;
	position:absolute;
	left:60px;
	bottom:0px;
}
