div.jmcNav {
	height: 0px;
}

div.jmcNav .prev{
	background: url('../images/jmc/leftlg.gif') center center no-repeat;
	width:38px;
	height:40px;
	border:0px;
	z-index:200;
	position:relative;
	float:left;
	left:65px;
	top:55px;
}

div.jmcNav .next{
	background: url('../images/jmc/rightlg.gif') center center no-repeat;
	width:38px;
	height:40px;
	border:0px;
	z-index:200;
	position:relative;
	float:right;
	right:65px;
	top:55px;
}

/** Carousel 2 **/
div.jmc{
	margin:auto;
}

div.jmc ul{
	background:transparent;	
}

div.jmc ul li{
	margin:3px;
	border:none;
	line-height:0px;
	padding:3px;
}

div.jmc ul li a{ /* in case of link */
	display:block;
	margin:0px;
	padding:0px;
}

div.jmc ul li a img{
	display:block;
	border:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

