.ce-textpic, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
	overflow:hidden;
}
.ce-left .ce-gallery {
    float: left;
}
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery {
    margin-bottom: 10px;
}
.ce-intext.ce-left .ce-gallery {
    margin-right: 10px;
}
.ce-row:last-child {
    margin-bottom: 0;
}
.ce-row {
    margin-bottom: 10px;
}
.ce-column:last-child {
    margin-right: 0;
}
.ce-column {
    margin-right: 10px;
}

.ce-gallery img {
    display: block;
}
.ce-right .ce-gallery {
    float: right;
}
.ce-intext.ce-right .ce-gallery {
    margin-left: 10px;
}