﻿* {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
#slider {
	width: 670px; /* important to be same as image width */;
	height: 264px; /* important to be same as image height */;
	position: relative; /* important */;
	overflow: hidden; /* important */;
	margin: 0px;
	background: url('../images/slider/blank.gif') repeat-x;
}
#sliderContent {
	width: 670px; /* important to be same as image width or wider */;
	position: relative;
	top: 0;
	margin-left:0;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
}
.sliderImage div {
	position: absolute;
	font: 9pt/12pt Tahoma, Arial, Helvetica, sans-serif;
	/*padding: 10px 0;*/
	width: 670px;
	/*background-color: #000;*/
	filter: alpha(opacity=80);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage div h2, h2 a {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:5px 10px;
	direction: rtl;
}
.sliderImage div h2 a {
	color:#DA981A;
}
.sliderImage div p {
	font-size: 9pt;
	direction: rtl;
}
.bottom {
	bottom: 0;
	right: 0;
}