

#mainContent {
	background: url(/site/images/main_background_browse.gif) top left no-repeat;
}

#content {
	position: absolute;
	top: 55px;
	left: 0;
	width: 737px;
	height: 395px;
	padding: 65px 0 0 30px;
	overflow: hidden;
}
#topnav {
}
#contentLeft {
	display: none;
}


.previousNext {
	clear: both;
	padding: 15px 0 0 0;
	font-size: 12px;
	width: 175px;
	position: absolute;
	bottom: 0px;
	left: 85px;
}
	.menuContainer {
		display: none;
	}
	.previousLink {
		float: left;
		background: url(/site/images/prev_large.gif) top left no-repeat;
		text-indent: -9999px;
		width: 15px;
		height: 15px;
	}
		.previousLink a {
			display: block;
			width: 15px;
			height: 15px;
		}
	.nextLink {
		float: right;
		background: url(/site/images/next_large.gif) top right no-repeat;
		text-indent: -9999px;
		width: 15px;
		height: 15px;
	}
		.nextLink a {
			display: block;
			width: 15px;
			height: 15px;
		}
	.pipe1 {
		float: left;
		text-indent: -9999px;
	}
	.pipe2 {
		display: none;
	}
	.previousNext .disabled {
		color: #CCC;
		display: block;
		height: 15px;
		background: #FFF;
		filter:alpha(opacity=60);   
		-moz-opacity: 0.6;   
		opacity: 0.6;
	}