a.shadowbox, a.shadowbox:visited, a.shadowbox:active 
{ 
	margin:1px; 
	padding:1px; 
	border:1px solid #ccc; 
	float:left; 
	display:block; 
	width:100px; 
	height:75px; 
	background-color:#fff; 
}

a.shadowbox img, a.shadowbox img:visited, a.shadowbox img:active 
{
	position: static; 
	top:4px; 
	width:100px; 
	height:75px; 
	border:0; 
	margin:0; 
	padding:0 ;
	background-color: #fff; 
}



html>body a.shadowbox:hover img 
{
	position : relative ;
	width:101px; 
	height:76px; 
	left:-1px; 
	top:-1px; 
	z-index:1; 
	border:1px solid #f00;
}