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

#slyder {
	background-color: #e9e9e9;
	height: 300px;
	width: 658px;
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
	clear: both;
}#slyder * {
	font-size: 11px;
}
#slyder .focus {
	display: block;
	height: 298px;
	width: 364px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #FFF;
	vertical-align: bottom;
	border: 1px solid #1d8ab9;
	overflow: hidden;
}
#slyder .focus img {
	height: 180px;
	width: 324px;
	position: absolute;
	left: 13px;
	top: 13px;
	background-color: #fafafa;
	padding: 6px;
	border: 1px solid #EAEAEA;
}
#slyder .focus h2  {
	font-size: 16px;
	color: #0083bd;
	display: block;
	width: auto;
	margin-top: 214px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.1;
}
#slyder .focus h3 {
	font-size: 11px;
	color: #484848;
	display: block;
	width: auto;
	padding-top: 4px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.2;
	font-weight: normal;
}
#slyder .focus a {
	display: block;
	height: 298px;
	width: 364px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	text-indent: -1024px;
	z-index: 50;
	right: 0px;
}
#slyder #archivio {
	position: absolute;
	height: 300px;
	width: 292px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	background-color: #FAFAFA;
}
#slyder li {
	font-size: 11px;
	height: 58px;
	display: block;
	clear: both;
	width: 290px;
	float: left;
	position: relative;
	border: 1px solid #E9E9E9;
}
#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: 292px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-indent: -1024px;
}
#slyder li p {
	position: absolute;
	left: 55px;
	top: 8px;
	color: #7a7a7a;
}
#slyder li p span {
	font-size: 9px;
	color: #CCC;
	padding-right: 4px;
	padding-left: 4px;
}
#slyder li h4 {
	position: absolute;
	height: auto;
	width: auto;
	left: 55px;
	top: 20px;
	right: 20px;
	bottom: 10px;
	color: #176e93;
}
#slyder li.off  {
}
#slyder li.off p {
}
#slyder li.off h4 {
}
#slyder li.on  {
	border-bottom-color: #1d8ab9;
	border-left-color: #FFF;
	border-top-color: #1d8ab9;
	border-right-color: #1d8ab9;
	background-color: #FFF;
	width: 291px;
	z-index: 60;
	left: -1px;
}
#slyder li.on img {
	left: 11px;
}
#slyder li.on p {
	color: #7a7a7a;
	left: 56px;
}
#slyder li.on h4 {
	color: #484848;
	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;
}
