﻿#slideshow {
	
	width:560px;
	height:260px;
	position:relative;
}
#slideshow #slidesContainer {
 
  width:390px;
  height:265px;
  overflow:auto; 
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin-top: 25px;

  width:335px; 
  height:160px;
}


.control {
  display:inline;
  width:66px;
  height:83px;
  text-indent:-10000px;
  cursor: pointer;
}
#leftControl {
float: left;
 background:transparent url("images/slide/lewa.jpg") no-repeat 0 0;
 margin-left: 10px;
 margin-right: 10px;
 margin-top: 40px;
}
#rightControl {
float: right;
 margin-right:10px;
 margin-left: 10px;
margin-top: -185px;
background:transparent url("images/slide/prawa.jpg") no-repeat 0 0;
}
#leftControl:hover {
background: url("images/slide/lewa_h.jpg") no-repeat;
}
#rightControl:hover {
background: url("images/slide/prawa_h.jpg") no-repeat;
}

#tresc3 {
font-family: tahoma;
font-size: 14px;
color: #c5c5c5;
width: 120px;
}

.bg {
display:block;
background: url("images/slide/bg_scr.jpg") repeat-x;
height: 28px;
width: 100%;
font-size: 12px;
text-align: center;
color: #fff;
margin-top: 90px;
padding: 3px;

}

.slide h2 {
font-family: verdana;
font-size:14px;
font-weight: 600;
padding-top: 15px;
color:#ccc;
}

.slide img {
  float:left;
  margin: 15px 5px 10px 0px;
  border: 0;
}

.gallery {
	padding: 0;
	width: 400px;
	}
	.gallery  img {
		border-width: 0;
	}