
#slideshow-1{
  width: 100%;
  margin-bottom: 5px;
}

#cycle-1 .cycle-slide {
  width: 100%;
  height: 391px;
  overflow: hidden;
}

#slideshow-2{
  float: left;
  width: 634px;
}

#cycle-2 .cycle-slide {
  display: inline-block;
  zoom: 1;
  *display: inline;	 
  width: 128px; 
  height: 89px; 
  background-color: #000;
}

#cycle-2 div.cycle-slide-active A:link, #cycle-2 div.cycle-slide-active A:visited { 
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}
 
.cycle-slide img { 
  width: 100%;
  height: 100%;
}

.cycle-arr{
  display: block;
  float: left;
  width: 26px;
  height: 89px;
  text-decoration: none;
}

.cycle-prev{
  background: url(../images/carousel-arr-L.jpg) no-repeat;
}

.cycle-next{
  background: url(../images/carousel-arr-R.jpg) no-repeat;
}


@media screen and (max-width:360px) {
	#cycle-1 .cycle-slide {
		height: auto;
		overflow: hidden;
		width: 100%;
	}
	#slideshow-2 {
		float: left;
		width: 82%;
	}
}