.jcarousel_item_gallery {
    direction: ltr;
    height: 305px;
    width: 100% !important;
	padding: 0 2px;
}
.jcarousel_item_gallery ul {
    list-style-type: none;
}
.jcarousel_item_gallery ul li {
    float: left;
	margin: 0 2px;
}
.item_gallery {
    position: relative;
}
.item_gall.fancybox > img {
    box-shadow: 0 0 3px #ccc;
    width: 380px;
	height: 305px;
}
/*--------------- LATEST ----------------------*/

.jcarousel_latest_products {
    direction: ltr;
    height: 273px;
    padding: 48px;
    width: 100% !important;
}
#latest_products  > h2 {
    background: none repeat scroll 0 0 #f5f5f5;
    direction: rtl;
    display: block;
    font-size: 28px;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    padding-right: 20px;
    width: 100%;
}
.jcarousel_latest_products ul {
    list-style-type: none;
}
.jcarousel_latest_products ul li {
    float: left;
	margin: 0 50px;
}

.jcarousel_latest_products a {
    display: block;
    height: 160px;
    width: 160px;
	text-align:center;
}
.jcarousel_latest_products img {
	display: block;
    height: 160px;
    width: 160px;
}

/*--------------- SPECIAL ----------------------*/

.jcarousel_special_products {
    direction: ltr;
    height: 253px;
    padding: 38px;
    width: 100% !important;
}
.jcarousel_special_products ul {
    list-style-type: none;
}
.jcarousel_special_products ul li {
    float: left;
	margin: 0 149px;
}
.jcarousel_special_products a {
    display: block;
    height: 180px;
    width: 220px;
	text-align:center;
}

.jcarousel_special_products img {
    display: block;
    height: 180px;
    width: 180px;
}

/*--------------- FameMembers ----------------------*/

.jcarousel_fame_members {
    direction: ltr;
    height: 420px;
    padding: 0;
    width: 100% !important;
}

.jcarousel_fame_members div.user {
	position: relative;
    width: 980px;
}

.jcarousel_fame_members div.user .details {
    background: url("../images/black_opacity.png") repeat scroll 0 0 ;
    bottom: 0;
    color: #fff;
    direction: rtl;
    font-size: 21px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    width: 100%;
    z-index: 100;
}
.jcarousel_fame_members ul {
    list-style-type: none;
}
.jcarousel_fame_members ul li {
    float: left;
	margin: 0 0;
}

.jcarousel_fame_members img {
    display: block;
    height: 420px;
    width: 980px;
}

/*--------------- Manufacturer ----------------------*/

.jcarousel_manufacturer {
    direction: ltr;
    height: 105px;
    padding: 0;
    width: 100% !important;
}

.jcarousel_manufacturer ul {
    list-style-type: none;
}
.jcarousel_manufacturer ul li {
    float: right;
	margin: 0 20px;
}

.jcarousel_manufacturer ul li a{
    max-width: 250px;
	 height: 52px;
}

.jcarousel_manufacturer img {
    display: block;
    height: 42px;
    width: 197px;
}


/*-------------------------------------------------------*/
.navBtn {
    cursor: pointer;
    display: block;
    height: 59px;
    position: absolute;
    top: 130px;
    width: 40px;
    z-index: 100;
}
.navBtn.disabled {
    display: none;
}
.navBtn:hover {
	opacity:0.8;
} 
.jcarousel-next , .navNext{
    background:url(../images/navBtn.png) no-repeat 0 0;
    left: 4px;
} 

.jcarousel-prev , .navPrev {
    background:url(../images/navBtn.png) no-repeat -40px 0;
    right: 2px;
}