﻿@font-face {
    font-family: "fx";
    src: url(GE_Dinar_Two_Medium.otf) format("truetype");
}
@font-face {
    font-family: "ie";
    src: url(GE_Dinar_Two_Medium.eot);
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 980px;
    height: 160px;
    padding: 0;
}
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  980px;
    height: 160px;
    margin:auto auto;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 317px;
    height: 160px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 14px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 175px;
    right: 0;
    width: 41px;
    height: 41px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    position: absolute;
    top: 175px;
    right: 0;
    width: 41px;
    height: 41px;
    cursor: pointer;
    background: transparent url(next-horizontal_over.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 175px;
    left: 0;
    width: 41px;
    height: 41px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    position: absolute;
    top: 175px;
    left: 0;
    width: 41px;
    height: 41px;
    cursor: pointer;
    background: transparent url(prev-horizontal_over.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}
 *  Div Pictur
 */
a {
	text-decoration:none;
	margin-bottom:
}
a img {
	border:0;
}
* {
	padding:0px;
	margin:0px;
}
.JCarousel_Div {
	width:317px;
	height:158px;
	position:relative;
}
.JCarousel_Div_Img {
	width:158px;
	height:158px;
	background:#760707;
	position:absolute;
	right:0;
}
.JCarousel_Div_Img img {
	width:146px;
	height:146px;
	margin-top:6px;
	margin-left:6px;
}
.JCarousel_Div_Des {
	width:155px;
	height:156px;
	background:#FFF;
	position:absolute;
	left:0;
	border:1px #d6d5d5 solid;
}
.JCarousel_Div_Des h3 {
	color:#393939;
	font-size:14px;
	font-family:"fx", "ie";
	font-weight:normal;
	text-align:justify;
	direction:rtl;
	line-height:20px;
	padding:0 5px;
	margin-top:5px;
}
.JCarousel_Div_Des p {
	color:#828282;
	font-size:13px;
	font-family:"fx", "ie";
	font-weight:normal;
	text-align:justify;
	direction:rtl;
	line-height:18px;
	padding:0 7px;
	margin-top:5px;
}
.JCarousel_Div:hover .JCarousel_Div_Img {
	background:#2e2e2e;
}