/* 1000px wide single column - uses 920px wide gallery */

.gallery-wrapper-large							{ width: 920px; } 
 
.gallery-wrapper-large .scrollable 				{ width: 864px; }

.gallery-wrapper-large .scrollable img			{ width: 66px; margin:5px 2px 0; }

.gallery-wrapper-large .scrollable img.active	{ width: 69px; margin-top:4px; }


/* 960px wide single column - uses 880px wide gallery */

.gallery-wrapper-medium							{ width: 880px; }

.gallery-wrapper-medium .scrollable 			{ width:831px; margin-left:3px; }

.gallery-wrapper-medium .scrollable img			{ width:70px; margin:5px 4px 0 0; }

.gallery-wrapper-medium .scrollable img.active	{ width:72px; margin-top:4px; }

/* 700px wide content with sidebar - uses 620px wide gallery */

.gallery-wrapper-small							{ width: 620px; }

.gallery-wrapper-small .scrollable 				{ margin:0; width:574px; }

.gallery-wrapper-small .scrollable img			{ width:66px; margin: 5px 2px 0; }

.gallery-wrapper-small .scrollable img.active	{ width: 69px; margin-top:4px; }