﻿.ImagePane
{ 
	background-color: transparent; 
	color: #404040; 
	width: 699px;
}
.ImagePane .thumbContainer
{
	border: dotted 1px #404040;
	float: left;
	margin: 5px;
}
.ImagePane .thumbContainer img
{
	margin: 10px;
}
