/**
 * 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 {
	position: absolute;
	background-color: #b5bcbf;
	left: 0px;
	top: 0px;
	zoom: 1;
}

#sbox-window {
	position: absolute;
	/*background-color: #1b2528;*/
	
	text-align: left;
	overflow:hidden;
	padding: 10px;
  background-repeat:no-repeat;
}


#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	/*background: url(/img/SqueezeBox/closebox.png) no-repeat center;*/
	border: none;
}

.sbox-window-ie6 #sbox-btn-close {
	/*background-image: url(/img/SqueezeBox/closebox.gif);*/
}

.sbox-loading #sbox-content {
	background-image: url(/img/SqueezeBox/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	/*background: #1b2528;*/
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
	/*background: #1b2528;*/
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

#sbox-window td{
	line-height:2px;
	
}
.TSX{
	background-color:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/modale/angolosx.png', sizingMethod='image');	
}
.TSX[id]{
	background-image:url(../images/modale/angolosx.png);	
}
.BSX{
	background-color:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/modale/angolosxsotto.png', sizingMethod='scale');	
}
.BSX[id]{
	background-image:url(../images/modale/angolosxsotto.png);	
}
.TDX{
	background-color:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/modale/angolodx.png', sizingMethod='scale');	
}
.TDX[id]{
	background-image:url(../images/modale/angolodx.png);	
}
.BDX{
	background-color:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/modale/angolodxsotto.png', sizingMethod='scale');	
}
.BDX[id]{
	background-image:url(../images/modale/angolodxsotto.png);	
}

.TC{
	background-color:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/modale/sopra.png', sizingMethod='scale');
	background-repeat:repeat-x;
	background-position:top;
}
.TC[id]{
	background-image:url(../images/modale/sopra.png);
	background-repeat:repeat-x;	
	background-position:top;
}

.BC{
	background-color:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/modale/sotto.png', sizingMethod='scale');
	background-repeat:repeat-x;	
	background-position:bottom; 
}
.BC[id]{
	background-image:url(../images/modale/sotto.png);
	background-repeat:repeat-x;	
	background-position:bottom;
}

.CSX{
	background-color:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/modale/sx.png', sizingMethod='scale');
	background-repeat:repeat-y;	
	background-position:left; 
}
.CSX[id]{
	background-image:url(../images/modale/sx.png);
	background-repeat:repeat-y;	
	background-position:bottom;
	background-position:left; 
}
.CDX{
	background-color:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/modale/dx.png', sizingMethod='scale');
	background-repeat:repeat-y;	
	background-position:right; 
}
.CDX[id]{
	background-image:url(../images/modale/dx.png);
	background-repeat:repeat-y;	
	background-position:right;
}
.CC{
	background:#001722;
}

