.lightbox-preloaded {
    display: none;
}

.body-overlayed embed, .body-overlayed object, .body-overlayed select, .body-overlayed iframe {
	visibility: hidden;
}

#sbox-window embed, #sbox-window object, #sbox-window select, #sbox-window iframe {
	visibility: visible;
}

#sbox-overlay {
	background-color:#000000;
    left:0;
    position:absolute;
    top:0;
}

#sbox-window {
    background:#666666 none repeat scroll 0%;
    border:1px solid #555555;
    color:#FFFFFF;
    overflow:visible;
    padding:0pt;
    position:absolute;
    font-family: Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
}

#sbox-window .title {
	margin: 0;
	background:#5E5E5E url(img/title.png) repeat-x scroll left bottom;
    border-bottom:1px solid #505050;
    height:24px;
    line-height:24px;
    padding:5px;
    color: #ffffff;
    font-size: 1.6em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#sbox-window h2,
#sbox-window h3,
#sbox-window h4,
#sbox-window h5,
#sbox-window h6{
	font-family : "Trebuchet Ms",Arial,sans-serif;
	font-size:17px;
	font-style: normal;
}

#sbox-btn-close{
    position:absolute;
    right:0px;
    top:0px;
}

.sbox-loading #sbox-content {
	background-image: url(img/icons/spinner.gif);
	background-repeat: no-repeat;
	background-position:center;
}

#sbox-content {
    background:transparent none repeat scroll 0%;
    clear:both;
    height:auto;
    overflow:visible;
}

#sbox-window {
    border:1px solid #7D7D7D;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

