   
#example {
	position: relative;
	width: 550px;
	height: 197px;
	overflow: hidden;
	BORDER: #d4d2d2 1px solid;
	margin-left:5px;
	margin-top:5px;
}
 
#imageMenu {
	position: relative;
	width: 550px;
	height: 197px;
	overflow: hidden;
}

 
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 197px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:134px;
	height: 197px;
}

#imageMenu ul li.landscapes a {
	background: url(../img/tu_1.jpg) repeat scroll 0%;
}
/**
#imageMenu ul li.people a {
	background: url(../img/tu_2.jpg) repeat scroll 0%;
}
**/
#imageMenu ul li.nature a {
	background: url(../img/tu_2.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(../img/tu_3.jpg) repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url(../img/tu_4.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/
.tabBox{display:none;}
