#AdvertContainer
{
margin-top:20px;
}

/* Removes list-style from lists */
ol, ul {
	list-style:none;
	margin:0;
	padding:0;
}

/* #3. Button placement */
div#button{
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	z-index:99;
}

div#images{
	width:580px;
	height:227px;
	overflow:hidden;
}

/* #3. Navigation buttons to the left of disjointed images */
div#button li{
	position:relative;
	text-indent:-9999px;
	float:left;
}
	
/* #3. Make the Buttons Clickable */
li.stocks a, li.imprinting a, li.services a, li.phenotyping a{
	width:200px;
	height:73px;
	display:block;
}


/* #3. Normal Button States */

li.stocks{
	background:url(../img/stocks_up.jpg) no-repeat;
	width:132px;
	}
li.imprinting{
	background:url(../img/imprinting_up.jpg) no-repeat;
	width:161px;
	}
li.services{
	background:url(../img/services_up.jpg) no-repeat;
	width:141px;
	}
li.phenotyping{
	background:url(../img/phenotyping_up.jpg) no-repeat;
	width:146px;
	}
	
/* #3. Hover Button States */
/*
li.stocks:hover{
	background:url(../img/stocks_over.jpg) no-repeat;
	}
li.imprinting:hover{
	background:url(../img/imprinting_over.jpg) no-repeat;
	}
li.services:hover{
	background:url(../img/services_over.jpg) no-repeat;
	}
li.phenotyping:hover{
	background:url(../img/phenotyping_over.jpg) no-repeat;
}
*/


