div#feature_container {
	min-height: 230px;
}

div#feature_image {
	float: left;
	width: 289px;
	min-height: 750px;

	margin-top: -30px;

	position: absolute;

	left: -10px;

	background-image: url('../images/our_portfolio/funky_chick.png');
	background-repeat: no-repeat;
	background-position: top left;
}

div#content_container div.text_block {
	width: 825px;
}

div#content_container {
	margin-top: 40px;
	* margin-top: 10px;
	margin-left: 60px;
}

div#content_container ul {
	float: left;

	list-style: none;

	margin: 0;
	margin-bottom: 160px;

	padding: 0;
}

div#content_container ul  li{
	float: left;

	margin: 0;
	margin-right: 50px;

	padding: 0;
}

div#content_container p.web_address {
	margin: 0px;

	color: #ccc;
}

div#content_container p.web_address a {
	color: #ccc;

	text-decoration: none;
}



.roundabout-holder {
	list-style: none;
	width: 75%;
	height: 10em;
}

.roundabout-moveable-item {
	height: 4em;
	width: 8em;
	* height: 12em;
	 width: 16em;
	font-size: 2em;
	cursor: pointer;
}

.roundabout-in-focus {
	cursor: auto;
}