/**
* SqueezeBox - Expandable Lightbox
*
* Allows to open various content as modal,
* centered and animated box.
*
* @version		1.1 rc4
*
* @license		MIT-style license
* @author		Harald Kirschner <mail [at] digitarald.de>
* @copyright	Author
*/
#sbox-overlay{background-color:#000000;position:absolute;left:0px;top:0px;zoom:1;}
#sbox-window{padding:10px;background-color:#ffffff;text-align:left;position:absolute;overflow:visible;/* invalid values, but looks smoother! */ -moz-border-radius:3px;-webkit-border-radius:3px;}
#sbox-btn-close{width:30px;border:none;background:url(/styles/member/squeezebox/closebox.png) no-repeat center;position:absolute;height:30px;right:-15px;top:-15px;}
.sbox-window-ie6 #sbox-btn-close{background-image:url(/styles/member/squeezebox/closebox.gif);}
.sbox-loading #sbox-content{background-image:url(/styles/member/squeezebox/spinner.gif);background-repeat:no-repeat;background-position:center;}
#sbox-content{clear:both;width:100%;background-color:#ffffff;overflow:auto;height:100%;}
.sbox-content-image#sbox-content{overflow:visible;}
#sbox-image{display:block;}
.sbox-content-image img{width:100%;display:block;height:100%;}
.sbox-content-iframe#sbox-content{overflow:visible;}
/* Hides scrollbars */
.body-overlayed{overflow:hidden;}
/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed,.body-overlayed object,.body-overlayed select{visibility:hidden;}
#sbox-window embed,#sbox-window object,#sbox-window select{visibility:visible;}
/* Shadows */
.sbox-bg{width:33px;position:absolute;height:40px;}
.sbox-bg-n{width:100%;background:url(/styles/member/squeezebox/bg_n.png) repeat-x;left:0;top:-40px;}
.sbox-bg-ne{background:url(/styles/member/squeezebox/bg_ne.png) no-repeat;right:-33px;top:-40px;}
.sbox-bg-e{background:url(/styles/member/squeezebox/bg_e.png) repeat-y;right:-33px;top:0;height:100%;}
.sbox-bg-se{background:url(/styles/member/squeezebox/bg_se.png) no-repeat;right:-33px;bottom:-40px;}
.sbox-bg-s{width:100%;background:url(/styles/member/squeezebox/bg_s.png) repeat-x;left:0;bottom:-40px;}
.sbox-bg-sw{background:url(/styles/member/squeezebox/bg_sw.png) no-repeat;left:-33px;bottom:-40px;}
.sbox-bg-w{background:url(/styles/member/squeezebox/bg_w.png) repeat-y;left:-33px;top:0;height:100%;}
.sbox-bg-nw{background:url(/styles/member/squeezebox/bg_nw.png) no-repeat;left:-33px;top:-40px;}