.NSImg {
		position : relative ;
	}
	
.NSImg span {
		position : absolute ;
		display : block ;
		width : 10px ;
		height : 10px ;
		font-size : 1px ;
		z-index:5;
	}
	
.NSImg .HG {
		top : 0px ;
		left : 0px ;
		background : url("/IMG/hg.png") top left no-repeat ;	
	}

.NSImg .HD {
		top : 0px ;
		right : 0px ;
		background : url("/IMG/hd.png") top left no-repeat ;	
	}

.NSImg .BG {
		bottom : 0px ;
		left : 0px ;
		background : url("/IMG/bg.png") top left no-repeat ;	
	}

.NSImg .BD {
		bottom : 0px ;
		right : 0px ;
		background : url("/IMG/bd.png") top left no-repeat ;	
	}

.NSImg .TransBg h1 a:hover {
	color : #3561B4 ;
	text-decoration: none;
}


