/********************
 * FEATURE CAROUSEL *
 ********************/


/* mobile_carousel
---------------------*/
#phone {
height: 362px;

width: 459px;

}
#mobile_carousel {
float: left;
height: 295px;
position: relative;
width: 475px;
}
#mobile_carousel .carousel-image {
display: block;
}
#mobile_carousel .carousel-feature {
cursor: pointer;
left: -1000px;
position: absolute;
top: -1000px;
}
#mobile_carousel .tracker-individual-container {
display: none !important;
}