.container-fullscreen {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100% !important;
	/*height: 100% !important;*/
	z-index: 4;
}

#fullscreen_trigger {
	background: transparent url(fullscreen.gif) no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	cursor: pointer;
	cursor: hand;
	margin-top:10px;
	margin-right:5px;
	border:1px outset;
}

.trigger_fullscreen{
	z-index: 6;
	position:fixed;
	right:5px;
	top:0px;
}

#fullscreen_trigger>span{
	display:none;
}

.content-fullscreen{
	position: static !important;
}
