/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

.cf-coverflow		{ display: block; overflow: hidden; text-align: left; position: relative; }
.cf-coverflow div	{ clear: both; display: block; }

.cf-loader			{ margin: 50px 0 0 0; text-align: center; width: 100%; }

.cf-images			{ overflow: hidden; }
.cf-images img		{ position: absolute; cursor: pointer; }

.cf-caption			{ font-size: 14px; font-weight: bold; color: #666; position: relative; text-align: center; z-index: 100; }

.cf-scrollbar		{ position: relative; visibility: hidden; background-image: url(../pics/layout/cf_hg.gif); z-index: 100; height: 39px; line-height: 13px; }

.cf-slider			{ margin: 8px 0 0 0; width: 42px; height: 24px; line-height: 11px; position: absolute; z-index: 101; background-image: url(../pics/layout/cf_move.gif); background-repeat: no-repeat; cursor: pointer; }

.cf-arrowleft		{ float: left; cursor: pointer; height: 24px; margin: 8px 0 0 8px; }
.cf-arrowright		{ float: right; cursor: pointer; height: 24px; margin: 8px 8px 0 0; }

