#bumpbox {
	width:1px;
	height:1px;
	position:absolute;
	padding:4px;
	background:#000 url(../../images/ajax-loader.gif) no-repeat center center;
	display:block;
	z-index:100000;
}

#bumpbox_modal {
	left: 0;
	background:#000;
	width:100%;
	height:100%;
	opacity:0.95;
	position:absolute;
}

#bumpbox_close {
	width:24px;
	height:24px;
	position:absolute;
	top:-16px;
	right:-16px;
	z-index:100000;
	cursor:pointer;

	border:2px solid #000;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;

	color:#facd77;
	font-family:verdana;
	font-size: 14px;
	font-weight: bold;
	line-height:20px;
	text-indent:6px;
	
	background:#000;
}

#bumpbox_left {
	right:50px;
	bottom:-12px;
}

#bumpbox_right {
	right:10px;
	bottom:-12px;
}

#bumpbox_right, #bumpbox_left {
	width:30px;
	height:20px;
	position:absolute;
	display:block;
	z-index:100000;
	cursor:pointer;

	border:2px solid #000;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;

	color:#facd77;
	font-family:verdana;
	font-size: 28px;
	font-weight: bold;
	line-height:14px;
	text-indent:3px;

	background:#000;
}

#bumpbox_title {
	height:20px;
	position:absolute;
	top:-30px;
	left:20px;
	color:#eee;
	opacity:0.9;
	z-index:10000;
	font-family:verdana;
	font-size:11px;
}

#bumpbox_inline {
	padding:20px;
	width:auto;
	height:auto;
	color:#fff;
	overflow:hidden;
}

#bumpbox_pdf {
	overflow:hidden;
	padding:20px;
}

.bumpbox_mp3 {
	padding:20px;
}

.bumpbox_movie {
	padding:20px;
}

.bumpbox_image {
	padding:20px;
}