
.imageGallery		{
			display: block;
			width: 960px;
			float: left;
			}

.imageGalleryMenu	{
			display: block;
			width: 220px;
			float: left;
			padding-left: 10px;
			padding-right: 10px;
			}
			
			
			
.thumb			{
			display: inline;
			padding: 2px;
			margin:	 7px;
			border: solid 1px #509d22;
			background-color: #FFFFFF;
			float: left;
			cursor: pointer;
			}

.thumb:hover		{
			border: solid 1px #FFFFFF;
			background-color: #509d22;

			}
			
.thumbElenco		{
			width:			220px;
			height:			160px;
			display:		inline;
			padding-left:		5px;
			margin-left:		10px;
			padding-top:		5px;
			margin-top:		10px;			
			border:			solid 1px #ffffff;
			background-color:	#FFFFFF;
			float:			left;
			cursor:			pointer;
			color:			#303030;
			background-color: 	#ffffff;
			text-decoration:	none
			}
			
.thumbElenco:hover		{

			text-decoration:	none
			}
			
.thumbElenco img 	{border:			solid 4px #D0D0D0;}			
.thumbElenco img:hover 	{border:			solid 4px #fd0304; }	
			
.gallaryElenco		{
			color: #509d22;
			text-weight: bold;
			display: block;
			}		