/* Horizontal Carousel */
.wid_carousel { width: 250px; position: relative; height:180px}
.wid_carousel .container-bg { float: left; width: 228px; height: 123px; background:url(http://imgs.sapo.pt/files/saponet/img/carousel-bg.gif) no-repeat -10px 0; margin-top:1px; padding: 3px 0 0 27px}
.wid_carousel .container-bg[id] { background:url(http://imgs.sapo.pt/files/saponet/img/carousel-bg.png) no-repeat -10px 0; }
.wid_carousel .container { float: left; width: 228px; height: 123px; position: relative; overflow: hidden; }

.wid_carousel ul { width: 100000px; position: relative; top: 0; left: 0; height: 92px;}                      
	.wid_carousel ul li { width: 140px; height: 90px; list-style:none; float:left; padding: 2px 85px 0 2px; position:relative;}

.wid_carousel .previous_button { 
	float:left;  width: 21px; height: 21px; background-image: url(http://imgs.sapo.pt/files/saponet/img/btn-prev.gif); 
	background-position:center; background-repeat:no-repeat; z-index: 100; cursor: pointer;}
.wid_carousel .previous_button_over { background-image: url(http://imgs.sapo.pt/files/saponet/img/btn-prev_hi.gif); }
.wid_carousel .previous_button_disabled { background-image: url(http://imgs.sapo.pt/files/saponet/img/btn-prev_disable.gif); cursor: default;}

.wid_carousel .next_button { 
	float:right; width: 21px; height: 21px; background-image: url(http://imgs.sapo.pt/files/saponet/img/btn-next.gif); 
	background-position:center; background-repeat:no-repeat; z-index: 100; cursor: pointer;}
.wid_carousel .next_button_over { background-image: url(http://imgs.sapo.pt/files/saponet/img/btn-next_hi.gif);}
.wid_carousel .next_button_disabled { background-image: url(http://imgs.sapo.pt/files/saponet/img/btn-next_disable.gif); cursor: default;}

.wid_carousel .title{ float:left; padding-top:2px; padding-left: 20px }
.wid_carousel .btns{ float:right; background:url(http://imgs.sapo.pt/files/saponet/img/btns.gif) no-repeat center; margin-right: 9px; padding:4px 3px; width:60px;}
.wid_carousel .figure{ position:absolute; right: 2px; top:8px } 
.wid_carousel .figureBg{ position:absolute; right:-1px; top:8px; width:90px; height:124px; display:block } 
.wid_carousel .container p { font-size:1.2em}
.wid_carousel .container a { text-decoration: none }
    .wid_carousel .container a:hover { color: #647878 }
    .wid_carousel .container a strong { font-size:1.2em }