
/** 
 * Slideshow style rules.
 */

#logotypy_scroll	{
	width:830px;
	height:100px;
	margin:0px auto;
}

#logotypy_slide {	
	margin:0px auto;
	width:710px;
	height:150px;
}
 
#logotypy_slide #container {
  margin-top:0px;
  padding-top:20px;
  margin-left:45px;
  width:710px;
  height:120px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#logotypy_slide #container div.slide {
  margin:0 auto;
  float:left;
  width:150px; /* reduce by 20 pixels of #container to avoid horizontal scroll */
  height:120px;
  border:1px solid #555;
}

#logotypy_slide #container .slide span a {
	float:left;
	width:150px;
	padding:30px 0px 20px 0px;
}

#logotypy_slide #container .slide span a img {
	border:1px solid #000;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:none;
  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;
}

