﻿.mouseover 
{
	border: solid 1px  #B1C3D4;
	background-color: #E8EDF1;
	padding: 10px;
	z-index: 100;
}
.mouseover.full {
	width: 800px;
}
.mouseover.large {
	width: 600px;
}
.mouseover.medium {
	width: 400px;
}
.mouseover.small {
	width: 200px;
}

.caption {
	background:white;
	padding:8px;
	border: solid 1px  #B1C3D4;
}
