.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	display: none;
}
.sprite {
	display: block;
	background: url(../images/new-sprites.jpg) no-repeat;
	/*background: url(../images/sprites.jpg) no-repeat;*/
}
.sprite_buttons {
	display: block;
	background: url(../images/sprites_buttons.jpg) no-repeat;
}
.notext {
	text-indent: -9999px;
}
.nav {
	
} .nav a {
	text-decoration: none;
}
.gutter {
	float: left;
	margin-left: -180px;
}
.collapsible {
	overflow: hidden;
}
.collapsed {
	height: 0px;
}
.absolute {
	position: absolute;
	top: 0px;
}
.offscreen {
	left: -9999px;
}
