.container {
	position:relative;
	background:#000;
	display:table;
	width:960px;
	height:400px;
}

.container #content img {
	display:table-cell;
	vertical-align:middle;
	margin:0 auto;
	max-width:100%;
	max-height:600px;
	min-height: 400px;
}

.container .loader_img {
	height:600px;
	width:960px;
	background:url(../../images/main/loading.gif) center no-repeat;
}
.loader .message {
	position:absolute;
	top:340px;
	left:470px;
	color:#fff;
} 

	.description {
		position:absolute;
		top:0;
		left:0;
		height:100%;
		max-width:300px;
		padding:0 20px;
		background:url(../../images/main/global/blk-80.png);
		z-index:100;
	}
	.description h2 {
		color:#fff;
		text-transform:uppercase;
	}
	.description p {
		color:#a4a4a4;
	}
	.description span {
		color:#fff;
		text-transform:uppercase;
	}

.button {
	position:absolute;
	top:20px;
	right:20px;
	width:171px;
	height:200px;
	color:#fff;
}
	.page-number {
		float:left;
		margin-right:1px;
		width:128px;
		height:42px;
		display:table;
	}
	.page-number p {
		display:table-cell;
		vertical-align:middle;
		text-align:right;
		padding:0 10px;
		background:url(../../images/main/global/blk-50.png);
	}
	.close-btn {
		float:left;
		width:42px;
		height:42px;
		background:url(../../images/main/popup/close.png) top no-repeat;
	}
	.close-btn:hover {
		background:url(../../images/main/popup/close.png) bottom no-repeat;
	}
	.hide-btn {
		float:left;
		width:42px;
		height:42px;
		margin-right:1px;
		background:url(../../images/main/popup/hide.png) top no-repeat;
	}
	.hide-btn:hover {
		background:url(../../images/main/popup/hide.png) bottom no-repeat;
	}
	.prev-btn {
		float:left;
		width:42px;
		height:42px;
		margin-right:1px;
		background:url(../../images/main/popup/prev-btn.png) top no-repeat;
	}
	.prev-btn:hover {
		background:url(../../images/main/popup/prev-btn.png) bottom no-repeat;
	}
	.next-btn {
		float:left;
		width:42px;
		height:42px;
		margin-right:1px;
		background:url(../../images/main/popup/next-btn.png) top no-repeat;
	}
	.next-btn:hover {
		background:url(../../images/main/popup/next-btn.png) bottom no-repeat;
	}
	.download-btn {
		float:left;
		width:42px;
		height:42px;
		background:url(../../images/main/popup/download.png) top no-repeat;
	}
	.download-btn:hover {
		background:url(../../images/main/popup/download.png) bottom no-repeat;
	}
.share-box {
	float:left; 
	margin-top:1px;
	padding:10px;
	width:171px;
	background:url(../../images/main/global/blk-50.png);
}

























