#canvas		{
	margin : 0;
	background-color: white;
	z-index: 30;
	overflow: hidden;
}


#canvas_lcol	{
	float : left;
}

#slidecontrolarea	{
	text-align : right;
	height : 20px;
}

#slidecontrolarea	.button	{
	padding-left : 10px;
}



#canvas_text	{
	color : #666666;
}

#imagetitle	{
	font-weight : bold;
	margin : 0;
	text-transform : uppercase;
}

#imagedesc	{}



/* The min-height of canvas */

#loadingdisplay				{
	position: absolute;
	top : 0px;
	left : 0px;
	width : 430px;
	height : 350px;
	z-index: 50;
}

#themainimage	{
	position: absolute;
	top : 0px;
	left : 0px;
}

#imagebuffer	{
	position: absolute;
	top : 0px;
	left : 0px;
	z-index: 20;
	visibility: hidden;
}
