	div.cf_wrapper
	{
		position: absolute;
		top: 180px;
		left: 230px;
	}
	
	div.cf_first
	{
		width: 499px;
		height: 398px; /* 375 */
		background-color: #590205;
		border: 1px solid #B3713B;
	}

	div.cf_element
	{
		width: 499px;
		height: 398px; /* 375 */
		background-color: #590205;
		border: 1px solid #B3713B;
		visibility: hidden;
	}

	div.cf_first img
	{
		width: 486px;
		height: 388px; /* 364 */
		border: 1px solid #B3713B;
	}

	div.cf_first div.content
	{
		padding: 6px;
	}

	div.cf_first div.content h3
	{
		padding-top: 0;
		margin-top: 0;
	}

	div.cf_element img
	{
		width: 486px;
		height: 388px; /* 364 */
		border: 1px solid #B3713B;
	}
	
	div.cf_element div.content
	{
		padding: 6px;
	}

	div.cf_element div.content h3
	{
		padding-top: 0;
		margin-top: 0;
	}
