

#tiles {
list-style-type: none;
position: relative; 
margin: 0;
}


#tiles li {
width: 200px;
background-color: #ffffff;
border: 1px solid #dedede;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;

padding: 10px;
margin-right:7px;margin-bottom:7px;float:left;
}

#tiles li img {
display: block;
}


  
#loader {
  height: 16px;
  text-align: center;
  padding: 25px 0 25px 0;
}
  
#loaderCircle {
  width: 16px;
  height: 16px;
margin: 0 auto;
  background-image: url('../images/loader.gif');
}