
#prioboxPopup{
 	
	position: fixed;
    top: 250px;
    left: 400px;
    width: 500px;
    height: 259px;
    z-index:99;
}

#priobox, #prioboxOverlay, #prioboxWrapper{position:absolute; top:0; left:0; z-index:99; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#prioboxWrapper {
max-width: none;
    padding-top: 17px;
    padding-right: 17px;
}
#prioboxOverlay{position:fixed; width:100%; height:100%;}
#prioboxMiddleLeft, #prioboxBottomLeft{clear:left;}
#prioboxContent{position:relative;}
#prioboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#prioboxTitle{
	margin:0;
	float: left;
	display: block;
}
#prioboxLoadingOverlay, #prioboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#prioboxPrevious, #prioboxNext, #prioboxClose, #prioboxSlideshow{cursor:pointer;}

#priobox, #prioboxContent, #prioboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}



#priobox{
	visibility: visible;
	display: block;
	position: relative; 
	width: 500px; /* width of box */
	height: 259px; /* messageBorder height +50+59 */
	outline:0;
	padding-right:17px;
}


/* 
    User Style:
    Change the following styles to modify the appearance of priobox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#prioboxOverlay{
	background:url(images/prio-overlay.png) repeat 0 0; opacity: 0.4;
	filter: alpha(opacity = 40);
	opacity: 0.4;
	cursor: pointer;
	visibility: visible;
	display: block;

}

    #prioboxTopLeft{
		width:21px;
		height:21px;
		background:url(images/prio-controls.png) no-repeat -101px 0;
		float: left;
	}
    #prioboxTopRight{
		width:21px;
		height:21px;
		margin-top:-21px;
		background:url(images/prio-controls.png) no-repeat -130px 0;
		float: right;

	}
	
	#prioboxTopRightClose{
		background:url(images/close.png) no-repeat;
		height:50px;
		width:50px;
		margin-top: -20px;
		margin-left: -0px;
		
	}
    #prioboxBottomLeft{
		width:21px;
		height:21px;
		background:url(images/prio-controls.png) no-repeat -101px -29px;
		float: left;
	}
    #prioboxBottomRight{
		width:21px;
		height:21px;
		background:url(images/prio-controls.png) no-repeat -130px -29px;
		float: left;
	}
	
    #prioboxMiddleLeft{
		width:21px;
		background:url(images/prio-controls.png) left top repeat-y;
		float: left;
		height: 200px; /* messageBorder +50px */

	}
    #prioboxMiddleRight{
		width:21px;
		background:url(images/prio-controls.png) right top repeat-y;
		float: left;
		height: 200px; /* messageBorder +50px */

	}
    
	#prioboxTopCenter{
		height:21px;
		background:url(images/prio-border.png) 0 0 repeat-x;
		width: 458px; /* width -2x21 */
		margin-left:21px;
	}
    #prioboxBottomCenter{
		height:21px;
		background:url(images/prio-border.png) 0 -29px repeat-x;
		float: left;
		width: 458px; /* width - 2x21 */
	}
	
    #prioboxContent{
		background:#fff;
		overflow:hidden;
		float: left;
		width: 458px; /* width - 2x21 */
		height: 200px; /* messageBorder +50px */

	
	}
 
	#prioboxclearleft{
		clear: left;
	}	



 .prioboxIframe{background:#fff;}
        #prioboxError{padding:50px; border:1px solid #ccc;}

        #prioboxLoadedContent{
			margin-bottom:28px;
			overflow: auto;
			height: 175px;
		
		}
        #prioboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}

        #prioboxCurrent{
			position:absolute;
			bottom:4px;
			left:58px;
			color:#949494;
			float: left;
			display: block;
		}
        
		#prioboxMessageBorder{
			position: absolute;
			border-radius: 5px;
			border: 2px solid #007fc6;
			top: 10px;
			left: 10px;
			width: 436px; /* width - 2x21 -2x10 left - 2 vanwege border dikte */
			height: 150px; 
		}
		
        #prioboxLoadingGraphic{
			background:url(images/loading.gif) no-repeat center center;
			float: left;
			display: none
		}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #prioboxPrevious, #prioboxNext, #prioboxSlideshow, #prioboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #prioboxPrevious:active, #prioboxNext:active, #prioboxSlideshow:active, #prioboxClose:active {outline:0;}

        #prioboxPrevious{
			display: block;
			position:absolute;
			bottom:0;
			left:0;
			background:url(images/prio-controls.png) no-repeat -75px 0;
			width:25px;
			height:25px;
			text-indent:-9999px;
		}
        #prioboxPrevious:hover{background-position:-75px -25px;}
        
		#prioboxNext{
			display: block;
			position:absolute;
			bottom:0;
			left:27px;
			background:url(images/prio-controls.png) no-repeat -50px 0;
			width:25px;
			height:25px;
			text-indent:-9999px;
		}
        #prioboxNext:hover{background-position:-50px -25px;}
        #prioboxClose{position:absolute; bottom:0; right:0; background:url(images/prio-controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #prioboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.prioboxIE #prioboxTopLeft,
.prioboxIE #prioboxTopCenter,
.prioboxIE #prioboxTopRight,
.prioboxIE #prioboxBottomLeft,
.prioboxIE #prioboxBottomCenter,
.prioboxIE #prioboxBottomRight,
.prioboxIE #prioboxMiddleLeft,
.prioboxIE #prioboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}