﻿@font-face {
    src: url('../_fonts/DroidSansArabic.eot');
    src: url('../_fonts/DroidSansArabic.eot?#iefix') format('embedded-opentype'), url('../_fonts/DroidSansArabic.woff') format('woff'), url('../_fonts/DroidSansArabic.ttf') format('truetype'), url('../_fonts/DroidSansArabic.svg#DroidSansArabic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-family: 'DroidSansArabic' !important;
}
/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 668px;
	height: 212px;
	margin: 0;
	padding: 0;
	position: relative;
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 38px;
	height: 38px;
	position: relative;
	top: 35px;
	cursor: pointer;
}
.jscarousal-horizontal-back
{
	background-image: url(../_images/special_slider_arrow_left.png);
	background-repeat: no-repeat;
	background-position: left;
	margin:40px 0px 0px 0px;
}
.jscarousal-horizontal-forward
{
	background-image: url(../_images/special_slider_arrow_right.png);
	background-repeat: no-repeat;
	background-position: right;
	margin:40px 0px 0px 0px;
}
.jscarousal-contents-horizontal
{
	width: 668px;
	height: 212px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 212px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 10px;
}
.jscarousal-contents-horizontal img
{
	width: 166px;
	height: 124px;
	border: solid 1px #c7c7c7;
	margin:20px 0px 0px 20px;
}
/*Horizontal Orientation CSS Ends*/

/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=20);
	opacity: 0.2;
	cursor: pointer;
}
.thumbnail-title
{
	font-family:'DroidSansArabic';
	font-size:14px;
	color: #ece2ca;
	text-align: center;
	display: block;
	margin: 6px 0px 0px 0px;
}
.thumbnail-value
{
	font-family:'DroidSansArabic';
	font-size:18px;
	color: #ffffff;
	text-align: center;
	display: block;
}
#carouselh 
{
    width:744px;
    margin:14px 0px 0px 30px;   
}
