/**
 * @file
 * Styles sheet for the Three Sixty image view module.
 */

.PIC360 {
  display: none;
  overflow: hidden;
}

.PIC360 UL,
.PIC360 LI {
  margin: 0;
  padding: 0;
}

.PIC360 LI {
  list-style: none;
}

.PIC360 {
  margin: 10px auto;
}
