/*

* {
	margin: 0;
	padding: 0;
}

*/


/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 10px solid #ffffff;
	background-color: #FFF;
	display: none;
	z-index: 1020;
	text-align: left;
	/*overflow: hidden;*/
	margin-top:10px;
}

.MultiBoxLoading {
	background: url(/fileadmin/layout/images/multibox/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -20px;
	right: -20px;
	background: url(/fileadmin/layout/images/multibox/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	width: 100%;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;	
	background-color: #ffffff;
	padding-bottom: 2px;
	position: absolute;
	bottom: 0px;
	padding-left:10px;
}

.MultiBoxControlsPhotoGallery {
	width: 100%;
	height: 153px;	
	background-color: #ffffff;
	padding-bottom: 2px;
	position: absolute;
	bottom: 0px;
	padding-left:10px;
}

body  .MultiBoxContainer  .MultiBoxContent  #MultiBoxContentContainer
{
	background-color:#d9d9d9;
	text-align:center;
	vertical-align:middle;	
    display: table-cell;
    z-index:1025;
}

body  .MultiBoxContainer  .MultiBoxContent  #MultiBoxContentContainer  img
{
	vertical-align:middle;	
	
}

.MultiBoxPrevious {
	position: absolute;
	background: url(/fileadmin/layout/images/multibox/left.png) no-repeat;
	width: 36px;
	height: 36px;
	left: 0px;
	cursor: pointer;
	z-index:1034;
	visibility:hidden;
	text-decoration:none;
	border-width:0px;
	-moz-outline:0; 
	outline:none;	
}

.MultiBoxNext {
	position: absolute;
	background: url(/fileadmin/layout/images/multibox/right.png) no-repeat;
	width: 36px;
	height: 36px;
	right: 0px;
	cursor: pointer;
	z-index:1034;
	visibility:hidden;
	text-decoration:none;
	border-width:0px;
	-moz-outline:0;
	outline:none; 
}


.DivMultiBoxPrevious
{
	position:absolute;
	left:0px;
	top:0px;
	width: 50%;
	height: 100%;
	cursor: default;
	z-index:1033;
	visibility:visible;
	text-decoration:none;
	border-width:0px;
	-moz-outline:0;
	outline:none; 
}

.DivMultiBoxNextImg
{
	position:absolute;
	left:0%;
	top:0px;
	width:100%;
	height:100%;
	border:0px;
	z-index:1040;
}

.DivMultiBoxPreviousImg
{
	position:absolute;
	left:0%;
	top:0px;
	width:100%;
	height:100%;
	border:0px;

	
}

.DivMultiBoxNext
{
	position:absolute;
	right:0px;
	top:0px;
	width: 50%;
	height: 100%;
	cursor: default;
	z-index:1032;
	visibility:visible;
	text-decoration:none;
	border-width:0px;
	-moz-outline:0;
	outline:none; 
	
}


.MultiBoxNext:visited {
	border-width:0px;
	-moz-outline:0; 	
}

.MultiBoxNext:active {
	border-width:0px;
	border-style:none;
	-moz-outline:0px; 	
}


.MultiBoxNextDisabled {
	cursor: default;
	background: none;
	display:none;
	-moz-outline:0; 	
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: none;
	display:none;
	-moz-outline:0; 	
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 0px;
	float: left;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	width:470px;
	line-height:13px !important;
}

.MultiBoxTitle H1 {color:#003268;font-size:13px;font-weight:normal;}
.MultiBoxTitle H2 {color:#003268;font-size:13px;font-weight:normal;}
.MultiBoxTitle H3 {color:#003268;font-size:13px;font-weight:normal;}


.MultiBoxNumberContainer
{
	width: 100%;
	height:30px;
	max-height:30px;
	line-height:30px;
	clear:both;
	position:absolute;
	bottom:0px;
	left:0px;
}

.MultiBoxNumber {
	width: 50px;
	height:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	bottom:-10px;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}

.MultiBoxNumberTextNext
{
	cursor: pointer;
	width: 27px;
	top:17px;
	display:none;
	height:17px;
	position:absolute;
	right:10px;
	/*right:expression("0px");*/
	background: url(/fileadmin/layout/images/multibox/footer_arrow_right.png) no-repeat;	
}

.MultiBoxNumberTextNext:hover
{
	background: url(/fileadmin/layout/images/multibox/footer_arrow_right_over.png) no-repeat;	
}

.MultiBoxNumberTextPrevious
{
	cursor: pointer;
	background: url(/fileadmin/layout/images/multibox/footer_arrow_left.png) no-repeat;	
	width: 27px;
	display:none;
	height:17px;
	position:absolute;
	left:0px;
	top:17px;
}

.MultiBoxNumberTextPrevious:hover
{
	background: url(/fileadmin/layout/images/multibox/footer_arrow_left_over.png) no-repeat;	
}

.MultiBoxNumberLine
{
	border-top-style:solid;
	border-top-color:#e6e6e6;
	border-top-width:1px;
	position:absolute;
	bottom:19px;
	left:0px;
	height:1px;
	width:100%;
}

.imageStyle
{
}

/*************************************************************/

