﻿
/* Image Carousel */
.event-image-carousel #horizontal_carousel {
  float:left;
  position: relative;
  top: 0;
  left: 0;
  width: 444px;
  height:200px;
}

.event-image-carousel #horizontal_carousel .container {
  float:left;
  position: relative;
  top: -48px;
  left: 0;
  width: 444px;
  overflow: hidden;
}

.event-image-carousel #horizontal_carousel ul {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding:0;
  width: 100000px;
}                      

.event-image-carousel #horizontal_carousel ul li {
  width: 444px;
  text-align: center; 
  list-style:none;   
  float:left;
}

.event-image-carousel #horizontal_carousel .previous_button {
  float:left;
  position: relative;
  top: 142px;
  left: 0px;
  width: 24px;
  height: 48px;
  background-image: url(/Travel/Resources/IMG/evt-image-previous-on.png);
  z-index: 100;
  cursor: pointer;
}

.event-image-carousel #horizontal_carousel .previous_button_over {
  background: url(/Travel/Resources/IMG/evt-image-previous-on.png);
}

.event-image-carousel #horizontal_carousel .previous_button_disabled {
  background: url(/Travel/Resources/IMG/evt-image-previous.png);
  cursor: default;
}

.event-image-carousel #horizontal_carousel .next_button {
  float:left;
  position: relative;
  top: 142px;
  left: 396px;
  width: 24px;
  height: 48px;
  background-image: url(/Travel/Resources/IMG/evt-image-next-on.png);
  z-index: 100;
  cursor: pointer;
}

.event-image-carousel #horizontal_carousel .next_button_over {
  background: url(/Travel/Resources/IMG/evt-image-next-on.png);
}

.event-image-carousel #horizontal_carousel .next_button_disabled {
  background: url(/Travel/Resources/IMG/evt-image-next.png);
  cursor: default;
}


.event-image-carousel #horizontal_carousel .imagecaption 
{
	font-size: 9px;
	
}
