
#slider_container{
	position:relative;overflow:hidden;background:rgb(245,245,245);
}

#bs{
	 position:absolute;z-index:6;text-shadow:4px 4px 4px #000; font:700 36px Exo;color:#fff;
}

#imgContainer{
	position:absolute;overflow:hidden;
}

#b0{
	background-repeat:no-repeat !important;  background-position: center !important;/*background:url('images/slide_3.jpg');*/z-index:5;position:absolute;
	
}
#b1{
	background-repeat:no-repeat !important;  background-position: center !important;/*background:url('images/slide_0.jpg');*/z-index:4;position:absolute;
	
}

/*
#foreground_trasp{
	background:url('images/mirino.png')bottom;z-index:5;background-size:cover;position:absolute;
}
*/

#slideref{
	position:absolute;
}

/*menu*/

.slidermenu{
	position:absolute;width:100%;height:30px;bottom:0px;z-index:99;overflow:hidden;
}
.slidermenu:hover{
	transition:all 0.25s linear !important;
}
.slidermenu:hover div{
	bottom:0px;
	transition:all 0.25s linear !important;
}
.slidermenuitem{
	/*width:50px;*/text-align:center;float:left;cursor:pointer;/*height:5px;line-height:0px;*/height:30px;line-height:30px;position:relative;bottom:-26px;background-image: url("img/point.png");background-repeat:no-repeat; background-position: center;opacity:0.5;transition:all 0.25s linear !important;
}
.slidermenuitem:hover{
	opacity:1 !important;
}
#slideprev{
	 background-image: url("img/arrow_left.png") ! important;bottom:0px;opacity:1;
}
#slidenext{
	 background-image: url("img/arrow_right.png") ! important;bottom:0px;opacity:1;
}

