#showcase-window {
width:3800px;
position:relative;
left:0;
}

#showcase {
margin:40px auto auto;
overflow:hidden;
padding-left:86px;
position:relative;
width:680px;
}

  #showcase img {
  background:#fff none repeat scroll 0 0;
  border:1px solid #FFF;
  margin:4px;
  padding:4px;
  float:left;
  }

  #showcase img:hover {
  background:#fff none repeat scroll 0 0;
  border:1px solid #8fb9d0;
  margin:3px;
  padding:5px;
  }

.showcase-pane {
float:left;
width:512px;
}

.showcase-button {
height:50px;
position:absolute;
top:5px;
width:72px;
z-index: 30;
}

  .showcase-button:hover {
  cursor: pointer;
  }

#showcase-prev {
background: url(../images/gallery_arrow_left.png);
left:10px;
}

#showcase-next {
background:transparent url(../images/gallery_arrow_right.png) repeat scroll 0% 0%;
right:10px;
}

#showcase-play {
background:transparent url(../images/slideshow.png) repeat scroll 0% 0%;
clear:both;
height:27px;
margin:10px auto auto;
width:164px;
}

  #showcase-play:hover { 
    background: url(../images/slideshow.png) 0 -27px !important; 
  }
  
  #showcase-play:active { 
    background: url(../images/slideshow.png) 0 -54px !important; 
  }

.showcase-grad {
position: absolute;
top:0px;
z-index: 20;
}

#showcase-gradright {
right:0px;
}

#showcase-gradleft {
left:0px;
}


/*
#showcase-prev:hover {
background: transparent url(../images/gallery_arrow_left.png) 0 -49px !important; 
}

#showcase-next:hover {
background: transparent url(../images/gallery_arrow_right.png) 0px -49px !important; 
}
*/