#image_fader { position: relative; background: #000; overflow: hidden; }
#callout {
position: absolute;
z-index: 100;
color: white;
background: rgba(0, 0, 0, 0.7);
padding: 20px;
width: 420px;
height: 355px;
}

#callout h1 { font-weight: bold; font-size: 20px; margin: 0 0 10px 0; padding: 0px 0 10px 0; }
#callout p { font-size: 43px; margin: 0 0 10px 0 !important; color: #fff; }



.nivoSlider {
    position:relative;
 
   }
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

.annotations {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 999;
	background: rgba(0,0,0,0.3);
	top: 30px;
	left: 0px;
}

.annotations .inner {
	height: 100%;
	position: relative;
}

.annotation {
	position: absolute;
	color: #fff;
	padding: 10px;
	background: rgba(0,0,0,0.7);
}
.annotation p { margin: 0px; }

#mobile_image_fader {
	margin: 0px;
	overflow: hidden;
}
#mobile_image_fader ul { list-style: none; padding: 0px; margin: 0px;}
#mobile_image_fader ul li { padding: 0px; margin: 0px;}
#mobile_image_fader ul li img {
	max-width: 100%;
    height: auto;

}
