﻿#swatchHolder {
	/*border:1px solid #000000;*/
	background-color:#FFFFFF;
	padding:4px 4px 0px 4px;
	width:67px;	
	text-align:center;
}
#click_swatch {
	padding:24px 4px 0px 4px;
	text-align:right;
}

/* for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative; overflow:hidden;
	width:63px; height:253px; z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:6px; top:0px; 
	width:58px; height:253px; 
	clip:rect(0px, 58px, 253px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1 { 
	position:absolute; 
	left:0px; top:0px; 
	z-index:1; 
}

.scrollcontent img{
	border:1px solid #000000;
	margin:4px 0px 4px 0px;
}	
.scrollcontent img:hover{
	cursor:pointer;	
}