.cinvisible
{
	display: none;
	width: 0;
	height: 0;
	position: absolute;
	left: -1px;
}

.cslidebox
{
	width: 500px;
	height: 500px;
	background: black;
}

.carrow
{
	width: 15px;
	height: 23px;
	background: url("arrows.png") 0 0 green;
	margin: 0 7px 0 0;
	float: right;
	cursor: pointer;
}