#Pulsembox {
	position: absolute;
	overflow:visible;
	z-index: 101;
	font-size: 12px;
	font-family:Verdana, serif;
	text-align:left;
	min-width:264px;
	color:#555;
	background:#fff;
}
#PboxOverlay {
	position: fixed;
	width:100%;
	height:100%;
	z-index:100;
	top:0;
	left:0;
	background:#000 none no-repeat center center;
}
#PboxHeader{
	position:relative;
	height:46px;
	line-height:46px;
	position:relative;
	padding:0 18px;
}
#PboxHeader a , #PboxHeader span { color:#000;display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline; }

#PboxHeaderNav { margin:0;text-align:left; }
#PboxPrev, #PboxNext {
	position:absolute;
	top:0;
	width:50%;
	height: 100%;
	background:none no-repeat;
}
#PboxPrev{
	left:0;
	background-position:left center;
	background-image:url(/img/pbox/h_prev.png?);
}
#PboxNext {
	right:0;
	background-position:right center;
	background-image:url(/img/pbox/h_next.png?);
}

#PboxCounter{ padding:0 12px;font-size:11px;font-weight:bold; }
#PboxCloseButton {
	display:block;
	float:right;
	position:relative;
	width:24px;
	height:100%;
	background:url(/img/pbox/cerrar.png?) no-repeat center center;
	text-indent:-9999px;
}

#PboxPad { display:block;padding:12px 18px;position:relative; }
#PboxImage {
	display:block;
	margin:0 auto;
	background:#fff;
	width:100%;
	box-shadow: 0px 0px 0px 2px #fff;
	-moz-box-shadow: 0px 0px 0px 2px #fff;
	-webkit-box-shadow: 0px 0px 0px 2px #fff;
	
}
#PboxImageClose { padding:0;display:block; }

#PboxCaption {
	max-height:56px;
	overflow:auto;
	font-weight:bold;
	padding:6px 18px;
	font-size:11px;
	line-height:15px;
}

#PboxAjaxContent{
	background:#fff;
	clear:both;
	padding:0;
	text-align:left;
	line-height:1.4em;
	color:#333;
	overflow-x:hidden;
	overflow-y:visible;
	width:100%;
	min-height:80px;
}