
#coverpage {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #3a5e6f;
	filter: alpha(opacity=0);
	moz-opacity: .0;
	opacity: .0;
}

#cameras-supported {
	display: none;
	position: absolute;
	z-index: 2000;
	top: 240px;
	width: 455px;
	padding: 20px;
	left: 50%;
	margin-left: -250px;
	background: #fff;
}
#cameras-supported table {
	width: 100%;
}
#cameras-supported td.title {
	font-family: Trebuchet MS;
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	color: #56a5c4;
}
#cameras-supported td.goright {
	text-align: right;
}
#cameras-supported td.types {
	text-align: center;
	padding: 10px;
	background: #f3f3f3;
	line-height: 22px;
}

#scroll {
	display: none;
	height: 328px;
	overflow: scroll;
	overflow-x: hidden;
}

a.closeit {
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #749f00;
}