/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#foto {
	position: relative;
	margin-top: 10px;
	width: 803px;
	height: 200px;
}


#foto .fotos {
	display: block; 
	margin: 0px; 
	height: 200px;
	list-style: none;
	width: 806px;
}

#foto li {
	float: left;
}

#foto .foto {
	border-right: #fff 1px solid; 
	display: block; 
	background: #fff; 
	overflow: hidden; 
	width: 133px; 
	cursor: pointer; 
	height: 200px;
}

#foto .foto SPAN {
	display: none;
}

#foto .opt1 {
	background: url(../imagethumbs/selection/landscape.jpg) #ccc repeat scroll 0%;
}
#foto .opt2 {
	background: url(../imagethumbs/selection/people.jpg) #ccc repeat scroll 0%;
}
#foto .opt3 {
	background: url(../imagethumbs/selection/nature.jpg) #ccc repeat scroll 0%;
}
#foto .opt4 {
	background: url(../imagethumbs/selection/places.jpg) #ccc repeat scroll 0%;
}
#foto .opt5 {
	background: url(../imagethumbs/selection/architecture.jpg) #ccc repeat scroll 0%;
}
#foto .opt6 {
	background: url(../imagethumbs/selection/details.jpg) #ccc repeat scroll 0%;
	border-right: #fff 0px solid;
}


/*************************************************************/