
/* 
	The central area for the artist image 
	-------------------------------------
*/
#imagecountdisplay	{
	font-size: .7em;
	text-align: right;
}

#animarea	{
	position: absolute;
}

#loadingdisplay	{
	position: absolute;
	top : 0px;
	left : 0px;
	width : 568px;
	height : 800px;
	z-index: 20;
	background : url(/resources/images/loading-button.gif) no-repeat;
	display : none;
}

#imagebuffer	{
	position: absolute;
	top : 0px;
	left : 0px;
	width : 568px;
	height : 800px;
	background-color: #fff;
	z-index: 10;
	visibility: hidden;
	overflow: hidden;
}


#maindisplay	{
	width : 568px;
	float: left;
}

/* Artists name*/
#maindisplay	h3	{
	margin : 0; 
	font-size: 1.625em;
	font-weight: normal;
	font-style: normal;
}

/* This is where the main image is displayed */

#maindisplay	#mainimage	img	{
	padding : 0 0 20px 0;
	border-bottom: 1px solid #7d808d;
}

/*	border: 1px solid #f2f3f4;*/

/* Painting name */
#maindisplay	strong	{
	font-weight: normal;
	font-size: .8em;
}

/* Painting information */
#maindisplay	em	{
	font-style: normal;
	font-size: .7em;	
	display: block;
}

#maindisplay	p	{
	margin-top: 6px;
}

#maindisplay table	{
	width : 100%;
	height : 66px;
	padding: 0;
	margin: 0;
}

#maindisplay td	{
	width: 50%;
	vertical-align: bottom;
	padding-bottom: 16px;
}

#maindisplay td.left	{
}

#maindisplay td.right	{
	padding-right: 20px;
	text-align: right;
}

#maindisplay	#youtubevideo	{
	width : 100%;
}

