
	/*
	 * Hide the puff controls for the editoral puffs of this size
	 */
	#main-feature .puff-controls
	{
		display: none;
	}

	.brw_brw-editors-pick
	{
		float:left;
		width: 323px;
		height: 263px;
		overflow: hidden;
	}
	.brw_brw-editors-pick-puff #feature-image
	{
		position:relative;
	}
	.brw_brw-editors-pick-puff
	{
		width:323px;
		height: 263px;
	}
	.brw_brw-editors-pick-puff #feature-positioner
	{
		position:absolute;
		bottom:1px;
		left:0;
	}
	.brw_brw-editors-pick-puff #feature-text-container
	{
		background:url(feature-transparency.png)
	}
	
	.brw_brw-editors-pick-puff #feature-text
	{
		color:#FFF;
		width:323px;
	}
	
	.brw_brw-editors-pick-puff #feature-text h2 
	{
		font-size: 100%;
		margin:0;
		padding:4px 4px 0 4px;
		color:#FFFFFF;
		background:none;
	}
		.brw_brw-editors-pick-puff #feature-text h2 a
	{
		color:#FFFFFF;
	}
	
	.brw_brw-editors-pick-puff #feature-text p 
	{
		font-size: 90%;
		margin:0;
		padding:0 4px 4px 4px;
		line-height: 1.4em;
	}