@charset "utf-8";
/* CSS Document */

.sbi_container {
	background: none repeat scroll 0 0 #000000;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 5px #000000;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
	position: relative;
	margin-top: 75px;
}
.sbi_panel {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.sbi_panel_img {
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    top: 0;
}
.sbi_label {
	font-family: 'IM Fell Double Pica SC', serif;
	font-weight: 400;
	background: none repeat scroll 0 0 #72565D;
	bottom: 50px;
	color: #FBF4A8;
	cursor: pointer;
	display: block;
	font-size: 24px;
	height: 40px;
	left: 0;
	line-height: 40px;
	opacity: 0.8;
	outline: medium none;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 1px #000000;
	width: 100%;
}
.sbi_label:hover {
    opacity: 0.9;
}
.sbi_content {
    background: url("../images/pattern.png") repeat scroll left top transparent;
    border-top: 2px solid #000000;
    bottom: 90px;
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.sbi_content ul {
    padding: 10px;
}
.sbi_content ul a {
	background: url("../images/triangle.png") no-repeat scroll 3px 50% transparent;
	color: #F9F294;
	display: block;
	font-size: 16px;
	opacity: 0.9;
	padding: 4px 6px 4px 14px;
}
.sbi_content ul a:hover {
    background-color: #000000;
    box-shadow: 1px 1px 5px #000000;
    color: #FFFFFF;
}
