#dock {
	width: 949px;
	margin: 0;
	padding: 3px;
}
.dock {
	position: absolute;
	left: 0;
	width: 960px;
	z-index: 1;
}
.dock .content {
	width: 100%;
	height: 200px;
	display: none;
}

.dock .selector a {
	position: absolute;
	left: 0;
	bottom: 0;
	
}
.dock .selector {
	display: block;
	position: absolute;
	z-index: 2;
	right: 50px;
	height: 40px;
	width: 88px;
	cursor: pointer;
	overflow: hidden;
	bottom: -34px;
}

.dock .selector a:hover {
	bottom: 3px;
}

