.IGControlButton {
    cursor:pointer;
}
.IGItem {
    background-image:url(IG_bg.gif);
    vertical-align:middle;
    border-top:2px solid white;
    border-left:2px solid white;
    border-right:2px solid white;
    border-bottom:2px solid #d0d0d0;
    width:133px;
    height:129px;

}
.IGSelectedItem {
    background-image:url(intro_BG.gif);
    vertical-align:middle;
    border:2px solid #BDCAAF;
    width:133px;
    height:129px;
}
.IGLabel {
    vertical-align:top;
    color:#6e6e6e;
}
.IGSelectedLabel {
    vertical-align:top;
    color:#761e1d;
}
.IGItem img, IGSelectedItem.img {
    padding:10px;
}
.IG_zoom {
    padding-top:10px;
    border-top:1px dashed #6d6d6d;
    background:#f6f6f6;
    color:#761e1d;
    font-weight:bold;
}
.IG_zoom img {
    padding-top:10px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
}
