/* STYLES FOR CROSSFADER */
	#wrapper {
		width: 400px;
		margin: 10px auto;
		text-align: left;
	}

	#content {
		font-size: 1.2em;
		line-height: 1.8em;
	}

	#content h1 {
		font-size: 1.6em;
		border-bottom: 1px solid #ccc;
		padding: 5px 0 5px 0;
	}

	#content h2 {
		font-size: 1.2em;
		margin-top: 3em;
	}

	div.cf_wrapper
	{
		position: relative;
		/* position: relative; */
	}
	
	div.cf_element
	{
		width: 560px;
		height: 200px;
	/*	background-color: #eeeeee;
		border:  1px solid #ccc; */
	}
	
	div.cf_element div.content
	{
		padding: 10px;
	}

	div.cf_element div.content h3
	{
		padding-top: 0;
		margin-top: 0;
	}
