
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 1px solid #dfdfdf;
	padding:5px;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(../images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
overflow:hidden;
position:absolute;
bottom:15px;	
width:99%;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #fff;
	/*width:640px;*/
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../images/left.png) no-repeat;
	background: url(../images/poprzedni.png) no-repeat;	
	width: 24px;
	height: 24px;
	width: 80px;
	height: 30px;	
/*		left: 0px;
margin-top: 5px;*/
	cursor: pointer;
	position:absolute;
	top:45%;
	left:-15px;
}

.MultiBoxNext {
	position: absolute;
	background: url(../images/right.png) no-repeat;
	background: url(../images/nastepny.png) no-repeat;	
	width: 24px;
	height: 24px;
	width: 80px;
	height: 30px;		
	right: 0px;
/*	margin-top: 5px;*/
	cursor: pointer;
	position:absolute;
	top:45%;
	right:-15px;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/rightDisabled.png) no-repeat;
	background-image:none;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/leftDisabled.png) no-repeat;
	background-image:none;	
}

.MultiBoxTitle {
	position: relative;
	padding: 10px 10px 10px 0px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-align: left;
	padding-left:5px;
	line-height:14px;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
/*	margin: 0 35px 0 35px;
	padding-top: 5px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	height:1%;
	font-size:1%;
	line-height:1%;
}

.mbDesc {display:none; font-size:11px!important; font-weight:normal!important;}
/*#Overlay {
background:url(../images/mm_bg.jpg) top center no-repeat;
}*/

/*************************************************************/


