/*-------------------------------------------------------------------------------------------------------*//*	Gallery/*-------------------------------------------------------------------------------------------------------*//*	Thumbnail table	*/table#thumbnailtable{	margin-top:			20px;	margin-right:		0px;	margin-left:		0px;        width:                  859px;            background-color: transparent;        	padding:    10px 10px 10px 20px;}/*	Thumbnail cell	*/td.thumbnailitem{	padding:			0px 0px 0px 0px;	text-align:			left;	        border:              none;}td.thumbnailitem:hover{	background-color:       none;        border:              none;}/*	The thumbnail image	*/td.thumbnailitem img{    display:            block;    border:              1px solid #003c85;}/*	The thumbnail description container	*/.thumbnaildescription{	line-height:		1.4em;	font-family:		arial,sans serif;	font-size:			12px;	display:			block;		xmargin-right:		40px;}/*	Thumbnail description links	*/.thumbnaildescription a{	color:				#666666;	display:			block;	font-weight:		bold;}.thumbnaildescription a:hover{	xcolor:				#999999;}/*	The thumbnail description abstract text	*/.thumbnailabstract{	line-height:		1.4em;	font-family:		arial,sans serif;	font-size:			0.85em;	width:				225px;	text-align:			left;}/*	The results, forward/next line	*/#results{	border-top:			1px solid rgb( 118, 134, 176 );	margin-top:			13px;	color:				rgb( 118, 134, 176 );	padding-top:		3px;	font-size:			11px;}#results a{	color:				rgb( 118, 134, 176 );	margin-left:		10px;}	#results a:hover{	color:				rgb( 118, 134, 176 );}/*	The 'Back to Gallery' link	*/a.backlink{	display:			block;	color:				rgb(204,204,204);	margin-top:			20px;}	a.backlink:hover{	color:				rgb( 118, 134, 176 );}/*	The subpage previous/next navigation  */#prev-next-nav{	display:			block;	margin-top:			10px;}#prev-next-nav a{	margin-right:		10px;}#prev-next-nav img{}