/* example_5 css */  
#example_5 {  
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 190px; /* important */  
    height: 540px; /* important */  
    float:left;
    margin-left: 25px;
}  
  
 
#carousel_thumbnails {  
    position: absolute; 
     
}  
  
#carousel_thumbnails {
  width:255px;
  min-height:75px;
  padding:0px 5px 5px;
  height:auto;
  margin-top: 0px;  
  left: 0; 
}

#prev{
  position:absolute;
  background:black;
  width:200px;
  height:100px;
}

.thumbnails
{
  width:170px;
  padding:4px;
  border:1px solid #9b9b9b;
  margin:0px 0px 10px 0px;
}

.thumbnails img {
  width:170px;
  height:100px;
}
