/* make only vertical scroll bars */
div.ms-WPBorder.ms-wpContentDivSpace {
overflow-y:auto !important;
overflow-x:hidden !important;
}
