.popup {
	width:530px;
}
.popup a {
	cursor: url(../../common/img/popup/zoomin.cur), pointer;
    outline: none;
}
.popup .bg100 p {
	font-size:12px;
	width:120px;
	text-align: center;
	margin:3px 0px 10px 0px;
}
.popup .bg100:hover p {
	color: #990000;
	font-weight: bold;
}
.popup .bg100 {
	width:120px;
	height:120px;
	background-image: url(../../software/img/bg100.gif);
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	margin:10px 5px 15px 5px;
}
.popup .bg100:hover {
	width:120px;
	height:120px;
	background-image: url(../../software/img/bg100_hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.popup .bg100 img {
	width:100px;
	height:100px;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 9px;
}
.popup-active-anchor img {
	visibility: hidden;
}

.popup-wrapper {
	background: white;
}
.popup-image {
    border: 2px solid white;
}
.popup-image-blur {
}
.popup-caption {
    display: none;
    width: 95%;
    text-align : left;
    padding: 5px;
}
.popup-caption B {
	font-weight: bold;
	line-height:150%;
	color: #990000;

}

.popup-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(../../common/img/popup/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.popup-credits,
a.popup-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.popup-credits:hover,
a.popup-credits:hover i {
    color: white;
    background-color: gray;
}

.popup-move {
    cursor: move;
}

.popup-overlay {
	display: none;
}

a.popup-full-expand {
	background: url(../../common/img/popup/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.controlbar {	
	background: url(../../common/img/popup/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(../../common/img/popup/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .popup-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

/* These must always be last */
.popup-display-block {
    display: block;
}
.popup-display-none {
    display: none;
}