.thumbwrapper .pmpup {
	outline: none;
}
.textwrapper .pmpup {
	font-size: 11pt;
	display: block;
	text-align: center;
}
.pmpup {
	outline: none;
	text-decoration: none;
}
.pmpup-active-anchor img {
	visibility: hidden;
}
.gallery-examples .pmpup-active-anchor img {
	visibility: visible;
	border-color: black;
}
.pmpup img {
	border:0 none;
	cursor: url(../../_scripts/pmpup/graphics/zoomin.cur), pointer;
	outline: none;
}
.pmpup:hover img {
	border:0 none;
}

.pmpup-image {
	/*border: 10px solid white;*/
}
.pmpup-image-blur {

}
.pmpup-heading {
	display: none;
	/*padding: 10px 10px 0 10px;*/
	font-size: 1.2em;
	font-weight: bold;
	cursor: default !important;
}
.pmpup-caption {
	display: none;
	border-top: none;
	/*padding: 0 10px 10px 10px;*/
	padding-top:5px;
	background-color: white;
	text-align: justify;
}
.pmpup-dimming {
	background: black;
	position: absolute;
	width: 100%;
	visibility: hidden;
}
.pmpup-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;

	padding-left: 22px;
	background-image: url(../../_scripts/pmpup/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
.control {
	float: right;
	display: block;
	/*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.control:hover {
	color: black !important;
}
.pmpup-move {
	cursor: move;
}
.pmpup-resize {
	cursor: nw-resize;
}
a.pmpup-full-expand {
	background: url(../../_scripts/pmpup/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 44px;
	height: 44px;
}
.pmpup-overlay {
	display: none;
}
a.pmpup-credits,
a.pmpup-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.pmpup-credits:hover,
a.pmpup-credits:hover i {
	color: white;
	background-color: gray;
}
.pmpup-previous-next {
	text-align: center;
	padding-bottom: 5px;
}
.pmpup-previous-next a {
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	padding: 0 20px;
}
.pmpup-html {
	border: 1px solid white;
	background-color: white;
}
.pmpup-html-blur {
	border: 1px solid silver;
}
.pmpup-html-content {
	position: absolute;
	display: none;
}
.pmpup-maincontent {
	display: none;
}

/* Self rendering */
.pmpup-wrapper {
	background-color: white;
}
.pmpup-wrapper .pmpup-html-content {
	width: 400px;
	padding: 0 5px 5px 5px;
}
.pmpup-wrapper .pmpup-header {
	padding-bottom: 5px;
}
.pmpup-wrapper .pmpup-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.pmpup-wrapper .pmpup-header ul li {
	display: inline;
	padding-left: 1em;
}
.pmpup-wrapper .pmpup-header ul li.pmpup-previous, .pmpup-wrapper .pmpup-header ul li.pmpup-next {
	display: none;
}
.pmpup-wrapper .pmpup-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.pmpup-wrapper .pmpup-header a:hover {
	color: black;
}
.pmpup-wrapper .pmpup-header .pmpup-move a {
	cursor: move;
}
.pmpup-wrapper .pmpup-footer {
	height: 11px;
}
.pmpup-wrapper .pmpup-footer .pmpup-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(../../_scripts/pmpup/graphics/resize.gif);
	position: relative;
	top: 0.5em;
	left: 0.5em;
}
.pmpup-wrapper .pmpup-body {
}

/* Individual CSS-classes: no border */
.pmpup-no-border {
	background-color: gray;
}
.pmpup-no-border .pmpup-image {
	border: none;

}
.pmpup-no-border .pmpup-html {
	border: none;

}
.pmpup-no-border .pmpup-caption {
	border: none;
	color: white;
	font-weight: bold;
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
}
.pmpup-no-border .pmpup-caption code {
	color: white;
}

/* Individual CSS-classes: white */
.pmpup-white {
	background-color: white;
}
.pmpup-white .pmpup-image {
	border: 5px solid white;

}
.pmpup-white .pmpup-caption {
	background-color: white;
}
.pmpup-white .control, .pmpup-white .control * {
	color: #666;
}
.pmpup-white .pmpup-html {
	border: 2px solid white;
}

/* Individual CSS-classes: glossy-dark */
.glossy-dark {
	background-color: #101010;
}
.glossy-dark .pmpup-image {
	border-width: 2px;
	border-style: solid;
	border-color: black black #202020 black;
}
.glossy-dark .pmpup-caption {
	background: #101010;
	padding: 5px 0 5px 0;
}
.glossy-dark div {
	color: silver;
}

/* Individual CSS-classes: rounded-white */
rounded-white {
	background: white;
}
.rounded-white .pmpup-image {
	border: 2px solid white;
	background: white;
}
.rounded-white .pmpup-caption {
	background: #ffffff;
	padding: 5px;
}
.rounded-white div {
	color:#5c5c5c;
}

/* Individual CSS-classes: narrow border */
.pmpup-narrow-border {
	background: white;
}
.pmpup-narrow-border .pmpup-image {
	border: 2px solid white;
}
.pmpup-narrow-border .pmpup-caption {
	background-color: white;
}

/* Individual CSS-classes: drag-header */
.drag-header .pmpup-header {
	position: relative;
	border-bottom: 1px solid silver;
}
.drag-header .pmpup-move {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 14px;
	width: 80%;
}
.drag-header .pmpup-move span {
	display: none;
}
.drag-header .pmpup-footer {
	display: none;
}

/* Individual CSS-classes: black border */
.pmpup-black-border {
	background: white;
}
.pmpup-black-border .pmpup-image {
	border: 2px solid #655F2F;
}
.pmpup-black-border .pmpup-caption {
	border: 2px solid #655F2F;
	border-top: none;
	background-color: white;
	color: #333;
}

/* Individual CSS-classes: specified blur style */
.pmpup-blur-example {
	background-color: white;
}
.pmpup-blur-example .pmpup-image-blur {
	border-color: silver;
}

.pmpup-blur-example .pmpup-caption-blur {
	border-color: silver;
}

.html-header {
	background-image: url(../../_scripts/pmpup/graphics/header-background.gif);
	cursor: default;
	height: 18px;
	padding: 2px;
}
.pmpup-html-blur #pmpup-html-7-header {
	background-image: url(../../_scripts/pmpup/graphics/header-background-blur.gif);
	height: 18px;
	padding: 2px;
}

.pmpup-dimming {
	background-color: black;
}

/* Controlbar example */
.controlbar {
	background: url(../../_scripts/pmpup/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../../_scripts/pmpup/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .pmpup-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

/* Controlbar example */
.controlbar2 {
	margin-left: 60px;
	background: url(../../_scripts/pmpup/graphics/controlbar2.gif);
	width: 210px;
	height: 32px;
}
.controlbar2 a {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	height: 30px;
	width: 42px;
}

/* Controlbar example */
.controlbar5 {
	background: url(../../_scripts/pmpup/graphics/controlbar5.gif);
	width: 83px;
	height: 18px;
	float:right;
}
.controlbar5 a {
	display: block;
	float: left;
	height: 18px;
}
.controlbar5 a:hover {
	background-image: url(../../_scripts/pmpup/graphics/controlbar5-hover.gif);
}
.controlbar5 .previous {
	width: 20px;
}
.controlbar5 .next {
	width: 20px;
	background-position: -20px 0;
}
.controlbar5 .pmpup-move {
	width: 20px;
	background-position: -40px 0;
}
.controlbar5 .close {
	width: 20px;
	background-position: -60px 0;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer; /* w3c */
	background: url(../../_scripts/pmpup/graphics/close.png);
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.pmpup-controls {
	width: 195px;
	height: 40px;
	background: url(../../_scripts/pmpup/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.pmpup-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../../_scripts/pmpup/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.pmpup-controls li {
	float: left;
	padding: 5px 0;
}
.pmpup-controls a {
	background: url(../../_scripts/pmpup/graphics/controlbar-black-border.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.pmpup-controls a.disabled {
	cursor: default;
}
.pmpup-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}

/* The CSS sprites for the controlbar */
.pmpup-controls .pmpup-previous a {
	background-position: 0 0;
}
.pmpup-controls .pmpup-previous a:hover {
	background-position: 0 -30px;
}
.pmpup-controls .pmpup-previous a.disabled {
	background-position: 0 -60px !important;
}
.pmpup-controls .pmpup-play a {
	background-position: -30px 0;
}
.pmpup-controls .pmpup-play a:hover {
	background-position: -30px -30px;
}
.pmpup-controls .pmpup-play a.disabled {
	background-position: -30px -60px !important;
}
.pmpup-controls .pmpup-pause a {
	background-position: -60px 0;
}
.pmpup-controls .pmpup-pause a:hover {
	background-position: -60px -30px;
}
.pmpup-controls .pmpup-next a {
	background-position: -90px 0;
}
.pmpup-controls .pmpup-next a:hover {
	background-position: -90px -30px;
}
.pmpup-controls .pmpup-next a.disabled {
	background-position: -90px -60px !important;
}
.pmpup-controls .pmpup-move a {
	background-position: -120px 0;
}
.pmpup-controls .pmpup-move a:hover {
	background-position: -120px -30px;
}
.pmpup-controls .pmpup-full-expand a {
	background-position: -150px 0;
}
.pmpup-controls .pmpup-full-expand a:hover {
	background-position: -150px -30px;
}
.pmpup-controls .pmpup-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.pmpup-controls .pmpup-close a {
	background-position: -180px 0;
}
.pmpup-controls .pmpup-close a:hover {
	background-position: -180px -30px;
}