.gallery-advanced-container {

}

.gallery-advanced-container .image-preview {
	display: inline-block;
	float: left;
	overflow: hidden;
}

.image-preview.clickable {
	cursor: pointer;
}

#wp-gallery-advanced-plugin-mask {
	display: none;
	width: 100%;
	z-index: 50;
	position: fixed;
	background: black;
	top: 0px;
	left: 0px;
	min-height: 680px;
}

#wp-gallery-advanced-plugin-dialog {
	width: 100%;
	position: fixed;
	display: none;
	top: 0px;
	z-index: 51;
}
#wp-gallery-advanced-plugin-dialog-content {
	width: 740px;
	height: 620px;
	position: relative;
	z-index: 52;
	margin: 0px auto;
	background: white;
	top: 20px;
	padding-top: 20px;
	border-radius: 10px;
}

.wp-gallery-advanced-plugin-image-view {
	max-width: 700px;
	max-height: 500px;
	margin: 0 auto;
	display: block;
}

#wp-gallery-advanced-plugin-commands {
	position: absolute;
	bottom: 20px;
	left: 250px;
	width: 200px;
	height: 60px;
}

#wp-gallery-advanced-plugin-counter {
	position: absolute;
	bottom: 50px;
	right: 20px;
	font-weight: 30px;
}

#wp-gallery-advanced-plugin-previous {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 60px;
	height: 60px;
	background: transparent url("images/gallery_commands.png") no-repeat left top;
	background-position: 0px -61px;
}

#wp-gallery-advanced-plugin-next {
	position: absolute;
	bottom: 0px;
	left: 80px;
	width: 60px;
	height: 60px;
	background: transparent url("images/gallery_commands.png") no-repeat left top;
	background-position: -61px -61px;
}
#wp-gallery-advanced-plugin-previous.active {
	background-position: 0px 0px;
}

#wp-gallery-advanced-plugin-next.active {
	background-position: -61px 0px;
}

#wp-gallery-advanced-plugin-close {
	position: absolute;
	bottom: 0px;
	left: 160px;
	width: 60px;
	height: 60px;
	background: transparent url("images/gallery_commands.png") no-repeat left top;
	background-position: -122px 0px;
}


#wp-gallery-advanced-plugin-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
#wp-gallery-advanced-plugin-overlay-bkg {
	background: black;
	z-index: 53;
	position: absolute;
	top: 20px;
}

#wp-gallery-advanced-plugin-overlay-text {
	z-index: 54;
	color: white;
	position: absolute;
	top: 20px;
	padding: 20px;
}


