/***********************************************
* 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*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 40px;
padding-bottom: 50px;
background: #41311b;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
  color: #fff;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
  color: #fff;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
line-height: 1.1em;
color: white;
padding: 5px 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: #41311b;
padding: 5px;
z-index: 5;
}

#paintingcontent {
	text-align:center;
}


#paintingcontent p {
	text-align:center;
}


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

#paintingcontent ul li {
	list-style-type: none;
	display: inline;
	padding:12px;
	outline:none;
}
