/**
 *
 * Showcase
 *
 */
/* slides */
.showcase {overflow:hidden; white-space:nowrap; width:980px; height:300px; background:#969696 url(loader.gif) no-repeat center center; border-bottom:1px solid #505050;}
.showcase ul {float:left; margin:0; padding:0; top:0; left:0; list-style:none; position:relative; width:980px; height:300px; background:#969696; overflow:hidden; white-space:nowrap;}
.showcase ul li.showcase-slide {float:left; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline; position:relative; width:980px; height:300px; border-right:5px solid #969696;}
.showcase .showcase-mask {position:absolute; width:980px; height:300px;}
/* controls */
.showcase .showcase-controls {position:absolute; width:980px; height:300px;}
.showcase .showcase-controls div.showcase-control {display:none; position:absolute; width:50px; height:300px; line-height:265px; font-size:74px; color:#fff; font-family:'Arial',sans-serif; text-align:center;}
.showcase .showcase-controls div.showcase-control-left {left:0;}
.showcase .showcase-controls div.showcase-control-right {right:0;}
.showcase .showcase-controls div.showcase-control-on {background:#969696; background:rgba(0,0,0,0.3);}
.showcase .showcase-controls div.showcase-control-on:hover {background:#32373c; background:rgba(0,0,0,0.5); cursor:pointer;}
/* captions */
.showcase ul div.showcase-caption {display:none; position:absolute; width:260px; max-height:200px; right:105px; top:30px; padding:20px; background:#eae9e9; border-radius:20px; box-shadow:inset 0 0 10px rgba(0,0,0,0.5); overflow:hidden; white-space:normal;}
.showcase ul div.showcase-caption-on {z-index:9900;}
.showcase ul div.showcase-caption h1 {padding:0 0 10px 0; font-size:24px; color:#024b8f; font-weight:normal; font-family:'Muli','Arial',sans-serif;}
.showcase ul div.showcase-caption h2 {padding:0 0 10px 0; font-size:18px; color:#095093; font-weight:normal; font-family:'Muli','Arial',sans-serif;}
.showcase ul div.showcase-caption h3 {padding:0 0 10px 0; font-size:18px; color:#000000; font-weight:normal; font-family:'Muli','Arial',sans-serif;}
.showcase ul div.showcase-caption h4 {padding:0 0 10px 0; font-size:18px; color:#b6141b; font-weight:normal; font-family:'Muli','Arial',sans-serif;}
.showcase ul div.showcase-caption h5 {padding:0 0 10px 0; font-size:14px; color:#095093; font-weight:normal; font-family:'Muli','Arial',sans-serif;}
.showcase ul div.showcase-caption p {font-size:12px; color:#1e2021; line-height:18px; font-family:'Verdana',sans-serif;}
.showcase ul div.showcase-caption a,
.showcase ul div.showcase-caption a:visited {font-size:12px; color:#b6141b; font-variant:small-caps; text-decoration:none;}
.showcase ul div.showcase-caption a:hover {text-decoration:underline;}
