.slidephotos {
margin-left: auto;
margin-right: auto;
list-style-type:none; 
  overflow:hidden; 
  width:800px; 
  height:360px; 
  border:1px solid #FF33CC; 
  background:#fff url(logo.jpg) no-repeat center center;
  }
.slidephotos li {
  float:left;
list-style-type:none;
  }
.slidephotos li a {
  display:block; 
  height:300px;
  width:30px;
  overflow:hidden;
  float:left; 
  text-decoration:none; 
  border-right:1px solid #FFF; 
  cursor:default;
  }
.slidephotos li a img {border:0;}
.slidephotos li a:hover {
  width:300px;
  }