
/*параметры SlideShow*/
#slideshow {
	margin:0 auto;
	width:915px;
	height:200px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:710px;
  height:200px;
  position:relative;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:915px;
  height:200px;
}

.control {
  display:block;
  width:39px;
  height:200px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background: url('/templates/color/i/control_left.png') no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background: url('/templates/color/i/control_right.png') no-repeat 0 0;
}

#pageContainer {
  margin:0 auto;
  width:940px;
}
#pageContainer h1 {
  display:block;
  width:780px;
  height:114px;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}

.slide img {
  float:left;
  margin:0 15px;
}