
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 800px;
	height: 300px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: right;

}

#imageMenu ul li a {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 300px;
	width: 131px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-left: 3px solid #fff;

}

#imageMenu ul li.imageMenuopt1 a {
	background: url(images/oil.jpg) repeat scroll 0%;
}

#imageMenu ul li.imageMenuopt2 a {
	background: url(images/porcelian.jpg) repeat scroll 0%;
}

#imageMenu ul li.imageMenuopt3 a {
	background: url(images/glass.jpg) repeat scroll 0%;
}

#imageMenu ul li.imageMenuopt4 a {
	background: url(images/handi_craft.jpg) repeat scroll 0%;
}

#imageMenu ul li.imageMenuopt5 a {
	background: url(images/exhibtion.jpg) repeat scroll 0%;
}

#imageMenu ul li.imageMenuopt6 a {
	background: url(images/press.jpg) repeat scroll 0%;
	border-right: 0;
}


.clear {
	clear: both;
}

#imageMenu  span {
	display: none;
}


/*************************************************************/

