/* Thumblist 2 CSS */

img.thumbs {
	border:1px solid #dddddd; margin:2px; padding:4px; 
	vertical-align: middle;
} 

img.thumbs:hover, table.thumbtable td.thumbtd div.img:hover {
	border:1px solid red; 
}

table.thumbtable img.thumbs { 
	border: 0; padding:0; 
}

table.thumbtable td.thumbtd { 
	margin:4px; padding:2px;
}

table.thumbtable td.thumbtd:hover { 
	border-color:red; 
}

table.thumbtable { 
	border:1px solid #cccccc; 
	margin-left:auto;
	margin-right:auto;
}

table.thumbtable td.thumbtd div.img {
	border: 1px solid #dddddd; text-align: center;
}

.caption {
	font-size:.8em; overflow:hidden; padding:0px; line-height:1.1em;
}

img.current, table.thumbtable td.thumbtd div.current {
	border-color: #ff0000;
}

.highslide-controls .highslide-full-expand {
	display: none;
}
