<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @version		1.0
 * @package		SimpleBox
 * @author    Fotis Evangelou - http://nuevvo.com/labs/simplebox
 * @copyright	Copyright (c) 2008-2011 Fotis Evangelou / Nuevvo Webware Ltd. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */

/* SimpleBox */
#jwSBoverlay { position:absolute; top:0; left:0; margin:0; padding:0; width:100%; height:100%; z-index:1000100; }
#jwSBcontainer { background:#000; width:100%; height:100%; position:fixed; top:0; left:0; z-index:1000110; opacity:0.7; -moz-opacity:0.7; filter:alpha(opacity=70); margin:0; padding:0; border:none; }
#jwSBcontainer a,#jwSBcontainer a:hover { display:block; width:100%; height:100%; background:none; text-decoration:none; margin:0; padding:0; border:none; }
#jwSBcontent { background:#060606 url(images/loading.gif) no-repeat 50% 50%; top:50%; left:50%; padding:8px; position:fixed; z-index:1000120; }
#jwSBcontent a#jwSBclose,#jwSBcontent a#jwSBclose:hover { position:absolute; right:0; top:0; display:none; width:28px; height:28px; background:url(images/close.png) no-repeat 0 0; float:right; text-align:right; margin:0; padding:0; text-decoration:none; }
#jwSBcontent a img { border:none; margin:0; padding:0; }
#jwSBcontent a#jwSBimage,#jwSBcontent a#jwSBimage:hover { background-color: white !important; border:none; display:block; width:100%; height:100%; margin:0; padding:0; }
#jwSBcontent span#sbcaption { font-size:11px; font-weight:bold; color:#fff; position:relative; left:-8px; bottom:0px; display:block; background:#000; display:block; width: 100%; text-indent: 15px; margin:0px; padding:10px 0px 10px 16px; opacity:1; -moz-opacity:1; filter:alpha(opacity=100); z-index:1000130; }
</pre></body></html>