#gallerize-components, #g-overlay {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#g-overlay {
	background-color: #000;
}

#g-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#g-img-wrapper {
	position: absolute;
	top: 22px;
	left: 22px;
	right: 22px;
	bottom: 22px;
	background: #FFF url(../images/gallerize/loader.gif) no-repeat center center;
}

#g-image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

#g-prev {
	position: absolute;
	top: 0px; left: 22px;
	width: 100px; height: 100%;
	background: url(../images/gallerize/gallerize-prev.png) -10000px -10000px no-repeat;
	display: none;
}

#g-prev:hover {
	background-position: left center;
}

#g-next {
	position: absolute;
	top: 0px; right: 22px;
	width: 100px; height: 100%;
	background: url(../images/gallerize/gallerize-next.png) -10000px -10000px no-repeat;
	display: none;
}

#g-next:hover {
	background-position: right center;
}

#g-title-wrapper {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	height: 25px;
	text-align: center;
	display: none;
}

#g-title-l {
	padding-left: 15px;
	background: url(../images/gallerize/gallerize-title-left.png) no-repeat left top;
	display: inline-block;
	height: 25px;
}

#g-title-r {
	padding-right: 15px;
	background: url(../images/gallerize/gallerize-title-right.png) no-repeat right top;
	display: inline-block;
	height: 25px;
}

#g-title {
	width: auto;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #FFF;
}

#g-t, #g-b {
	height: 22px;
	position: absolute;
	top: 0px;
	left: 22px;
	right: 22px;
	background: url(../images/gallerize/gallerize-tops.png) repeat-x top center;
}

#g-b {
	top: auto;
	bottom: 0px;
	background-position: bottom center;
}

#g-l, #g-r {
	width: 22px;
	position: absolute;
	top: 22px;
	bottom: 22px;
	left: 0px;
	background: url(../images/gallerize/gallerize-sides.png) repeat-y center left;
}

#g-r {
	left: auto;
	right: 0px;
	background-position: center right;
}

#g-tl, #g-tr, #g-bl, #g-br {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../images/gallerize/gallerize-corners.png) no-repeat;
}

#g-tl {
	top: 0px;
	left: 0px;
	background-position: top left;
}

#g-tr {
	top: 0px;
	right: 0px;
	background-position: top right;
}

#g-bl {
	bottom: 0px;
	left: 0px;
	background-position: bottom left;
}

#g-br {
	bottom: 0px;
	right: 0px;
	background-position: bottom right;
}