#slide {
	position: absolute;
	z-index: 1000;
	display: none;
	top: 240px;
	text-align: right;
	padding: 0px 8px 8px 8px;
	background-color: #fff;
	cursor: pointer;
	
}

#cover {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 100;
	display: none;
	background-color: #000;
	opacity: .75;
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=.75);
	top: 0px;
	left: 0px;
}


.slideControl {
	color: blue;
}
		