﻿.jcarousel-skin2-tango .jcarousel-direction-rtl {
	direction:rtl;
}
.jcarousel-skin2-tango .jcarousel-container-horizontal {
    width:830px;
    height:180px;
	margin:0 auto;
}
.jcarousel-skin2-tango .jcarousel-clip {
    overflow:hidden;
}
.jcarousel-skin2-tango .jcarousel-clip-horizontal {
    width:830px;
    height:180px;
    margin:0 auto;
}
.jcarousel-skin2-tango .jcarousel-item {
    width:228px;
    height:180px;
}
.jcarousel-skin2-tango .jcarousel-item-horizontal {
	margin-left:0px;
    margin-right:72px;
}
.jcarousel-skin2-tango .jcarousel-item-placeholder {
    color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin2-tango .jcarousel-next-horizontal {
    position:absolute;
    top:75px;
    right:-80px;
    width:23px;
    height:23px;
    cursor:pointer;
    background:transparent url(right.png) no-repeat 0 0;
	z-index:999;
}
.jcarousel-skin2-tango .jcarousel-prev-horizontal {
    position:absolute;
    top:75px;
    left:-80px;
    width:23px;
    height:23px;
    cursor:pointer;
    background:transparent url(left.png) no-repeat 0 0;
	z-index:999;
}
.Jcarousel_Layout {
	width:228px;
    height:126px;
	background:#FFF;
	-webkit-border-radius:6px;  
    -moz-border-radius:6px;  
    border-radius:6px;
	behavior:url(js/PIE.htc);
	margin-bottom:10px;
}
.Jcarousel_Layout img {
	width:222px;
    height:120px;
	-webkit-border-radius:6px;  
    -moz-border-radius:6px;  
    border-radius:6px;
	behavior:url(js/PIE.htc);
	margin:3px;
}
.Jcarousel_Des {
	width:228px;
    height:50px;
	line-height:25px;
	text-align:center;
	overflow:hidden;
}
.Jcarousel_Des h6 {
	font-family:'HacenCasablancaLight';
	font-weight:bold;
	font-size:18px;
	color:#999999;
	text-align:center;
	direction:rtl;
	line-height:25px;
}
.Jcarousel_Des span {
	font-family:'HacenCasablancaLight';
	font-weight:normal;
	font-size:15px;
	color:#FFF;
	text-align:center;
	direction:rtl;
	line-height:25px;
}