.carousel_teaser{
	position:absolute;
	top:25px;
	left:740px;
	z-index:33;
	width:175px;
	text-align:left;

}



.carousel_teaser_top{
	font-size:14px;
	padding-bottom:10px;
	font-weight:bold;
}

.carousel_teaser_text{
	color:#212121;
	padding-bottom:20px;
}



.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 5px;
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	behavior: url(../stylesheet/border-radius.htc) ;
    background: #e5eaf0 !important;
    border: 1px solid #e5e5e5;
	font-size:11px;
	line-height:12px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 830px;
    padding: 10px 60px ;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:600px;
	/*margin:auto;*/

}


.jcarousel-skin-tango .jcarousel-item {
    width: 120px;
    height: 108px;
	background: url(../assets/carousel_item.jpg) no-repeat;
	cursor: pointer;
	padding:8px;
   
}




.jcarousel-skin-tango .jcarousel-item .item_top,
.jcarousel-skin-tango .jcarousel-item .item_center,
.jcarousel-skin-tango .jcarousel-item .item_bottom
{
	clear:both;
/*	border:1px solid green*/
}

.item_top{
	height:23px;
}


.item_top_left{
	float:left;
	color:#666;


}

.item_top_right{
	float:right;
	color:#ffffff;
	font-weight:bold;
		
}

.item_center{
	height:43px;
	font-size:11px;
}


.item_center_left{
	float:left;
		

}

.item_center_right{
	float:right;

	padding-top:10px;
}

.rlabel{
	font-size:10px;
	color:#666;
	line-height:10px
}

.item_bottom{
	
}






.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 18px;
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
 	width: 120px;
    height: 108px;
	background: url(../assets/carousel_item_blank.jpg) no-repeat;
	cursor: pointer;
	padding:8px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 10px;
    right: 245px;
    width: 32px;
    height: 124px;
    cursor: pointer;
    background: transparent url(../assets/carousel_next.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
   /* background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
   /* background-position: -64px 0;*/
}

.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;
/*    background-position: -96px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 32px;
    height: 124px;
    cursor: pointer;
    background: transparent url(../assets/carousel_prev.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
   /* background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    /*background-position: -64px 0;*/
}

.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;
  /*  background-position: -96px 0;*/
}


