.carousel_nolistingsmsg {
	font-size: 14px;
	font-style: italic;
	padding-top: 45px;
	text-align: center;
	width: 100%;
}
.jcarousel-skin-tango .jcarousel-container {
    background: #ededed;
    border: 1px solid #d3d3d3;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

/* slider width start */

.jcarousel-skin-tango .jcarousel-container-horizontal { 
   	padding: 11px 55px;
	width: 751px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 102px;
    width: 762px;
}

/* slider width end  */

.jcarousel-skin-tango .jcarousel-item {
    height: 84px;
    width: 112px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	background: #fafafb;
	border: 1px solid #d6d8d7;
	border-radius: 5px;
	margin-left: 0;
    margin-right: 10px;
	padding: 8px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/* horizontal buttons  */

.jcarousel-skin-tango .jcarousel-next-horizontal {
	background: transparent url('/website/function/carousel/carousel2_images/slider-next.png') no-repeat center center;
	cursor: pointer;
	height: 124px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 44px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    background-image: url(prev-horizontal.png);
    left: 5px;
    right: auto;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
   	background: transparent url('/website/function/carousel/carousel2_images/slider-previous.png') no-repeat center center;   	
	cursor: pointer;
	height: 124px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 44px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}

/* tooltip styling. by default the element to be styled is .tooltip  */

.tooltip {
	background: transparent url(/website/function/carousel/carousel2_images/black_arrow.png);
	color: #fff;	
	display: none;
	font: normal normal normal 12px/16px Arial, sans-serif;
	height: 80px;
	padding: 20px;
	text-align: center;
	width: 170px;
}
 
/* style the trigger elements */

#dyna img {
	border: 0;
	cursor: pointer;
	margin: 0 8px;
}

/* override the arrow image of the tooltip */

.tooltip.bottom {
	background: url(/website/function/carousel/carousel2_images/black_arrow_bottom.png);
	height: 55px;
	padding-top: 40px;
}
.tooltip.bottom {
	background: url(/website/function/carousel/carousel2_images/black_arrow_bottom.png);
}