.sbi_container{
	position:relative;
	margin:0 0 0 296px;
	overflow:hidden;
	padding:0 0 35px 0;
	background:url(../images/sombra_display_internas.png) no-repeat bottom center;
}
.sbi_panel{
	float:left;
	position:relative;
	height:100%;
	overflow:hidden;
}
.sbi_panel_img{
	position:absolute;
	height:100%;
	top:0px;
	background-repeat:no-repeat;
}
.sbi_label{
	display:block;
	width:100%;
	background:url(../images/bg_menu.png);
	text-transform:uppercase;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	position:absolute;
	bottom:0px;
	left:0px;
	cursor:pointer;
	text-decoration:none;
	color:#fff;
	outline:none;	
}
.sbi_label:hover{
	background:#900;
}
.sbi_content{
	position:absolute;
	border-top:1px solid #000;
	bottom:30px;
	left:0px;
	width:100%;
	background:transparent url(../images/pattern.png) repeat top left;
	display:none;
	overflow:hidden;
}
.sbi_content ul{
	padding:0;
}
.sbi_content ul a{
	list-style:none;
	display:block;
	color:#f0f0f0;
	font-size:11px;
	padding:4px 6px 4px 6px;
	background:transparent;
	text-decoration:none;
	text-align:left;
}
.sbi_content ul a:hover{
	background-color:#333;
	color:#fff;
}