.divider-vertical {
	background-image: url(../images/grids/dot_line_vertical.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.divider-horizontal {
	background-image: url(../images/grids/dot_line_horizontal.gif);
	background-repeat: repeat-x;
	background-position: center;
}

