﻿#horizontal_carousel ul { width: 945px; }
#horizontal_carousel li { float: left; display: inline; }

.evt-carousel-wrapper,
.evt-carousel-day,
.evt-carousel-body,
.evt-carousel-footer  { width: 945px; }

/* Component Heights */
.evt-carousel-wrapper {  }
.evt-carousel-body    { height: 111px; }
.evt-carousel-footer  { height: 9px; }

/* Component Backgound Colours */
.evt-carousel-wrapper { background-color: #73a0d2; }
.evt-carousel-month   { background-color: #91b1ca; }
.evt-carousel-footer  { background-color: #eceded; }
.evt-carousel-body  { background-color: #73a0d2; }

/* Component - Month Strip */
.evt-carousel-month          { width: 945px; height: 22px; background-color: #73a0d2; }
.evt-carousel-month div      { width: 78px; height: 24px; float: left; font-weight: bold; padding: 4px 0px 0px 0px; color: #ffffff; text-align: center; }
.evt-carousel-month div.on   { padding-top: 4px;  background: #73a0d2 url(/Travel/Resources/IMG/bm-evtcal-selected-month.gif) top left no-repeat; color: #73a0d2; }

/* Component - Day Strip */
.evt-carousel-day          { width: 945px; height: 19px; background-color: #eceded; text-align: center; }
.evt-carousel-day .day  { font-size: 11px; width: 24px; height: 15px; margin: 0px 3px 0px 3px; float: left; padding-top: 4px; color: #a7a9ac; text-align: center; }
.evt-carousel-day .on   { background-color: #a7a9ac; color: #ffffff; }
.evt-carousel-day .off   { color: #eceded; }


.loading-panel { position: relative; width: 945px; height:111px; background-color: Black; top: 0px; left: 0px }


/*  THE CAROUSEL  */
.evt-carousel-image       { float: left; width: 148px; height: 111px; }
.evt-carousel-text        { float: left; padding: 8px; width: 139px; height: 95px; text-align: left; background-color: #73a0d2; }
.evt-carousel-title       { color: #ffffff; text-decoration: none; }
.evt-carousel-title:hover { text-decoration: underline; }
.evt-carousel-desc        { color: #ffffff; font-size: 11px; }


/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 945px;
  height: 111px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 909px;
  height: 111px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 111px;
}                      

#horizontal_carousel ul li {
  width: 303px;
  height: 111px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel ul li a {
  text-decoration: none;
}

#horizontal_carousel .previous_button {
  float: left;
  width: 18px;
  height: 111px;
  background: url(/Travel/Resources/IMG/bm-evtcal-prev-button-on.gif);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(/Travel/Resources/IMG/bm-evtcal-prev-button-on.gif);
}

#horizontal_carousel .previous_button_disabled {
  background: url(/Travel/Resources/IMG/bm-evtcal-prev-button-off.gif);
  cursor: default;
}

#horizontal_carousel .next_button {
  float: left;
  width: 18px;
  height: 111px;
  background: url(/Travel/Resources/IMG/bm-evtcal-next-button-on.gif);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(/Travel/Resources/IMG/bm-evtcal-next-button-on.gif);
}

#horizontal_carousel .next_button_disabled {
  background: url(/Travel/Resources/IMG/bm-evtcal-next-button-off.gif);
  cursor: default;
}


