/*
   gallery.css
   metaglo
   
   Created by Cale Woodley on 2008-12-03.
   Copyright 2008 Webfirm. All rights reserved.
*/
.product {
  clear: both;
  display: block;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #213F88;
}

.content,.navigation {float:left;display: inline;}

.content, .image-wrapper img {width: 200px; height: 200px; overflow: hidden;}

.content {
  border: 1px solid #fff;
  margin: 10px 0;
}

.navigation {width: 395px; margin: 0 0 0 10px;}

ul.thumbs {float: left;display: inline;}
ul.thumbs li {float: left;display: inline; margin: 4px;}

.pagination {clear: both;}
