
/* CSS Document */

#slideshow {
	margin:0 auto;
	width:700px;
	height:400px;
	margin-top:56px;
	margin-left:146px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
	padding-left:5px;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:263px;
  padding-left:10px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:650px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
  padding-left:5px;
}


.control {
  display:block;
  width:62px;
  height:139px;
  margin-top:80px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl{
  top:0;
  left:0;
  background:transparent url(img/1-glavnaya/KNOPKA-STRELKI-FOTOGALEREI/Strelka-vlevo-1.jpg) no-repeat 0 0;
}
#rightControl{
  top:0;
  right:0;
  background:transparent url(img/1-glavnaya/KNOPKA-STRELKI-FOTOGALEREI/Strelka-vpravo-1.jpg) no-repeat 0 0;
}

a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  background:transparent url(img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}

.slide img {
  float:right;
  margin:0 10px;
  margin-left:15px;
}
#footer {
  height:100px;
}
#footer p {
  margin:30px auto 0 auto;
  display:block;
  width:560px;
  height:40px;
}