/* -------------------------------------------------------------------------------------- 
Corfucottage CSS - www.corfucottage.com
Developed by acrodev.com
The unique combination of images, colors, sizes, typography, and positioning ("the design") 
is copyright 2005 Acrodev.com and may not be reproduced. 
TODO fix this
-------------------------------------------------------------------------------------- */

.thumb-hor, 
.thumb-vert {
  float:left;
	width: 86px;
	text-align: center;  
  margin: 0 8px 0 0;
}
.thumb-hor {
	height: 91px;
	background: url(../images/decor/thumb_shadow.jpg) no-repeat left top;
}
.thumb-vert {
	height: 110px;
	background: url(../images/decor/thumb_shadow_vert.jpg) no-repeat left top;
}
.thumb-hor img, 
.thumb-vert img {
	margin: 16px auto 0 auto;
}

div.gallery {margin: 10px 0 10px 0;}	

div.thumb-hor a, 
div.thumb-hor a:visited, 
div.thumb-vert a, 
div.thumb-vert a:visited {
	margin:0px; padding:0px;
} /* prevent spacing on thumb links */

	
/* TODO -fix that thing dude! */
