#extras {
	height:200px;
	}

#extras #ball {
	float:right;
	display:inline;
	height:165px;
	width:165px;
	background:url(images/ball.png) no-repeat;
	margin-left:60px;
	position:relative;
	z-index:10;
}
* html #extras #ball {
	background: url(images/_clear.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/sj.com/images/ball.png', sizingMethod='crop');
	}

#extras #clips {
	float:right;
	display:inline;
	height:70px;
	width:150px;
	background:url(images/clips.jpg) no-repeat;
	margin-right:40px;
	margin-left:-10px;
}

#extras #initials {
	position:absolute;
	display:block;
	height:250px;
	width:120px;
	background:url(images/initials.png) no-repeat;
	top:375px;
	left:30px;
}
