/**********************************************/
/* @name: style.css                           */
/* @date: 19/11/07                            */
/* @desc: JMyCarousel css                     */
/* @auth: kevin@enova-tech.net                */
/**********************************************/
/** General Elements && arrows description  ***/




.prev{
	background: url(../img/left.png);
	behavior: url(js/iepngfix/iepngfix.htc);
	width:28px;
	height:36px;
	border:0px;
	cursor:pointer;
}


 .next{
	background: url(../img/right.png);
	behavior: url(js/iepngfix/iepngfix.htc);
	width:28px;
	height:36px;
	border:0px;
	cursor:pointer;
}

div.JMyCarousel{
	height:465px;
}

div.JMyCarousel ul li{
	position:relative;
	cursor:pointer;
}

div.JMyCarousel ul li div.boxanno{
	position:absolute;
	top:80px;
	left:0px;
	width:130px;
	display:none;
	z-index:20;
}


