@charset "utf-8";
.sdswitch {
	position:relative;
	height:160px;
}
.sdswitch *{
	position:absolute;
	top:0;
	left:10px;
	z-index:8;
}			
.sdswitch *.active {
	z-index:10;
}			
.sdswitch *.last-active {
	z-index:9;
}		
.sdwindow {	
	position:absolute;
	top:45px;
	margin-left:25px;
	height:130px;
	width:953px;
	background: #000;
	color:#fff;
	font-weight: bold;
	z-index: 11;
	background:url(images/logo.png);
}