.fullsize-icon {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	background: url(fullsize-icon.gif) no-repeat left top;
	cursor: pointer;
	z-index: 950;	
}

.fullsize-loading, .fullsize-wrapper {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 999;
}

.fullsize-loading {
	height: 51px;
	width: 51px;
	background: url(fullsize-loading-bg.gif) no-repeat left top;
}

.fullsize-loading-inner {
	height: 100%;
	width: 100%;
	background: url(fullsize-loading-spinner.gif) no-repeat center center;
}

.fullsize-image {
	display: block;
}

.fullsize-title {
	position: relative;
	margin: 0;
	padding: 3px;
	height: 15px;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	background-color:#CCC;	
}

.fullsize-title-text {
	text-align: right;
	margin: 0;
	padding: 0;
	width: 90%;
	float: right;	
}

a.fullsize-close {
	position: absolute;
	margin: 0;
	padding: 0;	
	width: 12px;
	height: 15px;
	display: block;
	float: left;
	text-decoration: none;
	z-index: 1000;
	background: url(fullsize-close.gif) no-repeat left top;
}

/* Safari 3.0 and Chrome rules here */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	a.fullsize-close {
		margin-top: -14px;
	}
}
*/

.fullsize-close {
	cursor: pointer;	
}
