﻿div.ImageList
{
	height: 220px; 
	min-height: 220px; 
	white-space: nowrap; 
	padding-left: 8px;
	overflow: auto;
}
div.ImageList img
{
	margin: 8px 8px 0 0;
	border: 1px solid white;
	cursor: hand;
}
#ImgDetails
{
	text-align: center;
}
img.ImageListLarge
{
	border: 4px solid black;
	margin: 8px 8px 0 0;
	cursor: hand;
}

/*table.Images img*/
table.Images td
{
    border: 2px solid #FFD649 !important;
    cursor: pointer;
}
table.Images td.ImageText
{
    padding: 3px;
	background-color: #F0F0F0;
    background-color: #849CAF;
}
table.Images td.ImageText a
{
    color: White;
}
