/* Verze 1.01 */
/*

* {
	margin: 0;
	padding: 0;
}

*/


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

	MultiBox
	v1.3

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

/*----- Martin -----*/



.MultiBoxContainer {
	position: absolute;
	border: 0px solid #fff;
	padding:25px;
	background-color: #FFF;
	display: none;
	z-index: 3;
	text-align: left;
	/*overflow: hidden;*/
}

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

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

.MultiBoxClose {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(img/imgmultibox/close.png) no-repeat;
	width: 48px;
	height: 48px;
	cursor: pointer;
}


/*.MultiBoxControlsContainer {
  position: absolute;
  right:0px;
	top: 10%;
	overflow: hidden;
	height: 47px;
	width: 100%;
	background-color:transparent;
} */
.MultiBoxControlsContainer {
	overflow: hidden;
	width: 100%;
	position: absolute;
  top:20%;_top:0%;_margin:0 25px;
  left:0px
}

.MultiBoxControls {
	width: 100%;
	height: 47px;
	background-color: transparent;
	position: absolute;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(img/imgmultibox/left.png) no-repeat;
	width: 46px;
	height: 46px;
	left: 0px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(img/imgmultibox/right.png) no-repeat;
	width: 46px;
	height: 46px;
	right: 0px;
	cursor: pointer;
}

.MultiBoxNextDisabled {display:none;
	cursor: default;
	background: url(img/imgmultibox/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {display:none;
	cursor: default;
	background: url(img/imgmultibox/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: absolute;
	top:0;
	left:45%;
	background-color:#fff;
	padding:5px 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight:bold;
}

/*
.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	font-weight: bold;
	text-align: left;
	border:1px solid red
}
*/

.MultiBoxNumber {
  display:none;
	position: relative;
	width: 50px;
	margin: 10px 50% 0 0;
	float: right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	font-weight: bold;
	text-align: center;
}

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