img, a img{
	border: 0
}
.left{
	float: left;
}
.right{
	float: right;
}
div.clear{	
	clear: both;
}
div.BNUthumb a.BNUhref{
	display: none;
}
div.BNUthumb:hover a.BNUhref, div.BNUthumbhover a.BNUhref{
	display: block;
}
div.BNUthumb{	
	background-repeat: no-repeat;
	width: 144px;
	height: 93px;
}
a.BNUtransparent{
	height: 93px;
	width: 102px;
}
a.BNUhref{
	width: 39px;
	height: 39px;
	overflow: hidden;
}
a.BNUhref img.BNUzoom{	
	display: block;
}
a.BNUhref:hover img.BNUzoom{	
	display: none;
}
/*TRANSITION*/
a.BNUhref img.BNUpic{
	/*@ transition-rule @*/	
	width: 39px;
	height: 39px;	
	z-index: 3;
	-webkit-transition-property:width, height;
	-webkit-transition-duration:0.4s;	
	-moz-transition-property:width, height;
	-moz-transition-duration:0.4s;
	transition-property:width, height;
	transition-duration:0.4s;	
}
a.BNUhref:hover img.BNUpic{
	/*@ transition-rule @*/	
	z-index: 5;
	width: 600px;
	height: 450px;	
}
a.BNUhref:hover{
	overflow: auto;
	display: block;
	position: absolute;
	
	top: 0px;
	left: 0px;
	
	width: 800px;
	height: 455px;
	background-color: white;
}

