
/*---------CAROUSEL----------*/

/*----NOU---*/
div.galeria {
	float:left;
	margin-left:14.7em;
}
* html div.galeria {
	margin-left:7.2em;
}


/*---FI NOU--*/
div.jMyCarousel .prev{
	background: url('../img/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}

div.jMyCarousel .next{
	background: url('../img/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}


/** Carousel 2 **/
div.jMyCarousel{
	float:left;
}

div.jMyCarousel ul{
	background-color:#F0F0F0;	
}

div.jMyCarousel ul li{
	margin:15px 5px 15px 5px;
	/*border:1px solid #444;*/
	line-height:0px;
	padding:3px;
	text-align:center;
}

div.jMyCarousel ul li a{ /* in case of link */
	/*display:block;*/
	float:none !important;
	margin:0px;
	padding:0px;
}

div.jMyCarousel ul li a img{
	/*display:block;*/
	border:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

div#next {
	background:#F0F0F0 url(../img/gallery_forward_button.gif) no-repeat scroll center center;
	border:0 none;
	height:158px;
	text-indent:-99999px;
	width:40px;
	float:left;
}

* html div#next{
	height:160px;
}

* +html div#next{
	height:160px;
}

div#back {
	background:#F0F0F0 url(../img/gallery_backward_button.gif) no-repeat scroll center center;
	border:0 none;
	height:158px;
	float:left;
	text-indent:-99999px;
	width:40px;
}

* html div#back {
	height:160px;
}

* +html div#back {
	height:160px;
}