div.flipper_container {
  margin:10px 25px 25px 0px;
  width:72px;
  overflow:hidden;
  height:0px;
  display:none;
  opacity:0;
  float:left;
}

ul.flipper_thumbs {
  width:72px;
  height:72px;
  margin:0px;
  padding:0px;
  list-style:none;
  cursor:pointer;
}

img.flip_image {
  margin:2px;
}

div.counter {
  float:left;
  width:46px;
  text-align:center;
}

.arrow {
  float:left;
  width:12px;
  height:12px;
  cursor:pointer;
}
.left {
  text-align:left;
}
.right {
  text-align:right;
}

ul.flipper_images {
  margin:0px;
  padding:0px;
  list-style:none;
}

ul.flipper_images li {  
}

div.fipper_controls {
}

div.vid_thumb {
  width:72px;
  height:72px;
}

