
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 0px;
	background: #000;
	border: 0px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 371px;
    padding: 0px 0px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  371px;
    height: 273px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 371px;
    height: 273px;
}



.carouselwide .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 605px;
    padding: 0px 0px;
}

.carouselwide .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  605px;
    height: 273px;
}

.carouselwide .jcarousel-skin-tango .jcarousel-item {
    width: 605px;
    height: 273px;
}



/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 246px;
    right: 8px;
    width: 10px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../images/arrow_right.gif) no-repeat 0 0;
	z-index:300;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
     opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}


.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;*/
	 opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 246px;
    left: 336px;
    width: 10px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../images/arrow_left.gif) no-repeat 0 0;
	z-index:300;
}



.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;*/
	 opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}


.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
     opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}


/**
   Vertical Scroller styles
*/


.jcarousel-skin-tango  .jcarousel-container-vertical {
    width: 233px;
    height: 410px;
    background: #e8e8e8;
    border: none;
}


.jcarousel-skin-tango .jcarousel-clip-vertical {
    top: 0px;
    width: 223px;
    height: 390px;
    margin: 5px 5px;
    z-index: 20;
}

#carouseltwitter li,
#carouseltwitter .jcarousel-item-vertical,
#carouseltwitter .jcarousel-item-placeholder-vertical {
    width: 223px;
    height: 78px;
    margin: 0px 0;
	padding:0 0px;

}

#carouseltwitter .jcarousel-item h3 {
    margin: 0;
    font-size: 100%;
	font-family:"Verdana";
	display:inline;
	font-weight:bold;
}

#carouseltwitter .jcarousel-item p {
    font-size: 90%;
	margin:0;
	line-height:12px;
	width:170px;
	/*padding-left:50px;*/
    white-space:normal;
	word-wrap:break-word;
	float:left;
}

.jcarousel-skin-tango .jcarousel-list-vertical .jcarousel-item-vertical a {
	text-decoration:none;
	color:#666;
	line-height:12px;
	display:inline;
	word-wrap:break-word;
}

#carouseltwitter .jcarousel-item p a
{
  /*  display:block;
    white-space:nowrap;*/
    word-wrap:break-word;
    
}

#carouseltwitter .jcarousel-item p a:hover {
    text-decoration: underline;    
}

.sapnews .jcarousel-skin-tango  .jcarousel-container-vertical {
    width: 233px;
    height: 194px;
    background: #e8e8e8;
    border: none;
}

.sapnews .jcarousel-skin-tango .jcarousel-clip-vertical {
    top: 5px;
    width: 223px;
    height: 157px;
    margin: 0 5px;
    z-index: 20;
}


#carouselsapnews li,
#carouselsapnews .jcarousel-item-vertical,
#carouselsapnews .jcarousel-item-placeholder-vertical {
    width: 213px;
    height: 65px;
    margin: 0px 0;
	padding:0 0px;
}

#carouselsapnews .jcarousel-item h3 {
    margin: 0;
    font-size: 100%;
	font-family:"Verdana";
	display:inline;
	font-weight:bold;
}

#carouselsapnews .jcarousel-item a {
    font-size: 90%;
	margin:0;
	width:187px;
	display: block;
	padding-left: 36px;
	background: url(../images/ico-news-default.png) no-repeat 0 0;
}

.list .jcarousel-skin-tango  .jcarousel-container-vertical {
    width: 372px;
    height: 183px;
    background: #fff;
    border: none;
}

.list .jcarousel-skin-tango .jcarousel-clip-vertical {
    top: 0px;
    width: 372px;
    height: 162px;
    margin: 0px;
    z-index: 20;
}

#listCarousel li, 
#listCarousel .jcarousel-item-vertical,
#listCarousel .jcarousel-item-placeholder-vertical {
    width: 372px;
    height: 27px;
    margin: 0;
	padding:0 0px;
	background:transparent url(../images/dropdown_bg_link.png) repeat-x scroll left bottom;
}

#listCarousel .jcarousel-item h3 {
    margin: 0;
    font-size: 100%;
	font-family:"Verdana";
	display:inline;
	font-weight:bold;
}

#listCarousel .jcarousel-item p {
    font-size: 90%;
	margin:0;
}

.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 117px;
    width: 116px;
    height: 21px;
    cursor: pointer;
    background: url(../images/vertical_arrow_down.png) no-repeat left;
    z-index: 30;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical {
    cursor: default;
    /*opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);*/
	background: url(../images/vertical_arrow_down_disabled.png) no-repeat left;
	z-index: 30;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 117px;
    height: 21px;
    cursor: pointer;
    background: url(../images/vertical_arrow_up.png) no-repeat left;
    z-index: 30;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical {
    cursor: default;
    /*opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);*/
	background: url(../images/vertical_arrow_up_disabled.png) no-repeat left;
	z-index: 30;
}

.jcarousel-skin-tango a.jcarousel-prev-vertical:hover {

    background: url(../images/vertical_arrow_up_rollover.png) no-repeat left;
}

.jcarousel-skin-tango a.jcarousel-next-vertical:hover {

    background: url(../images/vertical_arrow_down_rollover.png) no-repeat left;
}

.jcarousel-skin-tango a.jcarousel-next-disabled-vertical:hover 
{
    background: url(../images/vertical_arrow_down_disabled.png) no-repeat left;
}

.jcarousel-skin-tango a.jcarousel-prev-disabled-vertical:hover 
{
    background: url(../images/vertical_arrow_up_disabled.png) no-repeat left;
}



.list .jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 186px;
    width: 185px;
    height: 21px;
    cursor: pointer;
    border-top: 1px solid #fff;
    background: url(../images/profile_arrow_down.png) no-repeat left;
}

.list .jcarousel-skin-tango .jcarousel-next-disabled-vertical {
    cursor: default;
    /*opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);*/
	background: url(../images/profile_arrow_down_disabled.png) no-repeat left;
}

.list .jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 186px;
    height: 21px;
    cursor: pointer;
    background: url(../images/profile_arrow_up.png) no-repeat left;
}

.list .jcarousel-skin-tango .jcarousel-prev-disabled-vertical {
    cursor: default;
    /*opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);*/
	background: url(../images/profile_arrow_up_disabled.png) no-repeat left;
}

.list .jcarousel-skin-tango a.jcarousel-next-vertical:hover {

    background: url(../images/profile_arrow_down_rollover.png) no-repeat left;
}

.list .jcarousel-skin-tango a.jcarousel-next-disabled-vertical:hover 
{
    background: url(../images/profile_arrow_down_disabled.png) no-repeat left;
}

.list .jcarousel-skin-tango a.jcarousel-prev-vertical:hover {

    background: url(../images/profile_arrow_up_rollover.png) no-repeat left;
}

.list .jcarousel-skin-tango a.jcarousel-prev-disabled-vertical:hover 
{
    background: url(../images/profile_arrow_up_disabled.png) no-repeat left;
}


.list .jcarousel-skin-tango .jcarousel-list-vertical .jcarousel-item-vertical a {
	font-size: 100%;
	padding: 0 0 0 20px;
	position:absolute;
	margin-top:5px;
}
