/**********************************************/
/* @name: style.css                           */
/* @date: 19/11/07                            */
/* @desc: JMyCarousel css                     */
/* @auth: kevin@enova-tech.net                */
/**********************************************/
/** General Elements && arrows description  ***/


div.jMyCarousel .prev{
	background: url(../images/programma/arist.png) top left no-repeat;
	width:26px;
	height:36px;
	border:0px;
	top: 0px;
	behavior: url(../iepngfix.htc);
}
div.jMyCarousel .next{
	background: url(../images/programma/de3.png) top right no-repeat;
	width:26px;
	height:36px;
	border:0px;
	top: 0px;
	behavior: url(../iepngfix.htc);
}
div.jMyCarousel{
	border:0px;
	background: url(../images/programma/prog_back.png) top left no-repeat;
	behavior: url(../iepngfix.htc);
}
div.jMyCarousel ul{
	
}
div.jMyCarousel ul li{
	margin:0px;
	border:0;
	line-height:0px;
	padding:0px;
}
div.jMyCarousel ul li a{ /* in case of link */
	display:block;
}
div.jMyCarousel ul li img{
	display:block;
	border:0px;
}
