
#featuredjobs {
	position : relative;
	width : 280px;
	height : 160px;
	overflow : hidden;
}

#featuredjobs h2 {
	height : 25px;
	line-height : 25px;
	background-image : url("../images/h2back.gif");
	color : white;
	padding-left : 5px;
	font-size : 14px;
}

#featuredjobs_items {
	position : absolute;
	top : 25px;
	left : 0px;
	width : 10000px;
	height : 120px;
	text-align : center;
}

.featuredjobs_item {
	float : left;
	width : 280px;
}

.featuredjobs_item a {
	font-weight : bold;
}

.featuredjobs_item img {
	margin-top : 3px;
	margin-bottom : 5px;
}

#featuredjobs_prev, #featuredjobs_next {
	position : absolute;
	top : 145px;
}

#featuredjobs_prev:hover, #featuredjobs_next:hover {
	cursor : pointer;
}

#featuredjobs_prev {
	left : 80px;
}

#featuredjobs_next {
	right : 80px;
}
