/* height and width should be the same as the thumbnail sizes */
#slides {
  width: 100%;
  height: 480px;
  display: block;
  overflow:hidden;
}
#slides img{
 width: 1920px;
/*left:50%;
margin-left:-960px;*/
}

#caption{
  display: none;
}