#babyGallery > .babyGalleryRow {
	/*min-height:240px; height:auto!important; height:100%;*/ width:600px;
	display:block; clear:both;
}
#babyGallery> .babyGalleryRow >.tileWrapper {
    width: 194px;
	/*min-height:240px; height:auto!important; height:100%;*/
    float: left; display:block;
}
#babyGallery> .babyGalleryRow >.tileWrapper>.tile {
    width: 194px;
    height: 174px;
    background: url('../images/babyGallery-picFrame.gif') top left no-repeat;
}
    #babyGallery> .babyGalleryRow >.tileWrapper>.tile>.img { 
        padding: 12px;
    }
    #babyGallery> .babyGalleryRow >.tileWrapper>.text {    
        color: #908f8b;
        padding: 3px 0 15px 5px;
    }
        #babyGallery> .babyGalleryRow >.tileWrapper>.text h4 {
            padding: 0px; 
            margin: 0px;
            color: #81a042;
        }
.babyGallery-leftText {
    color: #908f8b;
    padding: 0 10px 0 6px;
}

input.babyGallery {
    border: 1px solid #acaea3;
    padding: 4px;
    width: 260px;
    margin: 2px 0 0 3px;
}

#fileVal {
    color: #908f8b;
    padding: 0 5px 5px 5px;
}