@charset "utf-8";
/* Home.css */

/* Home cracks */
#container {
	background: url('/images/layout/cracks_main.png') no-repeat;
}

#breakout {
	cursor: pointer;	
}
/***************/

#bannercolumn {
	color: white;
	float: left;
	background: url('/images/layout/leftcolumn.png') left repeat;
	width: 199px;
	margin-right: 8px;
	margin-top: 16px;
	padding-left: 9px;
	*padding-left: 3px;
	padding-top: 9px;
}

/* Mostviewed */

/* Eerder bekeken */

#eerderbekekentitle {
	background: url('/images/catalogus/layout/eerderbekeken_bg.png') no-repeat;
	height: 18px;
	width: 400px;
	text-align: left;
	padding: 4px 0 0 20px;
	font-weight: bold;
	color: white;
	font-size: 13px;
	margin-left: 7px;
	margin-bottom: 14px;
}

/* Slider */

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	*margin-left: -170px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideselector {
	color: white;
	position: absolute;
	width: 35px;
	z-index: 9999;
	margin: -180px 0 0 660px;
	*margin-left: 500px;
	/*visibility: hidden;	*/
	/*background: url('/images/projecten/projectenslider/slideselector_bg.png') repeat;*/
}

#slideselector li{
	list-style: none;
	margin-bottom: 4px;
	width: 18px;
	height: 19px;
	background: url('/images/slider/bullet.png') no-repeat;
}

#slideselector li.active{
	width: 18px;
	height: 19px;
	background: url('/images/slider/bullet_active.png') no-repeat;
}
