	#wrapper {
		width: 400px;
		margin: 10px auto;
		text-align: left;
	}

	/* STYLES FOR CROSSFADER */

	div.cf_wrapper{
		position: relative;
	}

	div.cf_element{
		width: 400px;
		height: 250px;
		background-color: #eee;
		border:  1px solid #ccc;
	}

	div.cf_element div.content{
		padding: 10px;
	}

	div.cf_element div.content h3{
		padding-top: 0;
		margin-top: 0;
	}
	
	.content img {
	float:left;
	margin:10px;
	}
