a.jakebox
{
	
}

img.jakebox
{
	display: block;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
}

#jakebox_overlay
{
	background: none repeat scroll 0 0 #000000;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	display: none;
	position: fixed;
	z-index: 1000;
}

#jakebox_skin
{
	background: none repeat scroll 0 0 #ffffff;
	display: none;
	position: absolute;
	z-index: 1100;
}

#jakebox_obj
{
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	z-index: 1105;
}

#jakebox_obj object
{
	position: relative;
	z-index: 1106;
}

#jakebox_obj embed
{
	position: relative;
	z-index: 1106;
}

#jakebox_close 
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 24px;
	height: 24px;
	background-image: url('images/btn_close_wt.png');
	cursor: pointer;
	z-index: 1102;
	display: none;
}

#jakebox_title
{
	text-align: left;
	font-family: verdana, sans-serif;
	height: 24px;
	font-size: 16px;
	margin-left: 10px;
	color: #6d7f39;
	overflow: hidden;
}

#jakebox_footer
{
	text-align: left;
	font-family: verdana, sans-serif;
	height: 16px;
	font-size: 12px;
	color: #6d7f39;
	position: absolute;
	bottom: 4px;
	left: 10px;
}

