.jimgMenu {
	position: relative;
	width: 300px;
	height: 200px;
	overflow: hidden;
	margin: 25px 0px 0px;


}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1340px;
	
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:78px;
	height: 200px;
}

.jimgMenu ul li.sicilia a {
	background: url(images/apre.gif) repeat scroll 0%;
	min-width:145px;
}


.jimgMenu ul li.agrigento a {
	background: url(images/ag.jpg) repeat scroll 0%;
}

.jimgMenu ul li.caltanissetta a {
	background: url(images/cl.jpg) repeat scroll 0%;
}
.jimgMenu ul li.catania a {
	background: url(images/ct.jpg) repeat scroll 0%;
}

.jimgMenu ul li.enna a {
	background: url(images/en.jpg) repeat scroll 0%;
}

.jimgMenu ul li.messina a {
	background: url(images/me.jpg) repeat scroll 0%;
}

.jimgMenu ul li.palermo a {
	background: url(images/pa.jpg) repeat scroll 0%;
}

.jimgMenu ul li.ragusa a {
	background: url(images/rg.jpg) repeat scroll 0%;
}
.jimgMenu ul li.siracusa a {
	background: url(images/sr.jpg) repeat scroll 0%;
}
.jimgMenu ul li.trapani a {
	background: url(images/tp.jpg) repeat scroll 0%;
}
.jimgMenu ul li.mappa a {
	background: url(images/mappaeventi.gif) repeat scroll 0%;
	min-width:320px;
}
.clear {
	clear: both;
}

