	  	/* avoid stupid IE6 bug with frames and scrollbars */
	  	body { 
	      	voice-family: "\"}\""; 
	      	voice-family: inherit; 
	      	width: expression(document.documentElement.clientWidth - 20);
	  	}

		#CopyrightFloat {
			position:absolute;
	      	left:100%;
	      	top:5px;
	     	overflow:visible;
			text-decoration: none;
	      	height:20px;
	      	width:50px;
	      	margin:0 0 0 -65px;
	      	padding:0 0 0 0;
	      	z-index:1000000000;
	      	border:none;
	      	float:none;
			text-align:right;
			font-size: 10px;
			font-face: arial;
		}
		#CopyrightFloat a {
			text-decoration: none;
		}
		
		#CopyrightFloat img {
			border: 0px;
		}
		
		.thumbnail
		{
		float: left;
		width: 150px;
		height: 170px;
		border: 1px solid #eaeaea;
		margin: 0 16px 15px 0;
		padding: 5px;
		overflow: auto;
		}
		
		.clearboth 
		{ 
		clear: both; 
		}

