/* Multithumb 2.0 beta 1.3 */
/*

The comments below are to help you understanding and modifying the look and feel of thumbnails. Borders can be set using the border fields above. You can safely delete these comments.
*/

/*
Styles for the DIV surrounding the image.
*/
div.mtImgBoxStyle {
 margin:3px 10px 10px 10px;
}

/*
Click to enlarge -box added by JT 19.8.2008
*/
div.mtImgBoxClicktextbox {
 padding: 1px;
 background: #666666;
 color: #ffffff;
 text-align:right;
 font: normal 10px arial;
}


/* 
Styles for the caption box below/above the image.
Change font family and text color etc. here.
*/
div.mtCapStyle {
 color: #ffffff;
 background: #666666;
 padding: 2px 6px 2px 6px;
 overflow:hidden;
}
/* 
Styles for the table based Multithumb gallery
*/
table.multithumb {
 width: auto;
}