
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/

#marqueecontainer
{
	position: relative;
	width: 195px; /*marquee width */
	height: 250px; /*marquee height */
	background-color: white;
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
}

.imageMenu {
	position: relative;
	width: 700px;
	height: 200px;
	overflow: hidden;
	
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:100px;
	height: 200px;
}
/*Kawach Roto*/
.imageMenu ul li.PickFillSealMachine a {
	background: url(../images/KawachRotoImageMenu.jpg) repeat scroll 0%;
}
/*Kawach Servo*/
.imageMenu ul li.KawachServoMultiheadCombinationWeigher a {
	background: url(../images/KawachServoMultiheadImageMe.gif) repeat scroll 0%;
}

.imageMenu ul li.KawachServoWithServoAugerFiller a {
	background: url(../images/KawachServoAugerImageMenu.jpg) repeat scroll 0%;
}

.imageMenu ul li.KawachServoWithServoCupFiller a {
	background: url(../images/KawachServoCupImageMenu.jpg) repeat scroll 0%;
}

/*Kawach*/
.imageMenu ul li.KawachMultiHead a {
	background: url(../images/KawachMultiHeadImageMenu.jpg) repeat scroll 0%;
}

.imageMenu ul li.KawachWeighFiller a {
	background: url(../images/KawachWeighFillerImageMenu.jpg) repeat scroll 0%;
}

.imageMenu ul li.KawachAugerFiller a {
	background: url(../images/KawachAugerFillerImageMenu.jpg) repeat scroll 0%;
}

.imageMenu ul li.JumboKawachAugerFiller a {
	background: url(../images/JumboKawachAugerFillerImageMenu.jpg) repeat scroll 0%;
}

.imageMenu ul li.KawachCupFiller a {
	background: url(../images/KawachCupFillerImageMenu.jpg) repeat scroll 0%;
}

/*Smart Ex*/
.imageMenu ul li.SmartExAugerFiller a {
	background:url(../images/SmartExAugerFillerImageMenu.jpg) no-repeat scroll 0%;
}

.imageMenu ul li.SmartExCupFiller a {
	background:url(../images/SmartExCupFillerImageMenu.jpg) no-repeat scroll 0%;
}

.imageMenu ul li.SmartExWeighFiller a {
	background:url(../images/SmartExWeighFillerImageMenu.jpg) no-repeat scroll 0%;
}

.imageMenu ul li.SmartExTabletCounter a {
	background:url(../images/SmartExTabletImageMenu.jpg) no-repeat scroll 0%;
}

/*Semiautomatic Fillers*/
.imageMenu ul li.SemiAutomaticAugerFiller a {
	background:url(../images/SemiAutomaticAugerFillerImageMenu.jpg) repeat scroll 0%;
}

.imageMenu ul li.SemiAutomaticWeighFiller a {
	background:url(../images/SemiAutomaticWeighFillerImageMenu.jpg) repeat scroll 0%;
}

/*Conveyors*/
.imageMenu ul li.ZShapedBucketConveyor a {
	background:url(../images/ZShapedConveyorImageMenu.jpg) repeat scroll 0%;
}

.imageMenu ul li.AcclivitiousConveyor a {
	background:url(../images/AcclivitiousConveyorImageMe.jpg) repeat scroll 0%;
}

.imageMenu ul li.ScrewConveyor a {
	background:url(../images/InclinedConveyorImageMenu.jpg) repeat scroll 0%;
}
.imageMenu ul li.TakeOffConveyor a {
	background:url(../images/TakeOffConveyorImageMenu.jpg) repeat scroll 0%;
}

/*Others*/
.imageMenu ul li.RibonBlender a {
	background:url(../images/RibonBlenderImageMenu.jpg) repeat scroll 0%;
}

.imageMenu ul li.SemiautomaticCartooningMachine a {
	background:url(../images/SemiautomaticCartooningImag.jpg) repeat scroll 0%;
}

.imageMenu ul li.HorizontalFlowWrapMachine a {
	background:url(../images/HorizontalFlowWrapImageMenu.jpg) repeat scroll 0%;
}

.imageMenu ul li.ContinuousFillingMachine a {
	background:url(../images/PouchSealingMachineImageMenu.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/

