/***********************************************
* 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: #61768d;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#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;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
background-color: #61768d;
padding: 5px;
z-index: 5;
color:#fff;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#paintingcontent {
	text-align:center;
	margin:0 0 0 -20px;
}

#paintingcontent ul {
	line-height: 60px;
	padding-bottom:20px;
	margin:0;
}

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

#paintingcontent ul li a img {
border:none;
}

.profile {
margin:30px 40px 0 40px;
font: 16px/24px Arial, Helvetica, sans-serif;
color:#61768d;
}
.indent {
margin:0 0 0 120px;
}