#main{
	float: left;
	clear: left;
	width: 620px;
	margin: 20px 20px 0 20px;
}
#main .inside{
	
}
#banner{
	float: left;
	clear: left;
	width: 930px;
	height: 234px;
	margin: 20px 20px 0 20px;
}
#banner .inside{
	position: relative;
	width: 930px;
	height: 234px;
}
#citatBanner{
	position: absolute;
	width: 580px;
	height: 95px;
	left: 15px;
	bottom: 20px;
}
/*-------------------------------
	Bildskrollen
--------------------------------*/
#leftTrigger, #rightTrigger{
	position: absolute;
	z-index: 2;
	/*width: 180px;
	height: 234px;*/
}
#leftTrigger{
	left: 0;
	top: 0;
}
#rightTrigger{
	right: 0;
	top: 0;
}
#picScroller{
	position: relative;
	width: 930px;
	height: 234px;
	overflow: hidden;
}
#picScrollInside{
	height: 234px;
}
#picScrollInside .ce_image{
	float: left;
}
