/*

Interested in working for us? Ti interessa lavorare con noi?
-----------------------------
If you're reading this code then you're more than likely the sort of 
inquiring mind we like at Alkpad.com. 
Send your CV's to: careers@alkpad.com

*/


/* ALKPAD.com - CSS Document */



.MultiBoxContainer {
	position: absolute;
	border: 15px solid #fff;
	background-color: Background;
	display: none;
	z-index: 2;
	text-align: left;
	color: Background;
	width: 1000px;
}
	
.MultiBoxLoading {background:url(images/multibox/loader.gif) no-repeat center;}
* html .MultiBoxLoading {background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/multibox/loader.gif', sizingMethod='image');}

.MultiBoxContent {position: relative; width: 100%; height: 100%; overflow: hidden;}

.MultiBoxClose { position:absolute; top:-21px; right:-21px; width:24px; height:24px; cursor:pointer; background:url(images/multibox/close.png) no-repeat;}
* html .MultiBoxClose {background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/multibox/close.png', sizingMethod='image');}

.MultiBoxControlsContainer {overflow:hidden; height:0px; position:relative;}

.MultiBoxControls {width:100%; height:auto; position:relative; background-color:#fff; font:bold 11px/14px Verdana, Arial, Helvetica, sans-serif; text-align:left;}

.MultiBoxPrevious {position:absolute; width:24px; height:24px; left:0px; margin-top:5px; cursor:pointer; background: url(images/multibox/left.png) no-repeat;}
* html .MultiBoxPrevious {background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/multibox/left.png', sizingMethod='image');}

.MultiBoxNext {position: absolute; background: url(images/multibox/right.png) no-repeat; width:24px; height:24px; right:0px; margin-top:5px; cursor:pointer;}
* html .MultiBoxNext {background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/multibox/right.png', sizingMethod='image');}

.MultiBoxNextDisabled {cursor:default; background:url(images/multibox/rightDisabled.png) no-repeat;}
* html .MultiBoxNextDisabled {background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/multibox/rightDisabled.png', sizingMethod='image');}

.MultiBoxPreviousDisabled {cursor:default; background: url(images/multibox/leftDisabled.png) no-repeat;}
* html .MultiBoxPreviousDisabled {background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/multibox/leftDisabled.png', sizingMethod='image');}

.MultiBoxTitle {position:relative; margin:10px 0 0 35px; float:left; display:inline; font-weight:bold;}

.MultiBoxNumber {position:relative; width:100px; margin:10px 35px 0 0; float:right; text-align:right; display:inline;}

.MultiBoxDescription {clear:left; position:relative; margin:0 35px 0 35px; padding-top:5px;}
