@charset "utf-8";
/* CSS Document */
/* 
 * Slideshow style rules.
 */
 
#slideshow {
	margin:0 auto;
	width:787px;
	height:137px;
	background:url(../images/artist_thumb/artist_slide_background.jpg) no-repeat center 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:643px;
  height:137px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:633px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:137px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:67px;
  height:137px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../images/slide_control_left2.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/slide_control_right2.jpg) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */


.slide img {
	margin-top:6px;
	opacity:0.4;
    filter:alpha(opacity=40);
}


