#uvmfeature {
	overflow: hidden;
	position: relative;
	font-size: 1.1em;
	height: 385px;
	margin-bottom: 0.5em;
	max-width: 970px;
	background-image: url("/www/images/home2010/greenoldmill.jpg");
	clear: both;
}
#uvmfeature #uvmfeaturec1 {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#uvmfeature #uvmfeaturec2 {
	bottom: 0;
	position: absolute;
	top: 0;
}
#uvmfeatureslider {
	height: 100%;
	position: relative;
	width: 100%;
}
.uvmfeaturestory {
	color: #FFFFFF;
	background: none repeat scroll 0 0 rgba(92, 119, 89, 0.8);
	position:absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 355px;
	box-shadow: -4px 0px 4px rgba(96, 96, 96, 0.4);
	border-left: 1px solid white;
}
.uvmfeaturestory.uvmfeatureblue {
	background: none repeat scroll 0 0 rgba(79, 124, 139, 0.8);
}
.uvmfeaturestory.uvmfeaturebrown {
	background: none repeat scroll 0 0 rgba(107, 68, 42, 0.8);
}
.uvmfeaturestory.uvmfeaturegreen {
	background: none repeat scroll 0 0 rgba(92, 119, 89, 0.8);
}
.uvmfeaturestory img {
	border: 1px solid white;
	border-left: none;
	height: 170px;
	margin: 2em 0 0;
	width: 300px;
}
.uvmfeaturestory h3, .uvmfeaturestory p {
	clear: left;
	margin: 0 2em 0.5em 15px;
	padding: 0;
	color: white;
}
.uvmfeaturestory h3 {
	font-family: "Georgia",serif;
	font-size: 1.4em;
	font-weight: 100;
	margin-top: 0.7em;
}
.uvmfeaturestory p.uvmfeaturemore {
	float: left;
	font-size: 0.85em;
	/*padding-top: 2em;*/
}
.uvmfeaturestory p.uvmfeaturemore a {
	color: #86DFEA;
	text-shadow: 1px 1px #555555;
	text-transform: uppercase;
}
.uvmfeaturestory p.uvmfeaturemore a:after {
	content: " >>";
}
#uvmfeature #storynav {
	border: 1px solid #FFFFFF;
	bottom: 1em;
	cursor: pointer;
	font-size: 1.2em;
	overflow: hidden;
	padding: 0.5em 1em;
	position: absolute;
	right: 1em;
	z-index: 3;
	background-color: rgba(255, 255, 255, 0.15);
}
#uvmfeaturenextbutton, #uvmfeatureprevbutton {
	background: url("http://www.uvm.edu/www/images/templates/arrow-right.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 13px;
	width: 15px;
}
#uvmfeatureprevbutton {
	background: url("http://www.uvm.edu/www/images/templates/arrow-left.png") no-repeat scroll 0 0 transparent;
	padding-left: 5px;
}
.uvmfeaturebgi {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

@media only screen and (max-width : 499px) {
	#uvmfeature {
		width: 100%;
		background: none;
	}
	.uvmfeaturestory {
		left: 0;
		width: auto;
		box-shadow: none;
		border: none;
	}
	.uvmfeaturestory img {
		border: none;
		height: auto;
		margin: 0;
		width: 100%;
	}
	#uvmfeature #storynav {
		border: none;
		background: none;
		cursor: pointer;
		position: static;
	}
	#uvmfeatureprevbutton, #uvmfeaturenextbutton {
		position: absolute;
		top: 110px;
		background-color: rgba(128, 128, 128, 0.6);
		background-position: 50%, 50%;
		cursor: pointer;
		width: 30px;
		height: 40px;
		float: none;
	}
	#uvmfeatureprevbutton {
		left: 0;
		border-radius: 0 7px 7px 0;
	}
	#uvmfeaturenextbutton {
		right: 0;
		border-radius: 7px 0 0 7px;
	}
	.uvmfeaturebgi {
		background: none !important;
	}
}

