/* allgemeine Einstellungen f?r die Image-Animationsbox */
	ul.image-animation, ul.image-animation li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	ul.image-animation {
		overflow: hidden;
		position: relative;
	}
	ul.image-animation li {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	/* spezielle Einstellungen f?r die Home-Animation */
	#home, #home ul.image-animation {
		width: 570px;
		height: 500px;
		background: #474747;
	}
	#home ul.image-animation {
		background: #474747;
	}
	
	
	
	
	/* flexible rounded borders */
	.rb {
		position: relative;
		margin: 3px;
	}
	.rbtl, .rbtr, .rbbl, .rbbr {
		position: absolute;
		background: url(../images/rounded-border.png) top left no-repeat;
	}
	.rbtl, .rbbr {
		width: 100%;
		height: 6px;
		top: -3px;
		left: -3px;
	}
	.rbbr {
		top: auto;
		bottom: -3px;
		left: 3px;
		background-position: bottom right;
	}
	.rbtr, .rbbl {
		height: 100%;
		width: 6px;
		top: -3px;
		right: -3px;
		background-position: top right;
	}
	.rbbl {
		top: 3px;
		right: auto;
		left: -3px;
		background-position: bottom left;
	}