@charset "utf-8";
/* CSS Document */


#slideshow {
	width: 996px;
	height:427px;
	position:relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#slideshow img{
	position:absolute;
	left:0px;
	top:0px;
	
}
#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

#products_menu {
	width: 996px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 27px;
}
#products_menu ul li{
	float:left;
}
#products_menu ul li a{
	display: block;
	height: 37px;
	width: 192px;
	padding-top: 58px;
	padding-left: 8px;
}

#products_menu .egggrader a {
	background: url(../images/top/bg_products_eggqrader.jpg) no-repeat;
	width: 190px;
}
#products_menu .egggrader a:hover {
	background: url(../images/top/bg_products_eggqrader.jpg) no-repeat 0px -98px;
}
#products_menu .eggbreaker a {
	background: url(../images/top/bg_products_egg_breaker.jpg) no-repeat;
}
#products_menu .eggbreaker a:hover {
	background: url(../images/top/bg_products_egg_breaker.jpg) no-repeat 0px -98px;
}
#products_menu .detectionsystem a {
	background: url(../images/top/bg_products_detectionsystem.jpg) no-repeat;
}
#products_menu .detectionsystem a:hover {
	background: url(../images/top/bg_products_detectionsystem.jpg) no-repeat 0px -98px;
}
#products_menu .farmpacker a {
	background: url(../images/top/bg_products_farmpacker.jpg) no-repeat;
}
#products_menu .farmpacker a:hover {
	background: url(../images/top/bg_products_farmpacker.jpg) no-repeat 0px -98px;
}
#products_menu .others a {
	background: url(../images/top/bg_products_others.jpg) no-repeat;
	width: 190px;
}
#products_menu .others a:hover {
	background: url(../images/top/bg_products_others.jpg) no-repeat 0px -98px;
	width: 190px;
}
