#slideshow_wrapper{
  background: transparent url(img/loading.gif) no-repeat 50% 50%;
  width: 960px;
}
#slideshow{
}

.slide_left_button{
	background: url(img/left-arrow.png) no-repeat left center  rgba(0, 0, 0, 0.6);
  width: 44px;
  height:64px;
  display: block;
  position: absolute;
  top: 50%; margin-top: -32px;
  left: 0;
  text-decoration: none;
}
  .slide_left_button:hover{
    background: url(img/left-arrow.png)no-repeat left center #E55454;

  }
.slide_right_button{
	background: url(img/right-arrow.png) no-repeat right center rgba(0, 0, 0, 0.6);
  width: 44px;
  height:64px;
  display: block;
  position: absolute;
  top: 50%; margin-top: -32px;
  right: 0;
  text-decoration: none;
}
  .slide_right_button:hover{
    background: url(img/right-arrow.png)no-repeat right center #E55454;
  }

#slideshow .slide_show_desc{
  background: #000;
  color: #fff;
  font-size: 13px;
	text-align: center;
  padding: 10px;

  opacity: 0.6;
}
#slide_show_nav{
  display: block;
  width: 960px;
  text-align: center;
}
  #slide_show_nav a{
    background: transparent url(img/slideshow-button.png) no-repeat center center;
    display: inline-block;
    line-height: 1.5;
    text-indent: -9999px;
    width: 24px; height: 24px;
  }
  #slide_show_nav a.active {
	  background: transparent url(img/slideshow-button-active.png) no-repeat center center;
  }
/*---------------als elements-----------*/
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 0;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}
/*--------------------------------------*/
/*--------als styling-------------------*/
#demo1 {
	margin: 40px auto;
}

#demo1 .als-item {
	margin: 0px 5px;
	padding: 4px 0px;
	min-height: 120px;
	min-width: 100px;
	text-align: center;
}

#demo1 .als-item img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

#demo1 .als-prev, #demo1 .als-next {
	top: 40px;
}

#demo1 .als-prev {
	left: 200px;
}

#demo1 .als-next {
	right: 200px;
}
/*----------------------------------------*/