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

.sdswitch {
	position:relative;
	height:300px;
			}
			
			.sdswitch *{
	z-index:8;
	position: absolute;
	top: 5px;
	bottom: 0px;
			}
			
			.sdswitch *.active {
			    z-index:10;
			}

			
			.sdswitch *.last-active {
			    z-index:9;
			}
			
			.sdwindow {	
				position:absolute;
				top:10px;
				height:20px;
				background: #000;
				color:#fff;
				font-weight: bold;
				z-index: 11;
				opacity:0.6;
			}

