@charset "utf-8";
/* CSS Document */
	
/* Start Layout styles */	

#inner-wrapper {
	background:#242424;
	width:760px;
	margin:0 auto;
	padding:0 0px 0px 0px;}
	

/* End Layout styles */


/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:45px;
  height:206px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(left.gif) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(right.gif) no-repeat 0 0;
}
/** 
 * Slideshow style rules.
 */
#slideshow {
	position:relative;
	/*background-color:#333;*/
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:680px;
  height:206px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#slideshow #slidesContainer .slide {
	padding-top:12px;}
	
#slideshow #slidesContainer .slide img {
	border:3px solid #a2a2a2;
}
	
.player-container {
	
	padding:20px 0px 40px 16px;
	}

	