
#slideshow_show_container {
  width: 210px;
  height: 255px;
  overflow: hidden;
  background: url(images/slideshow-bg.jpg) no-repeat;
  margin: 0px;
  padding: 0px;
  border: 0px solid #000000;
}

#show {
  position: relative;
  top: 5px;
  left: 5px; /* Pb IE8 */
  width: 200px;
  height: 300px;
  overflow: hidden;
  border: 0px solid #ff0000;
}

#show_images {
  position: relative;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  cursor: pointer;
  border: 0px solid #00ff00;
}

#img1 {
  width: 100%;
  height: 100%;
}

#show_details {
  position: absolute;
  top: 10px;
  left: 500px;
  width: 400px;
  height: 300px;
  border: 0px solid #000000;
  overflow: hidden;
  display: none;
}

#show_item_title {
  width: 400px;
  font-size: 20pt;  
  font-weight: bold;
  border: 0px solid #000000;
}

#show_item_description { 
  font-size: 18pt;  
  font-weight: normal; 
  border: 0px solid #000000;
}


#show_carousel {
  position: relative;
  top: 0px;
  left: 0px;
  width: 210px;
  height: 100px;
  border: 0px solid #0000ff;
  text-align: left;
}

#carousel {
  position: relative;
  top: 10px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px solid #000000;
  overflow: hidden;
}

#carousel_inner {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px solid #00ff00;
}

#slideshow_content { 
  display: none; 
}

