/**
 * Squeezebox override styles
 */
/*
.body-overlayed embed, .body-overlayed object, .body-overlayed select { visibility: hidden; }
#sbox-window embed, #sbox-window object, #sbox-window select { visibility: visible; }
#sbox-overlay {    position: absolute; background-color: #000; }
*/
#sbox-window
{
    background-color:       #FFF !important;
    border:                 1px solid #818181 !important;
    padding:                5px !important;
    -moz-border-radius:     5px !important;
}
/* html #sbox-window { top: 50% !important; left: 50% !important; } */
#sbox-window #sbox-btn-close {
    left: -10px;
    top: -10px;
    background: url(../images/closebox.png) no-repeat top left;
}
/* .sbox-loading #sbox-content { background-image: url(../images/spinner.gif); background-repeat: no-repeat; background-position: center; } */
#page_bg #sbox-content { clear: both; overflow: auto; background: url(../images/modal-bg.jpg) repeat-x 2px 4px #fff; height: 100%; width: 100%; }
/*
.sbox-content-image#sbox-content { overflow: visible; }
#sbox-image { display:block; }
.sbox-content-image img { display: block; }
*/
.sbox-content-iframe#sbox-content { overflow: hidden;}

.sbox-content-iframe iframe {
	background: #FFFFFF url(../images/modal-bg.jpg) repeat-x scroll left bottom;
}
