/* 
    Document   : images
    Created on : May 14, 2010, 9:31:12 AM
    Author     : aleksandar
    Description:
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.floatleft {
  float: left; margin-right: 4px;
}


.thumbfr {
   /* thumbnail frame */
   border: 1px solid #eee; margin-bottom: 2px; padding: 2px;
}

.thumb {
  background-position: center;
}

.thumb200, .ts200{
  /* 200x200 thumb holder */
  background-position: center; height: 200px; width: 200px; 
}

.thumb90, .ts90{
  /* 90x90 thumb holder */
  background-position: center; height: 90px; width: 90px; 
}


.thumb60, .ts60 {
  /* 60x60 thumb holder */
  background-position: center; height: 60px; width: 60px; 
}

.thumb40, .ts40 {
  /* 40x40 thumb holder */
  background-position: center; height: 40px; width: 40px; 
}


