

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}
.gallery li:hover img {
	border-color: #000;
}
.gallery img {
	background: #fff;
	border: solid 1px #888;
	padding: 5px;
}
.gallery em {
	background: #fff url(images/grey-gradient.gif) repeat-y;
	color: #000;
	font: normal 14px Arial, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 110px;
	left: 9px;
	border: 1px solid #999;
	border-left-color: #888;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover em {
	background: #ffdb01 url(images/orange-gradient.gif) repeat-y;
	border-color: #c25b08;
}
.guida {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 700px;
}
.guida li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 210px;
	height: 160px;
}
.guida li:hover img {
	border-color: #000;
}
.guida img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
}
.guida em {
	background: #fff;
	color: #000;
	font: normal 14px Arial, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	padding: 2px 8px 0 22px;
	display: block;
	position: absolute;
	top: 20px;
	left: 5px;
	border: 1px solid #999;
}
.guida a {
	text-decoration: none;
}
.guida span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: 7px;
	left: 9px;
	background: url(../images/paperclip.png) no-repeat;
	z-index: 3;
}




