//this intercepts the mouseclick on 3d -- will also raise
 //the on selected event
 private void CarouselMouseEventInterceptorClicked(object o, MouseButtonEventArgs e)
 {
     Carousel.OnPreviewLeftClick(o, e);
 }