/*******************************************************

Home page styles: 
javascript slideshow, flash slideshow

*******************************************************/


div#feature_container {
	height: 405px;
//    background-color:blue;
    background-color:#DFDFDF;
}

div#features {
    background-color: #DFDFDF;  
	height: 260px;
	margin: 0 0 0 0px;
	overflow: hidden;
	padding: 0px;
	position: relative; //easy fix - from asbsolute to relative
	top: 5px;
	width: 800px;
}

/* //This is what's hiding the text! 
div#features div {
	background-color:yellow;
    height: 400px;
	overflow: hidden;
}
*/

div#features img {
	height: 250px;
	padding: 0px 0px 5px;
	width: 800px;
}

div#features p {
	background: #fff;
    font-family:sans-serif;
    font-size:0.85em;
	top: 180px;
	left: 0px;
	margin: 0;
	position: absolute;
//	width: 150px;
//  height:3em;
    padding:0.8em;
    width:50%;
}

div#agrilife_img {
    float:left;
    position:relative;
    top:-9px;
    left:0px;  
}




div#feature_nav {
    background:#DFDFDF;
    float:right;
/*
	height: 80px;
	overflow: hidden;
	width: 275px;
    padding-top:2px;
    position:relative;
    right:9px;
    top:-15px;
    right:-80px;
*/
}

div#feature_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#feature_nav ul li {
	background: url(../images/front_photo_thumb_frame.jpg) no-repeat 0 0;
	cursor: pointer;
	height: 45px;
	margin-top: 0px;
	padding-right: 2px;
	width: 55px;
}


div#thumb_nav div {
	background: url(../images/front_photo_thumb_nav.jpg) no-repeat 0 0;
    cursor: pointer;
	font-size: 0;
	height: 10px;
	line-height: 0;
	text-indent: -999em;
    color:#DFDFDF;
	width: 5px;
	z-index: 100;
}


div#thumb_nav div#prev {
	background-position: left top;
    padding:5px;
    position:relative;
    left:744px;
    top:50px;
    
}


div#thumb_nav div#next {
	background-position: right bottom;
    padding:5px;
    position:relative;
    top:32px;
    left:775px;
}

/*
div#flash_slideshow {
	margin: 0 0 0 -10px;
	position: relative;
	height: 290px;
}

div#flash_slideshow div#caption {
	font-size: 0.87em;
	font-weight: bold;
	line-height: 1.5em;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 175px;
}

div#flash_slideshow div#photo {
	background: url(../images/slideshow/featureframe.jpg) no-repeat 0px 0px;
	margin: 0;
	padding: 15px;
	width: 400px;
	height: 250px;
}

iframe {
	margin-top: 20px;
}
*/
