/**
 * jQuery Webbox Plugin - 1.0.0, 2012/4/5
 * Copyright (c) 2011, Jan Panschab
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 * 
 * https://github.com/janpanschab/webbox
 */
#webbox,#wb-loader,#wb-prev,#wb-next,#wb-prev span,#wb-next span,#wb-title,#wb-overlay{display:none}#webbox{z-index:1001;padding:10px;background-color:#fff;font-family:Arial;outline:none;-moz-box-shadow:0 0 10px #777;-webkit-box-shadow:0 0 10px #777;box-shadow:0 0 10px #777;-moz-border-radius:7px 0 7px 7px;-webkit-border-radius:7px 0 7px 7px;border-radius:7px 0 7px 7px}#wb-content{position:relative;z-index:1002}#wb-content.wb-content{margin:10px;padding:10px;overflow:auto}#wb-content>img{display:block}#wb-close,#wb-prev span,#wb-next span{font-size:36px;line-height:1;background-color:#fff;color:#333}#wb-close:hover,#wb-close:focus,#wb-close:active,#wb-prev span:hover,#wb-next span:hover{color:#9af}#wb-close{position:absolute;z-index:1004;top:0;right:-43px;padding:3px 11px;cursor:pointer;-moz-border-radius:0 7px 7px 0;-webkit-border-radius:0 7px 7px 0;border-radius:0 7px 7px 0}#wb-prev,#wb-next{position:absolute;z-index:1003;top:0;width:25%;height:100%;cursor:pointer}#wb-prev{left:0}#wb-next{right:0}#wb-prev.enabled,#wb-next.enabled{background:url(ie-fix.png)}#wb-prev.enabled:hover span,#wb-next.enabled:hover span,#wb-prev.enabled:focus span,#wb-next.enabled:focus span,#wb-prev.enabled:active span,#wb-next.enabled:active span{display:block}#wb-prev span,#wb-next span{position:absolute;z-index:1010;padding:0 12px 5px;line-height:1}#wb-prev span{left:-43px;-moz-border-radius:7px 0 0 7px;-webkit-border-radius:7px 0 0 7px;border-radius:7px 0 0 7px}#wb-next span{right:-43px;-moz-border-radius:0 7px 7px 0;-webkit-border-radius:0 7px 7px 0;border-radius:0 7px 7px 0}#wb-title{position:absolute;z-index:1004;bottom:10px;left:10px;background-color:#000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";filter:alpha(opacity=75);background-color:rgba(0,0,0,0.75);color:#fff;font-size:12px;line-height:1.5}#wb-title div{padding:10px}#wb-loader{position:fixed;z-index:1005;padding:9px;background-color:rgba(0,0,0,0.5);color:rgba(255,255,255,0.75);-moz-border-radius:26px;-webkit-border-radius:26px;border-radius:26px}#wb-loader span{display:table-cell;vertical-align:middle;text-align:center;width:36px;height:36px;font-size:36px;line-height:1;-moz-animation:spin 1s infinite linear;-webkit-animation:spin 1s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}#wb-overlay{position:fixed;z-index:1000;top:0;left:0;width:100%;height:100%;background-color:#000}#webbox iframe{border:0;width:100%;height:100%}
