
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 918px;
	overflow: hidden; /* required to hide not active elements. */
	height: 243px;
	margin: 0px;
	padding: 0px;
	/*margin-left: 3px;*/
	/*width: 974px;*/
	/*height: 249px;*/
	/*margin-top: 6px;
	margin-left: 6px;*/
}

#imageMenu div div{
	float: left;
	width: 918px;
}

#imageMenu ul {
	/*display: block;*/
	list-style: none;
	margin: 0px;
	padding: 0px;
	/*height: 243px;
	width: 918px;*/
	/*width: 974px;*/
	}

#imageMenu ul li {
	float: left;
	
}

#imageMenu ul li a {
	display:block;
	background:#FFFFFF none repeat scroll 0%;
	/*border-right: 6px solid #fff;*/
	cursor:pointer;
	width:87px;
	height:243px;
	/*text-indent: -1000px;*/
	/*overflow:hidden;*/
}
/* dynamically generated on home page
#imageMenu ul li.auction1 a {
	background: url(../images/auction-upcoming-1.jpg) repeat scroll 0%;
}

#imageMenu ul li.auction2 a {
	background: url(../images/auction-upcoming-2.jpg) repeat scroll 0%;
}

#imageMenu ul li.auction3 a {
	background: url(../images/auction-upcoming-3.jpg) repeat scroll 0%;
}

#imageMenu ul li.auction4 a {
	background: url(../images/auction-upcoming-4.jpg) repeat scroll 0%;
}
*/
.clear {
	clear: both;
}

/*************************************************************/


