/***********************************************
* Image Thumbnail Viewer Script- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
font: 12px/16px Verdana, Arial, Helvetica, sans-serif; 
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 45px;
padding-bottom: 20px;
background: #202020;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 10px/16px Verdana, Arial, Helvetica, sans-serif; 
color: white;
padding: 10px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
color:#fff;
line-height:2em;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #333;
padding: 5px;
z-index: 5;
color:#fff;
}

#paintingcontent {
	text-align:center;
}


#paintingcontent p {
	text-align:center;
}


#paintingcontent ul {
	text-align: left;
	border: 10;
	line-height: 80px;
	padding-bottom:30px;
	text-align:center;
}

#paintingcontent ul li {
	list-style-type: none;
	display: inline;
	padding:15px;
	outline:none;
}
.sold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9c9671;
	line-height: 20px;
}
