@charset "UTF-8";
/* CSS Document */



/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0px 0px 0px -50px;
	width:860px;
	height:421px;
	background:transparent no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:760px;
  height:421px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:760px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:421px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:421px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:185;
  left:0;
  background:transparent url(../../_assets/_img/arrow_prev_over.png) no-repeat 0 0;
}
#rightControl {
  top:185;
  right:-15;
  background:transparent url(../../_assets/_img/arrow_next_over.png) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
* {
  margin:0;
  padding:0;
  font:normal 11px Verdana, Geneva, sans-serif;
  color:#ccc;
}
a {
  color: #333;
  font-weight:bold;
  text-decoration:none;
}
.slide img {
  float:right;
  margin:0 15px;
}
