.balloonstyle{
position: absolute;
top: 50px;
left: 100px;
padding: 10px;
visibility: hidden;
border:1px solid black;
font:normal 10px Verdana;
color: white;
line-height: 15px;
z-index: 200;
background-color: #2c2c2c;
/*width:500px;*/
width:720;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/

}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}

.imageTitle {
font-family:verdana; 
font-size:12px; 
font-weight:bold; 
padding-top:5px; 
text-align:center;
}

.imagePreview {
margin-right:10px;
}

