.banca_container {
    width:                  300px;
    height:                 180px;
    padding:                10px;
    background-color:       #E5E5E3;
    background-image:       url('http://imgs.sapo.pt/sapologos/current/b2d4fc70a50e52bf4a2decb2223e134b94b36355015dcd4a5bf2b69cf177e71b.png');
    background-repeat:      no-repeat;
    background-position:    44px 8px;
    border-radius:          8px;
    border:                 1px solid #AAA;
    overflow:               hidden;
    display:                inline-block;
    position:               relative;
}

.banca_container .loading {
    position:           absolute;
    left:               0;
    top:                90px;
    width:              280px;
    color:              #777;
    text-align:         center;
    display:            block;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:    all 0.3s ease-in-out;
    -ms-transition:     all 0.3s ease-in-out;
    -o-transition:      all 0.3s ease-in-out;
    transition:         all 0.3s ease-in-out;
}

.sapo_gallery2_container {
    width:              300px;
    height:             130px;
    padding-top:        50px;
}

/* additional styling for default buttons */

.sapo_gallery2_prev,
.sapo_gallery2_next {
    margin-top:             5px;
    color:                  white;
    background-color:       #777;
    width:                  24px;
    height:                 24px;
    line-height:            24px;
    font-size:              15px;
    text-align:             center;
    border-radius:          12px;
    padding:                0;
    text-decoration:        none;
    font-weight:            bold;
	 background:#777 url("nav_banca_png8.png") no-repeat;
	 text-indent:-3000px;
}
.sapo_gallery2_prev { background-position:0px 0px; }
.sapo_gallery2_next { background-position:-24px 0px; }

.sapo_gallery2_prev:hover { background:#333 url("nav_banca_png8.png") no-repeat; background-position:0px -24px; }
.sapo_gallery2_next:hover { background:#333 url("nav_banca_png8.png") no-repeat; background-position:-24px -24px; }

.sapo_gallery2_prev.disabled { background-position:0px -48px; background-color:#333; }
.sapo_gallery2_next.disabled { background-position:-24px -48px; background-color:#333; }

#sapo_widget_dialog_content a.close{
	display:block;
	position:absolute;
	float:right;
	top: 16px;
	right: 45px;
	font-size:0.9em;
	color:#bbb;
	margin:1em 1em 0 0;
	line-height:1.5;
	padding:.5em 2.5em .5em 1em;
	border:1px solid #111;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background:rgb(40,40,40); /* Old browsers */
	background:-moz-linear-gradient(top, rgba(40,40,40,1) 1%, rgba(34,34,34,1) 49%, rgba(23,23,23,1) 99%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(40,40,40,1)), color-stop(49%,rgba(34,34,34,1)), color-stop(99%,rgba(23,23,23,1))); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, rgba(40,40,40,1) 1%,rgba(34,34,34,1) 49%,rgba(23,23,23,1) 99%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, rgba(40,40,40,1) 1%,rgba(34,34,34,1) 49%,rgba(23,23,23,1) 99%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top, rgba(40,40,40,1) 1%,rgba(34,34,34,1) 49%,rgba(23,23,23,1) 99%); /* IE10+ */
	background:linear-gradient(top, rgba(40,40,40,1) 1%,rgba(34,34,34,1) 49%,rgba(23,23,23,1) 99%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#171717',GradientType=0 ); /* IE6-9 */
}

#sapo_widget_dialog_content a.close span{
	display:block;
	width:25px;
	height:25px;
	position:absolute;
	top:.4em;
	right:.4em;
	margin-left:.5em;
	background:url("close.png") no-repeat;
}

#sapo_widget_dialog_content a.close:hover{
	color:#fff;
}
#sapo_widget_dialog_content a.close:hover span{
	background-position:0 -25px;
}
