/* tedora.nl home main style */

	#main h1{
		margin: 0 0 0 10px;
	}

	#main p{
		margin: 10px 0 0 10px;
	}


#home_model, #home_armband, #home_sieradentrends, #home_nieuws, #home_inspiraties, #home_collectie {
	display: block;
	margin: 20px 0 0 0;
	/*border: 1px black inset;*/
}

#home_armband{
	width: 400px;
	background: none;
}

#home_model{
	width: 400px;
	height: 400px;
	display: none;
}

#home_model h1, #home_model p{
	background-color: #fff;
}

#home_collectie{
	width: 400px;
}
	.home_collectie_item{
		display: block;
		width: 85px;
		height: 77px;
		margin-left: 5px;
		text-align: center;
		background: url(../images/home_collectie.jpg) no-repeat left top;
	}
		.home_collectie_item img{
			margin-top: 10px;
		}
	

#home_sieradentrends{
	width: 530px;
	overflow-x: hidden;
	margin: 20px 0 0 20px;
}

#home_nieuws{
	overflow-x: hidden;
	width: 530px;
	margin: 20px 0 0 20px;
}
#home_inspiraties{
	overflow: hidden;
	width: 530px;
	margin: 0 0 0 20px;
}