/* Copyright Ian Grant 2003/2004, unless otherwise specified */

/* HACK! - applies this style to browsers that support > syntax to 
add padding between a floated area and the floated area below.  IE manages 
to add its own spacing */
div.seriesthumbnails>div {
	margin-bottom:15px;
}

div.printthumbnails>div {
	margin-bottom:5px;
}
