/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 50%;
    width:100%;
    position:relative;
}
#featureCarousel img {
    border:0;
	border:1px solid #000;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;

    cursor:pointer;
}
#featureCarousel .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
	width:100%;
	height:100%;
	z-index:10;
	background-color:#ccc ; opacity:1;
}
#featureCarousel .feature > div:hover {
	background-color:#ccc ; opacity:1;
}
#featureCarousel .feature > div p {
    margin:0;
    font-weight:bold;
    font-size:12px;
    color:white;
	width:100%;
	height:100%;
}

#featureCarousel .feature > div p img {
	display:none;
	float:right;
	border:none;
}

#featureCarousel .feature > div p:hover img {
	display:block;
	float:right;
	border:none;
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:25px;
    top:210px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;
    border:1px dotted black;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}


.image-overlay-inside {
-webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-o-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.image-overlay .image-overlay-inside {
left: -20px;
position: relative;
top: 40px;

background-color: #c3512f;
color: #ffffff;
border-color: #c3512f;

}

