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

	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: left;

}

#imageMenu ul li a {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 300px;
	width: 131px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 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;
}

/*big menu*/

#kwick {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 10px;
}

#kwick .kwicks {
	display: block;
	height: 300px;
	margin: 0px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 300px;
	width: 131px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #fff;
}

#imageMenu  span {
	display: none;
}


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


