
.jimgMenu {
	position:relative;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	width:475px;
	height:200px;
	overflow: hidden;
	margin-top:10px;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	position: relative;
	}
	
.jimgMenu ul li {
	width: 120px;
	float: left;
	display: block;
	overflow: hidden;
}

.jimgMenu ul li a {
	 
	background:#fff repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 200px;
}

.jimgMenu ul li#landscapes a {
	background: url(../images/crs1.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#people a {
	background: url(../images/crs2.jpg) repeat scroll 0%;

}

.jimgMenu ul li#nature a {
	background: url(../images/crs3.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#abstract a {
	background: url(../images/crs4.jpg) repeat scroll 0%;

}

.jimgMenu ul li#urban a {
	background: url(../images/crs5.jpg) repeat scroll 0%;
}

/**/

.jimgMenu ul li#landscapes2 a {
	background: url(../images/rsc1.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#people2 a {
	background: url(../images/rsc2.jpg) repeat scroll 0%;

}

.jimgMenu ul li#nature2 a {
	background: url(../images/rsc3.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#abstract2 a {
	background: url(../images/rsc4.jpg) repeat scroll 0%;

}

.jimgMenu ul li#urban2 a {
	background: url(../images/rsc5.jpg) repeat scroll 0%;
}



/**/

.jimgMenu ul li#landscapes3 a {
	background: url(../images/cnd1.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#people3 a {
	background: url(../images/cnd2.jpg) repeat scroll 0%;

}

.jimgMenu ul li#nature3 a {
	background: url(../images/cnd3.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#abstract3 a {
	background: url(../images/cnd4.jpg) repeat scroll 0%;

}

.jimgMenu ul li#urban3 a {
	background: url(../images/cnd5.jpg) repeat scroll 0%;
	border-right-style: none;
}

.jimgMenu ul li#nature13 a {
	background: url(../images/cnd13.jpg) repeat scroll 0%;
  
}
/**/

.jimgMenu ul li#landscapes4 a {
	background: url(../images/tech1.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#people4 a {
	background: url(../images/tech2.jpg) repeat scroll 0%;

}

.jimgMenu ul li#nature4 a {
	background: url(../images/tech3.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#abstract4 a {
	background: url(../images/tech4.jpg) repeat scroll 0%;

}

.jimgMenu ul li#urban4 a {
	background: url(../images/tech5.jpg) repeat scroll 0%;
	border-right-style: none;
}




/**/

.jimgMenu ul li#landscapes5 a {
	background: url(../images/tech6.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#people5 a {
	background: url(../images/tech7.jpg) repeat scroll 0%;

}

.jimgMenu ul li#nature5 a {
	background: url(../images/tech8.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#abstract5 a {
	background: url(../images/tech9.jpg) repeat scroll 0%;

}

.jimgMenu ul li#urban5 a {
	background: url(../images/tech10.jpg) repeat scroll 0%;
	border-right-style: none;
}




.clear {
	clear: both;
}

a.inf-bull{
position:relative;
z-index:24;
color:#000;
text-decoration:none;
}
 
a.inf-bull:hover{
z-index:25;
background-color:#FFF;
}

a.inf-bull span{
display: none
}
 
a.inf-bull:hover span{
display:block;
position:absolute;
top:10em; left:3em; width:17em;
border:1px solid #000;
background-color:#333333;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
text-align: center;
font-weight:none;
padding:5px;
-moz-opacity:0.9;
font-weight:bold;
opacity: 0.9;
filter:alpha(opacity=60);
}