


div.sqGallery_mainContainer
{
	position: fixed;
	xbackground-color: #fff;

	clear: both;
	height: 400px;
	width: 400px;
	top: 50%;
	left: 50%;
	margin: 0px;
	padding: 0px;

	margin-top: -200px;
	margin-left: -200px;
	
	z-index: 999;
	display: none;
	
	text-align: left;
	
	font-weight: bold;
	font-size: 35px;
	color: #999;
}

div.sqGallery_obscure
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #004A87;
	opacity: 0;
	display: none;
	z-index: 998;
}

div.sqGallery_header
{
	xbackground-color: aqua;
	height: 40px;
	width: 400px;
	position: absolute;
}

div.sqGallery_close
{
	position: absolute;
	right: 0px;
	cursor: pointer;
	padding: 4px;
}

div.sqGallery_close:hover
{
	background-color: #FEFF64;
}

div.sqGallery_open
{
	cursor: pointer;
	font-weight: bold;
}

div.sqGallery_open a:hover
{
	text-decoration: underline;
}

div.sqGallery_transport
{
	xbackground-color: blue;
	height: 40px;
	width: 400px;
	position: absolute;
	margin-top: 100px;
}

div.sqGallery_prev
{
	position: absolute;
	left: 0px;
	cursor: pointer;
	padding: 4px;
}

div.sqGallery_next
{
	position: absolute;
	right: 0px;
	cursor: pointer;
	padding: 4px;
}

div.sqGallery_next:hover, div.sqGallery_prev:hover
{
	background-color: #FEFF64;
}


div.sqGallery_imgContainer
{
	xbackground-color: black;
	height:320px;
	width: 320px;
	position: absolute;
	margin-top: 40px;
	margin-left: 40px;
	overflow: hidden;
}


div.sqGallery_img
{
	position: absolute;
	height:320px;
	width: 320px;
	background-color: transparent;
}

div.sqGallery_imgOdd
{
	xbackground-color: pink;
}

div.sqGallery_imgEven
{
	xbackground-color: purple;
}

div.sqGallery_imgLoad
{
	z-index: 999;
	display: block;
	margin-left: 20px;
}

div.sqGallery_imgLoad
{
	position: absolute;
}



div.caption
{
	background-color: pink;
}
