#slider { margin: 6px 0; padding: 0 15px; position: relative; }
#gallery-left span, #gallery-right span { display: none; }
#gallery-left { left: -10px; width: 25px; height: 43px; background: transparent url('/images/img-ico-left.png') no-repeat center 7px; position: absolute; }
#gallery-right { right: -10px; width: 25px; height: 43px; background: transparent url('/images/img-ico-right.png') no-repeat center 7px; position: absolute; }
#gallery-right:hover, #gallery-left:hover { background-position: center -24px; }

#slideshow {
	width: 195px;
	height: 65px;
	position: relative;
    overflow: hidden;
}
#slideshow div {
	width: 100%;
	margin: 0;
	padding: 0;
	/* text-align: center; */
	white-space: nowrap;
	vertical-align: middle;
	overflow: hidden;
    position: absolute;
}
#slideshow img {
  margin: 0 2px;
  border: 2px solid #CCCCCC; 
  width: /* 56px */81px;
  height: 56px;
  cursor: pointer;
}
#slider:after {
  clear: both; 
  height: 0; 
  content: "."; 
  display: block; 
  font-size: 0;
  line-height: 0;
  visibility: hidden;
} 
.hidden { display: none; }
.invisible {visibility: hidden;}
