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

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

.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:78px;
	height: 200px;
}

.jimgMenu ul li.fanta a {
	background: url(images/fanta.jpg) repeat scroll 0%;
}

.jimgMenu ul li.goma a {
	background: url(images/goma.jpg) repeat scroll 0%;
}

.jimgMenu ul li.cali a {
	background: url(images/cali.jpg) repeat scroll 0%;
}
.jimgMenu ul li.solis a {
	background: url(images/solis.jpg) repeat scroll 0%;
}

.jimgMenu ul li.gabriel a {
	background: url(images/gabriel.jpg) repeat scroll 0%;

}

.clear {
	clear: both;
}
