Index: wp-content/themes/default/style.css
===================================================================
--- wp-content/themes/default/style.css	(revision 12192)
+++ wp-content/themes/default/style.css	(working copy)
@@ -405,7 +405,39 @@
 /* End Images */
 
 
+/* Begin gallery shortcode styling */
+.gallery {
+    margin: auto;
+    /* gallery clearing*/
+    overflow: hidden;
+    width: 100%;
+}
+.gallery .gallery-item {
+    float: left;
+    margin-top: 10px;
+    text-align: center;
+}
+.gallery img {
+    border: 2px solid #cfcfcf;
+}
+.gallery .gallery-caption {
+    margin-left: 0;
+}
+.gallery br { clear: both }
+ 
+/* available Columns */
+.col-2 { width: 50% }
+.col-3 { width: 33.333% }
+.col-4 { width: 25% }
+.col-5 { width: 20% }
+.col-6 { width: 16.666% }
+.col-7 { width: 14.285% }
+.col-8 { width: 12.5% }
+.col-9 { width: 11.111% }
+/* End gallery shortcode styling */
 
+
+
 /* Begin Lists
 
 	Special stylized non-IE bullets

