#galleries-slider {
  position: relative;
  height: 180px;
  width: 990px;
}
.scrollable {
  position:relative;
  overflow:hidden;
  height:195px;
  padding: 0px 0px 0px 0px;
  margin: 0px 17px 0px 17px;
  width: 956px;
}
.scrollable .items {
  width:20000em;
  position:absolute;
  clear:both;
}
.items div.products {
  float:left;
  width:990px;
}
.items div.products img,
.items div.products div.noimage {
  margin: 0px 0px 0px 0px;
}
.items div.products div.noimage {
  background-color: #370011;
  float: left;
  height: 195px;
  width: 180px;
}
.items div.products .product {
  position: relative;      
  float: left;  
  height: 195px;
  background-image: url(images/shadow.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.items div.products .product .item-title {
  position: absolute;
  bottom:15px;
  right:0px;
  width: 180px;
  height: 50px;
  background-image: url(images/pix.png); 
  font-weight: normal;
  text-align: center; 
  font-size: 16px;
  font-style: italic;
  line-height: 50px;
  text-decoration: none; 
}
.items div.products .product a.item-title:link, .items div.products .product a.item-title:visited {
  color: #fff;
}
.items div.products .product a.item-title:hover, .items div.products .product a.item-title.active {
  text-decoration: underline;
}
.items div.products .product .edit-link:link, .items div.products .product .edit-link:visited  {
  position: absolute;
  top:0px;
  right:0px;
  padding: 8px 8px 10px 8px;
  margin: 0px 0px 0px 0px;
  background: #202020; filter:Alpha(opacity=60); opacity: 0.60;
  color: #fff;
  display: block;
  z-index: 999;  
}
.items div.products .product .edit-link:hover {
  color: #000;
  background: #FA84A6; filter:Alpha(opacity=60); opacity: 0.60;  
}

.scrollable img {
  float:left;
  margin:0px 0px 0px 0px;
}
.scrollable .active {
  position:relative;
  cursor:default;
}

a.browse {
  display: block;
  height: 34px;
  width: 34px;
  position: absolute;
  z-index: 999;
  top: 73px;
  cursor: pointer;
}
a.browse.left {
  left: 0px;
  background-image: url("images/nav-buttons.png");
  background-position: 0 -84px; 
  background-repeat: no-repeat;
}
a.browse.left:hover {
  background-position: 0 0; 
}

a.browse.right {
  right: 0px;
  background-image: url("images/nav-buttons.png");
  background-position: 0 -252px; 
  background-repeat: no-repeat;
   }
a.browse.right:hover {
  background-position: 0 -168px; 
}
#product-scroller{
width: 990px;
height: 195px;
padding-bottom: 35px;
}
#product-scroller .spacer{
float: left;
width: 14px;
height: 10px;
}