#categories {
	position:relative;
	width:100%;
}

.categorystrip {
	clear:both;
	width:100%;
	height:340px;
}

.categorybox {
	position:relative;
	float:left;
	width:250px;
	margin-right:5px;
}

.categorytitle {
	background-color: black;
	font-size: 20px;
	font-weight: bold;
	color: white;
	padding: 2px;
	height:76px;
}

.categoryphoto {
	margin-top:2px;
	text-align:center;
}

.categoryphoto img {
	vertical-align:bottom;
}

#categorynavnext {
	position:absolute;
	top:0px;
	right:5px;
	height:80px;
	width:20px;
	background: url(/img/catnav.png);
	cursor:pointer;
}

#categorynavnext:hover {
	background:#ff6609;;
}

#categorynavprev {
	position:absolute;
	top:0px;
	left:0px;
	height:80px;
	width:20px;
	background: url(/img/catnav.png);
	cursor:pointer;
}

#categorynavprev:hover {
	background:#ff6609;;
}

#popup {
	left: 0px;
	top: 0px;
	width:246px;
	height:246px;
	padding:2px;
	background:#ff6609;
}

