#gameContent {
	z-index: 999;
    position: relative;
}

#preloaderJs
{
	background: url("http://www.bubblebox.com/images/gameAdOverlay/loader_bg.jpg") repeat-x;
	height: 500px;
	max-height: 500px;
	
}

#preloaderJs .preloaderTitleContainer
{
	height:80px;
	padding-top: 20px; 
	height: 50px;
	padding-bottom: 30px;
	position:relative;
}

#preloaderJs .preloaderTitlePresents
{
	color:#FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
	padding-right:20px;
}

#preloaderJs .preloaderGameTitle
{
	color:#FFFFFF;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	line-height:50px;
}

#preloaderJs .loaderBg
{
	background: url("http://www.bubblebox.com/images/gameAdOverlay/loader_bg.png") repeat-x;
	width: 390px;
	height: 26px;
	margin:20px auto;
	position:relative;
	text-align: left;
}

#preloaderJs .progress_bar
{
	margin-left:28px;
	background: url("http://www.bubblebox.com/images/gameAdOverlay/loader_bg_percent.png") repeat-x;
	height: 26px;
	width: 0px;
}

#preloaderJs .loader_final_chunck
{
	float:right;
	display:none;
	background: url("http://www.bubblebox.com/images/gameAdOverlay/loader_final_chunck.png") no-repeat;
	width: 20px;
	height: 26px;
	position:absolute;
	top:0;
	right:2px;
}

#preloaderJs .dynamic_loading_bar
{
	background: url("http://www.bubblebox.com/images/gameAdOverlay/loader_final_chunck.png") repeat-x;
	width: 0px;
	height: 26px;
}

#preloaderJs .loading_span
{
	color:#303334;
	font-size:10px;
	position:absolute;
	top:4px;
	right:40px;
}

#preloaderJs .loading_percent
{
	font-size:14px;
	font-weight: bold;
}
