#holder_images { display: none; }
	
#carousel img
{
	border: none;
	padding: 1px;
	background-color: #eee;
	cursor:pointer;
	width:150px;
	height:150px;
}
#carousel img.link:hover
{
	border: 2px solid #a00;
	cursor:pointer;
}