/*
* jQuery-Cycle CSS
*/

div#slide1{ 
  width: 350px; 
  height: 300px; 
}
div#slide1 img{ 
  padding: 15px; 
  border: 1px solid #ccc; 
  background-color: #eee; 
}

div.slidepics img {
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
}

div.slidepics img {
  background-color:#EEEEEE;
  border:1px solid #CCCCCC;
  width:350px;
  height:263px;
  left:0;
  padding:15px;
  top:0;
}
