* Site-specific stylesheet for Highslide JS gallery theme
*/
+H1 { text-align: center; }
+H2 { text-align: center; margin-bottom: 3ex; }
+.parent { text-align: center; }
+.large { text-align: center; }
+
+.fwd {
+ float: right;
+ width: 48px;
+ height: 48px;
+ background-image: url(plain/next.png);
+}
+.back {
+ float: left;
+ width: 48px;
+ height: 48px;
+}
+.up {
+ width: 48px;
+ height: 48px;
+}
+
+A[href]:hover { background-color: inherit; }
+
.highslide-wrapper, .highslide-outline {
background: #111111;
}