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

#slyder {
	height: 300px;
	width: 630px;
	margin-bottom: 16px;
	overflow: visible;
	position: relative;
	clear: both;
	background-image: url(../images/slyder.png);
	background-repeat: repeat-x;
	z-index: 100;
}#slyder * {
	font-size: 11px;
}
#slyder .focus {
	display: block;
	height: 300px;
	width: 327px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	vertical-align: bottom;
	overflow: visible;
}
#slyder .focus img {
	height: 160px;
	width: 290px;
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: #C9CF8A;
	padding: 7px;
}
#slyder .focus h2  {
	font-size: 16px;
	color: #FFF;
	display: block;
	width: auto;
	margin-top: 195px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.1;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#slyder .focus h3 {
	font-size: 11px;
	color: #000;
	display: block;
	width: auto;
	padding-top: 4px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.1;
	font-weight: normal;
}
#slyder .focus a {
	display: block;
	height: 298px;
	width: 336px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	text-indent: -1024px;
	z-index: 150;
	right: 0px;
}
#slyder #archivio {
	position: absolute;
	height: 300px;
	width: 303px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}
#slyder li {
	font-size: 11px;
	height: 60px;
	display: block;
	clear: both;
	width: 303px;
	float: left;
	position: relative;
	background-color: #FFF;
	background-image: url(../images/slyder_li.png);
	background-repeat: no-repeat;
}
#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: 150;
	height: 60px;
	width: 264px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-indent: -1024px;
}
#slyder li p {
	position: absolute;
	left: 55px;
	top: 8px;
	color: #7a7a7a;
}
#slyder li h4 {
	position: absolute;
	height: auto;
	width: auto;
	left: 55px;
	right: 20px;
	color: #666;
	font-weight: bold;
	top: 21px;
}
#slyder li.off  {
}
#slyder li.off p {
}
#slyder li.off h4 {
}
#slyder li.on  {
	border-bottom-color: #A8BA18;
	border-left-color: #9fb311;
	border-top-color: #A8BA18;
	border-right-color: #A8BA18;
	width: 303px;
	z-index: 160;
	left: -1px;
	background-color: transparent;
	background-image: url(../images/slyder_li_on.png);
}
#slyder li.on img {
	left: 11px;
}
#slyder li.on p {
	color: #7a7a7a;
	left: 56px;
}
#slyder li.on h4 {
	color: #FFF;
	left: 56px;
}
#slyder li.off:hover {
	background-color: #e9e9e9;
	cursor: default;
}

#slyder li.off:hover p {
	color: #0083bd;
}
#slyder li.off:hover h4 {
	color: #484848;
}
