div.make_fader {

      border: 0;
	overflow: hidden; 
	position: relative; 
	width: 800px;
	height: 400px;
      background: url(/files/homehalftone2.jpg) no-repeat;
}

div.make_fader img
{
	border: 0;
	cursor: pointer;
	width: 265px;
	height: 400px;
      margin-left: 430px;
      margin-top: 0px;
	position:absolute;
     
}

div.make_fader a
{
	margin: 0; padding: 0;
}