/* CSS Document */

/*Stili galleria foto*/

#gallery {
	width: 90%;
	clear: both;
	min-height: 255px;
	height: 400px!important;
	height: 255px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#gallery ul {
	list-style: none;
	padding: 0;
	width: 180px;
	position: relative;
	float:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#gallery ul li { display: inline; width: 52px; height: 52px; float: left; margin: 0 0 5px 5px;}

#gallery ul li a { display: block; width: 50px; height: 50px; text-decoration:none; border:1px solid #0162b1; }

#gallery ul li a img { display: block; width: 50px; height: 50px; border: 0px none; }

#gallery ul li a:hover { white-space: normal; border-color: #b4d3e8;}

#gallery ul li a:hover img { position: absolute; right: 185px; top: 0; width: auto; height: auto; border: 1px solid #0162b1; }

#gallery p {
	padding: 0;
	position: relative;
	float: right;
	font-size: 0.8em;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

#gallery p span {
	padding: 0;
	position: relative;
	margin: 0;
	font-weight: bold;
	color: #FF3399;
}


/* side menu per indice galleria foto */
#side_menu
{
	float: left;
	width: 170px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.side_menu_item
{ width: 170px; 
  padding: 6px 0px 8px 0px;
  height: 70px;
}

.side_menu_item a
{ float: left; 
  width: 146px; 
  height: 54px; 
}

.side_menu_item img 
{ display: block; 
  margin: 2px;
}

.info
{
	padding-top: 4px;
	float: left;
}
