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

#slyder {
	background-color: #6b7e29;
	height: 305px;
	width: 658px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	clear: both;
	background-image: url(../images/slyder_focus_bg.gif);
	background-repeat: repeat-x;
}#slyder * {
	font-size: 11px;
}
#slyder .focus {
	display: block;
	height: 300px;
	width: 350px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background-color: transparent;
	vertical-align: bottom;
	overflow: hidden;
}
#slyder .focus img {
	height: 180px;
	width: 324px;
	position: absolute;
	left: 13px;
	top: 12px;
}
#slyder .focus h2  {
	font-size: 16px;
	color: #FFF;
	display: block;
	width: auto;
	margin-top: 206px;
	padding-right: 13px;
	padding-left: 13px;
	line-height: 1.1;
}
#slyder .focus h3 {
	font-size: 11px;
	color: #c3cca4;
	display: block;
	width: auto;
	padding-top: 4px;
	padding-bottom: 25px;
	padding-left: 13px;
	padding-right: 13px;
	line-height: 1.2;
	font-weight: normal;
}
#slyder .focus a {
	display: block;
	height: 300px;
	width: 350px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	text-indent: -1024px;
	z-index: 50;
	right: 0px;
	background-image: url(../images/spacer.gif);
}
#slyder #archivio {
	position: absolute;
	height: 300px;
	width: 308px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	background-color: transparent;
}
#slyder li {
	font-size: 11px;
	height: 60px;
	display: block;
	clear: both;
	width: 308px;
	float: left;
	position: relative;
	background-color: #eff0e8;
	background-image: url(../images/slyder_li_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 59px;
}
#slyder li + li + li + li +li{
	background-image: none;
}
#slyder li img {
	position: absolute;
	height: 34px;
	width: 34px;
	left: 10px;
	top: 11px;
	background-color: #e9e9e9;
}
#slyder li a  {
	display: block;
	position: absolute;
	z-index: 50;
	height: 60px;
	width: 308px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-indent: -1024px;
	background-image: url(../images/spacer.gif);
}
#slyder li p {
	position: absolute;
	left: 55px;
	top: 8px;
	color: #684c38;
}
#slyder li p span {
	color: #93A55D;
}
#slyder li h4 {
	position: absolute;
	height: auto;
	width: auto;
	left: 55px;
	right: 20px;
	color: #6b7e29;
	top: 19px;
}
#slyder li.off  {
}
#slyder li.off p {
}
#slyder li.off h4 {
}
#slyder li.on  {
	background-color: transparent;
	z-index: 60;
	background-image: none;
	margin-top: -1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eff0e8;
}
#slyder li.on img {
}
#slyder li.on p {
	color: #E4E9D8;
}
#slyder li.on p span {
	color: #D6DBBF;
}
#slyder li.on h4 {
	color: #ffffff;
}
