div.igcontainer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000000;
	z-index: 0;
}

div.igcontainer div.igimgcontainer {
	position: absolute;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	visibility: visible;
	z-index: 2;
}

div.igcontainer div.igimgcontainer img.igcurimg 
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

div.igloading 
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url('../../images/loading.gif') no-repeat center center;
	z-index: 1000;
}

div.thumbnail-menu {
	position: absolute;
	right: 7px;
	bottom: 295px;
	width: 25px;
	padding: 0px;
	margin: 0px;
	visibility: hidden;
	z-index: 6;
}

div.thumbnail-menu div.thumbnail_container 
{
	position: relative;
	width: 25px;	
	height: 25px;
	padding: 0px;
	margin: 0px;
	margin-top: 12px;
	margin-bottom: 13px;
}

div.thumbnail-menu div.thumbnail_container img.thumbnail_img 
{
	width: 25px;
	height: 25px;
	border: none;
}
