/*
Title	: Home
====================================== */
#content-container {
	background: none;
	filter:alpha(opacity=100); /*ie*/
	opacity: 1;
	width: 100%;
	}

#content-sfeer {
	background: none;
	}

#layout-content {
	background:  url(../gfx/css/content-bg-home-new.png) no-repeat center top;
	}

#content-right {
	display: none;
	}

#button-wrapper {
	left: 50%;
	height: 500px;
	margin-left: -480px;
	top: 0;
	position: absolute;
	width: 960px;
	}

#content-main {
	height: 300px;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	}

#content-main h1 {
	display: none;
	}
	
#rotator {
	height: 300px;
	left: -815px;
	position: absolute;
	width: 500000px;
	}
	#rotator li {
		background: none;
        float: left;
        margin-right: 150px;
        margin-top: 35px;
        overflow: hidden;
        width: 750px;
		}
		#rotator li a {
			display: block;
			}
		#rotator li a img {
			display: none;
		}
			
#btn-cadeau {
	right: 0;
	position: absolute;
	top: 300px;
	z-index: 100;
	}
	
#btn-ontwerp {
    display: block;
    height: 137px;
    left: 10px;
    position: absolute;
    top: 26px;
    width: 137px;
    z-index: 100;
	}
	#btn-ontwerp a {
		display: block;
		height: 137px;
		text-indent: -99999px;
		width: 137px;
		}

	
