#creds {
	cursor: pointer;
}

#credits {
	width: 150px;
	height: 100px;
	margin-top: -120px;
	margin-left: 120px;
	background: url("images/overlay.png");
	padding: 10px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
	
	display: none;
}

.cpos {
	margin: 5px;
	height: 15px;
	line-height: 15px !important;
	
}

.cperson{
	margin: 5px;
	height: 15px;
	line-height: 15px !important;
	margin-bottom: 15px;
}

.cperson a {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}
