#bumpbox {
	width:1px;
	height:1px;
	position:absolute;
	padding:4px;
	background:#fff url(../js/loading.gif) no-repeat center center;
	display:block;
	z-index:100000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #ccc;
	box-shadow: 0 0 16px #4c4c4c;
	-moz-box-shadow: 0 0 16px #4c4c4c;
	-webkit-box-shadow: 0 0 16px #4c4c4c;
}

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

#bumpbox_close {
	width:30px;
	height:30px;
	position:absolute;
	top:-16px;
	right:-16px;
	z-index:100000;
	cursor:pointer;
 background-image: url(../images/fancy_closebox.png); background-repeat: no-repeat;

}

#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;
    text-decoration:none;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	color:#fff;
	font-family:verdana;
	font-size: 26px;
	font-weight: bold;
	line-height:14px;
	text-indent:3px;
	text-shadow: 1px 1px 1px #000;
	background:#666;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cccccc'); /* IE6–IE9 */
}

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

#bumpbox_url {
	width:auto;
	height:20px;
	position:absolute;
	left:20px;
	bottom:-30px;
	color:#eee;
	text-decoration:none;
	font-family:verdana;
	font-size:0px;
}

#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;
}