/* CSS Document */

.sbi_container{
	position:relative;
	margin:0 auto;
	overflow:hidden;
	/*padding:10px;
	background:#000;
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px 4px 4px 4px;*/
}
.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%;
	text-align:center;
	font-size:15px;
	height:40px;
	line-height:40px;
	position:absolute;
	left:0px;
	opacity:1;
	cursor:pointer;
	text-decoration:none;
	color:#fff;
	outline:none;
	text-transform:uppercase;
	font-family:Trebuchet MS ,Arial,sans-serif;	
}
.sbi_label:hover{
	opacity:0.7;
}
.sbi_content{
	position:absolute;
	/*border-top:2px solid #000;*/
	left:0px;
	width:100%;
	/*background:transparent url(images/pattern.png) repeat top left;*/
	display:none;
	overflow:hidden;
	opacity: 0.8;
}
.sbi_content ul{
	padding:10px;
	list-style: none;
}
.sbi_content ul ul{
	padding:0px;
	list-style: none;
}
.sbi_content ul li{
	background:none;
	list-style: none;
	padding:0!important;
}
.sbi_content ul a{
	text-decoration:none;
    line-height:24px;  
    font-size:12px;
	background: none!important;
 	text-indent:10px;
 	background:none;
	display: block;
}
.sbi_content ul a:hover{
	text-indent:15px;
}