	/* ----------------------------------
		RAXObox style Theme
	----------------------------------- */

div.pp_pic_holder a:focus {outline:none;}

div.pp_overlay {
	position: absolute; z-index: 9500;
	top: 0; left: 0;
	display: none;
	width: 100%;
	background-color: #1e283c;
}
div.pp_pic_holder {
	position: absolute; z-index: 9590;
	display: none;
	width: 224px;
}
.pp_loaderIcon {
	position: absolute;
	top: 50%; left: 50%;
	display: block;
	margin: -16px 0 0 -16px;
	width: 32px; height: 32px;
	background: url(../img/raxobox_loader.gif) no-repeat 50% 50%;
}
.pp_close {
	position: absolute;
	top: -37px; right: -11px;
	display: block;
	width: 24px; height: 24px;
	cursor: pointer;
	text-indent: -9600px;
	background: url(../img/raxobox_close.png) no-repeat 0 0;
}

.pp_left, .pp_middle, .pp_right, .pp_content {
	position: absolute;
	background: url(../img/raxobox_bg.png) no-repeat 0 0;
}

.pp_top {position: relative; height: 64px;}
	.pp_top .pp_left {
		left: 0;
		width: 57px; height: 64px;
		background-position: 0 0;
	}
	.pp_top .pp_middle {
		left: 57px; right: 57px;
		height: 64px;
		background-position: -42px 0;
	}
	.pp_top .pp_right {
		right: 0; top: 0;
		width: 57px; height: 64px;
		background-position: 100% 0;
	}

.pp_bottom {position: relative; height: 42px;}
	.pp_bottom .pp_left {
		left: 0;
		width: 57px; height: 42px;
		background-position: 0 100%;
	}
	.pp_bottom .pp_middle {
		left: 57px; right: 57px;
		height: 42px;
		background-position: -42px 100%;
	}
	.pp_bottom .pp_right {
		right: 0; top: 0;
		width: 57px; height: 42px;
		background-position: 100% 100%;
	}

.pp_content_container {position: relative; width: 100%;}
	.pp_content_container .pp_left {
		left: 0;
		width: 40px; height: 100%;
		background-position: 0 -42px;
	}
	.pp_content_container .pp_right {
		right: 0;
		width: 40px; height: 100%;
		background-position: 100% -42px;
	}

.pp_fade {display: none;}
	.pp_content {
		position: relative;
		margin: 0 40px;
		height: 64px;
		background-position: -42px -42px;
	}
	#pp_full_res {
		line-height: 1 !important;
	}
	.pp_details {
		margin: 6px 0 2px 0;
	}
	.pp_description {
		display: none;
		margin: 0 16px;
		font-size: 13px; line-height: 16px;
		color: #fff;
	}

.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}
	.pp_next, .pp_previous {
		position: absolute;
		top: 0;
		display: block;
		width: 35%; height: 100%;
		cursor: pointer;
		text-indent: -9600px;
		background: url(../img/raxobox_arrows.png) no-repeat -9600px 50%;
	}
	a.pp_next {right: 0;}
	a.pp_previous {left: 0;}
	.pp_next:hover {background-position: 100% 50%;}
	.pp_previous:hover {background-position: 0 50%;}

.ppt {
	position: absolute; z-index: 9600;
	top: 0; left: 0;
	display: none;
	font-size: 15px; font-weight: bold;
	color: #fff;
}