#galleryTxt {
        float:          left;
        color:          #111;
        font-family:    Tahoma, Arial, Georgia, Times New Roman;
        font-weight:    normal;
        font-size:      8pt;
        text-align:     left;
        width:          476px;
	height: 100%;
        margin:         10px 14px 14px 14px;
	overflow: hidden;
}


html>body #galleryTxt {
        float:          left;
        color:          #111;
        font-family:    Tahoma, Arial, Georgia, Times New Roman;
        font-weight:    normal;
        font-size:      8pt;
        text-align:     left;
        width:          auto;
	height: 100%;
        margin:         -5px 14px 14px 14px;
	overflow: hidden;

}


