/**********************************************/
/* @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/carousel_up.gif') center center no-repeat;
	width:171px;
	height:12px;
	border:0px;
}

div.jMyCarousel .next {
	background: url('./images/carousel_up.gif') center center no-repeat;
	width:171px;
	height:61px;
	border:0px;
}

div.jMyCarousel .up {
	background: url('../images/carousel_up.gif') center center no-repeat;
	width:171px;
	height:30px;
	border:0px;
}

div.jMyCarousel .down {
	background: url('../images/carousel_down.gif') center center no-repeat;
	width:171px;
	height:30px;
	border:0px;
}

div.jMyCarousel{
}

div.jMyCarousel ul{

}

div.jMyCarousel ul li {
	border: 0;
	margin:0;
	line-height:0;
	font-size: 0;
	padding:0;
	width: 171px;
	height: 46px;
}

div.jMyCarousel ul li a {
	margin:0;
	line-height: 0;
	padding:0;
	width: 171px;
	height: 46px;
	display: block;
}

div.jMyCarousel ul li img {
	margin-bottom:0;
	padding-bottom:0;
	height: 46px;
	width: 171px;
	border: 0
}

#jMyCarousel_top {
	width: 171px;
	height: 19px;
	background: url('../images/carusel_top.jpg') center center no-repeat;
}

#jMyCarousel_bot {
	width: 171px;
	height: 48px;
	background: url('../images/carusel_bot.jpg') center center no-repeat;
	z-index: 100 !important;
}



.jMyCarousel_a img {
	background-position: left top;
}
.jMyCarousel_a:hover img {
	background-position: left bottom;
}


#jMyCarousel_landini img {
	background: url('../images/landini.jpg') center center no-repeat;
}
#jMyCarousel_landini:hover img {
	background: url('../images/landini_o.jpg') center center no-repeat;
}

#jMyCarousel_manitou img {
	background: url('../images/manitou.jpg') center center no-repeat;
}
#jMyCarousel_manitou:hover img {
	background: url('../images/manitou_o.jpg') center center no-repeat;
}

#jMyCarousel_mcCormick img {
	background: url('../images/mcCormick.jpg') center center no-repeat;
}
#jMyCarousel_mcCormick:hover img {
	background: url('../images/mcCormick_o.jpg') center center no-repeat;
}

#jMyCarousel_monosem img {
	background: url('../images/monosem.jpg') center center no-repeat;
}
#jMyCarousel_monosem:hover img {
	background: url('../images/monosem_o.jpg') center center no-repeat;
}

#jMyCarousel_nobili img {
	background: url('../images/nobili.jpg') center center no-repeat;
}
#jMyCarousel_nobili:hover img {
	background: url('../images/nobili_o.jpg') center center no-repeat;
}

.jMyCarousel-navigation {
	height: 20px;
	background: url('../images/carousel_navigation.png') no-repeat;
	position: absolute;
	width: 100%;
	height: 25px;
	z-index: 10001
}
#jMyCarousel-go-up {
	background-position: 81px 25%;
	top: 2px
}
#jMyCarousel-go-down {
	background-position: -10px 75%;
	top: 193px
}
.transparensy {
	filter: alpha(opacity=50);
	opacity: .5
}

