.lsCategories{
	position: absolute;
	left:850px;
	top:28px;
}


.buttonLiveShopping{
	background: url(images/liveshopping/button.png) no-repeat left;
	
	height:110px;
	width:322px;
	position: relative;
	cursor:pointer;
}

.bgMultibox{
	width:100%; position:relative; background-color:#000000; color:#fff;
}

.clockButtonNoch{
	color:#fff;
	position:absolute;
	top:71px;
	font-family:times;
	font-size:10pt;
	left:65px;
}

.clockButton{
	 color:#fff;
	 position:absolute;
	 top:71px;
	 font-family:times;
	 font-size:14pt;
	 left:106px;
}

.bgClock{
	position: absolute;
	height:84px;
	width:217px;
	top: 8px;
	left:15px;
	background: url(images/liveshopping/siegelClock.png) no-repeat left;
	
}

.nochBox{
	position:absolute;
	padding-left:35px;

	font-size: 12pt;
	font-family:times;
	top:35px;
	left:59px;
}
.clockBox{
	color:#fff;
	position:absolute;
	top:35px;
	font-family:times;
	font-size:14pt;
	left:135px;
}


.fixPNG2{
	
}



.clockButtonSmall{
	font-family:times;
	font-size:12pt;
	width:140px;
	height: 60px;
	top: 38px;
	background: url(images/liveshopping/buttonSmall.png) no-repeat left;

}

.siegelShopping{
	position:absolute;
	z-index:2;
}

.MultiBoxContainer {
	position: absolute;
	border: 10px solid #fff;
	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: -16px;
	right: -16px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


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

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

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

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

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

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	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: #FFF;
	text-align: left;
}


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

