/*** Overall MovingBoxes Slider ***/
#image-slider.loading {
	background: #FFF url('../images/ajax-loader.gif') no-repeat center center;
	height: 245px;
}
#image-slider.loading #image-slider-init {
	overflow: hidden;
	visibility: hidden;
}

.slider {
  width: 900px; /* default, this is overridden by script settings */
  border: 5px solid #D5D5D5;
  position: relative;
}
.scrollContainer, .scroll {
  width: 100%;
  height: 245px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.slider {
	width: 585px;
	height: 245px;
	background-color: #FFF;
}

/* active slider border highlight */
.active-slider {
  border-color: #CACACA;
}

/*** Slider panel ***/
.slider div.panel {
  width: 350px;  /* default, this is overridden by script settings */
  padding: 0;
  margin: 12px 5px 0 5px;
  cursor: pointer;
}
.slider div.panel.current {
 cursor: auto;
}

/*** Inside the panel ***/
.inside {
  padding: 6px;
  border: 1px solid #CACACA;
  line-height: 130%;
}

.inside img {
  display: block;
  margin: 0 0 8px 0;
  width: 100%;
}

.inside h2 {
  font-weight: bold;
  color: #000;
  font-size: 14px;
  margin: 0;
}

.inside p {
  font-size: 12px;
  color: #757575;
  margin: 0;
}
.inside p span {
  font-size: .95em;
}

.inside a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}

.inside a:hover {
  border-bottom: 1px solid #999;
}

/*** Left & Right Navigation Arrows ***/
a.scrollButtons {
  display: block;
  width: 26px;
  height: 41px;
  background: transparent url(../images/homepage_slider_arrows.png) no-repeat;
  position: absolute;
  top: 40%; /* if you change the arrow images, you may have to adjust this (distance from top) */
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  border: 0;
}
a.scrollButtons.left {
  background-position: left top;
  left: -26px;
}
a.scrollButtons.right {
  background-position: right top;
  right: -26px;
}
a.scrollButtons.left:hover {
  background-position: left bottom;
}
a.scrollButtons.right:hover {
  background-position: right bottom;
}

.controls {
  margin: 0 auto;
  text-align: center;
  background: #ccc;
}
.controls a {
  color: #444;
  font: 12px Georgia, Serif;
  display: inline-block;
  text-decoration: none;
  padding: 2px;
  height: 18px;
  margin: 0 5px 0 0;
  text-align: center;
  outline: 0;
}
.controls a.current, .controls a:hover {
  color: #fff;
}
.active-slider .controls {
  background: #999bff;
}