
/* your own style sheet, here are some examples */
#big-image {
	display: inline;
	clear: none;
	position:relative;
}
/*.big-image li {
	list-style-type: none;
	margin-left: 10px;
	display: inline;
	clear: none;
}
*/
#big-image p {
	position: absolute;
	bottom:0;
	left:0;
	margin:0;
	z-index:2;
	background-color:rgb(199,192,184);
	color:rgb(238,235,229);
	width:313px;
	text-align:left;
	padding:0;
	opacity:.7;
	display: none;
	clear: none;
	font-size: 11px;
	heigth:30px;
	text-transform:uppercase;
	font-weight:bold;
}

#big-image img {
	z-index:1;
	width:313px;
	height:436px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
#big-image a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#big-image span span {
	float:left;
	display:inline;
	/*width:38px;*/
	margin:5px;
	display:block;
	background:url(../../images/barretta-verticale.gif) no-repeat 100% 50%;
	padding-right:8px;
}

#big-image span.no-border span {
	background:none;
}

