/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

/* layout right (default) */
.slide-content { width:280px; position:absolute; right: 0; height: 100%; text-shadow:0px 1px 1px #000; }
.slide-content.slide-overlay { background:rgba(55, 91, 113, .9); border-left: 1px solid rgba(0,0,0,0.7); -moz-box-shadow: 1px 0 0 rgba(255,255,255,0.2) inset; -webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.2) inset; box-shadow: 1px 0 0 rgba(255,255,255,0.2) inset;  }

/* layout left */
.slide-content.left { left:0; width:280px; position:absolute; background:rgba(55, 91, 113, .9); border-left: 0; border-right: 1px solid rgba(0,0,0,0.7); -moz-box-shadow: -1px 0 0 rgba(255,255,255,0.2) inset; -webkit-box-shadow: -1px 0 0 rgba(255,255,255,0.2) inset; box-shadow: -1px 0 0 rgba(255,255,255,0.2) inset; height: 100%; text-shadow:0px 1px 1px #000; }