.galleryPic{
max-width:180px;
/* IE Image max-width */
width: expression(this.width > 180 ? 180: true);
max-height:180px;
/* IE Image max-height */
height: expression(this.height > 180 ? 180: true);
}
.gallery{
cursor:pointer;
width:186px;
float:left;
margin:2px;
border:1px solid black;
}
.pic{
width:182px;
float:left;
margin-left:1px;
}
.galleryTitle{
width:182px;
float:left;
margin-left:2px;
padding-bottom:2px;
}