
/** 
 * Slideshow style rules.
 */
 
#products_all {	
	margin:0px auto;
	width:814px;
	height:150px;
	background-image:url(/images/allprod_bg.jpg);
	background-repeat:no-repeat;
	border:1px solid #e4e4e4;
	position:relative;
}
 
#products_all #container {
  margin-top:0px;
  padding-top:20px;
  margin-left:45px;
  width:730px;
  height:120px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#products_all #container .slide {
  margin:0 auto;
  float:left;
  width:724px; /* reduce by 20 pixels of #container to avoid horizontal scroll */
  height:120px;
}

#products_all #container .slide div {
	float:left;
	width:220px;
	height:90px;
	padding:10px;
}

#products_all #container .slide div p {
	font-size:10px;
	font-family:Tahoma;
	padding-top:0px;
	margin-top:0px;
	color:#1a60af;
}

#products_all #container .slide div p a {
	text-decoration:none;
	color:#1a60af;
}

#products_all #container .slide div p a:hover {
	border-bottom:1px dotted #1a60af;
}

#products_all #container .slide div p em {
	clear:both;
	color:#09347a;
	font-weight:bold;
}

#products_all #container .slide div img {
	float:left;
}

#products_all #container .slide .first,
#products_all #container .slide .second {
	background:transparent url(/images/products_slide_right_border.jpg) no-repeat center right;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:27px;
  height:27px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  margin-top:60px;
  margin-left:8px;
  background:transparent url(/images/slide_control_left.png) no-repeat 0px 0px;
}
#rightControl {
  margin-top:60px;
  margin-left:780px;
  background:transparent url(/images/slide_control_right.png) no-repeat 0px 0px;
}
/** 
 * Style rules for Demo page
 */
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#555;
  letter-spacing:-1px;
  text-align:right;
  height:40px;
}

.slide h2.realizacje {
  font:italic 18px Georgia, "Times New Roman", Times, serif;
  color:#555;
  letter-spacing:-1px;
  height:40px;
  margin:15px 0px;
}

.slide img.foto {
  float:right;
  margin:0 15px;
  border:2px solid #ccc;
}

.slide img.foto_realizacje {
  border:2px solid #ccc;
}

#slideIndex
{
	position:absolute;
	margin-left:760px;
	width:195px;
	height:316px;
}

