
.jimgMenu {
	position: relative;
	width: 760px;
	height: 290px;
	overflow: hidden;
	margin: 25px 0px 0px;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 290px;
	width: 1740px;
	
	}

.jimgMenu ul li {
	float: left;
}

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

.jimgMenu ul li.nec a {
	background: url(images/NEC.gif) repeat scroll 0%;
}

.jimgMenu ul li.epson a {
	background: url(images/EPSON.gif) repeat scroll 0%;
}

.jimgMenu ul li.panasonic a {
	background: url(images/PANASONIC.gif) repeat scroll 0%;
}
.jimgMenu ul li.optoma a {
	background: url(images/OPTOMA.gif) repeat scroll 0%;
}
.jimgMenu ul li.mitsubishi a {
	background: url(images/MITSUBISHI.gif) repeat scroll 0%;
}

.jimgMenu ul li.hitachi a {
	background: url(images/HITACHI.gif) repeat scroll 0%;
	min-width:310px;
	
}

.clear {
	clear: both;
}
