.imageContainer{
 position: relative;
 left: 0px;
 top: 0px;
}

.calloutContainer{
 position: absolute;
 top: 100px;
 left: 0px;
 width: 145px;
 color: cornflowerblue;
}

.callout{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 140px;
 background-color: lightyellow;
 color: cornflowerblue;
 padding: 3px;
 border: 1px solid gold;
}

.calloutTitle{
 font: normal normal bold 10pt Arial;
 color: cornflowerblue;
}

.calloutText{
 font: normal normal normal 10pt Arial;
 color: cornflowerblue;
}

.calloutShadow{
 position: absolute;
 top: 5px;
 left: 5px;
 width: 140px;
 background-color: lightgrey;
 color: lightgrey;
 padding: 3px;
 border: 1px solid lightgrey;
 filter: alpha(opacity=50);
}

.calloutShadowTitle{
 font: normal normal bold 10pt Arial;
}

.calloutShadowText{
 font: normal normal normal 10pt Arial;
}
