.carrusel_container {
/*	cursor:pointer;*/
	position:relative;
	width:626px;
	height:247px;
	padding:0;
	margin:5px 0 0 0;	
	overflow:hidden;
}

.carrusel_img {
/*	opacity:1;*/
	position:absolute;
	top:0;
	left:0;
}

.carrusel_temp {
	position:absolute;
	width:626px;
	height:247px;
	top:260px;
	overflow:hidden;
}

.carrusel_barnav {
	cursor:pointer;
	position:relative;
	height:12px;
	top:229px;
	margin:0 auto;
}

.carrusel_nav {
	cursor:pointer;
	width:24px;
	height:12px;
	background:url(img_nav_carrusel.png) no-repeat left top;
	float:left;
	margin:0px 1px 0px 1px;
}
.carrusel_nav:hover {background:url(img_nav_carrusel.png) no-repeat center top;}

.carrusel_nav_activ {
	cursor:pointer;
	width:24px;
	height:12px;
	background:url(img_nav_carrusel.png) no-repeat right top;
	float:left;
	margin:0px 1px 0px 1px;
}
.carrusel_nav_activ:hover {background:url(img_nav_carrusel.png) no-repeat -48px top;}
