/*
 * Projekt:			moebel-billi.de
 * Dateiname:		unicycle.light.css
 * Author:			RK
 * erstellt:		15.04.2009
 * validiert am:	n/a
 */


/* Frame */
#slider {
	width: 680px;
	height: 340px;
	position: relative;
	margin: 0 0 10px 0;
	}


/* Controls */
#control {
	width: 36px;
	height: 156px;
	position: absolute;
	right: 0;
	top: 90px;
	z-index: 2;
	}

#control .order {
	display: none;
	}

#control .ctrl {
	cursor: pointer;
	float: left;
	height: 52px;
	width: 36px;
	}

#control .btn-1 {
	background: transparent url("../images/cycle_btn_1.png") 0 0 no-repeat;
	}

#control .btn-2 {
	background: transparent url("../images/cycle_btn_2.png") 0 0 no-repeat;
	}

#control .btn-3 {
	background: transparent url("../images/cycle_btn_3.png") 0 0 no-repeat;
	}

#control .active {
	background-position: -36px 0;
	}


/* Content */
#slider-items {
	position: absolute;
	top: 0;
	left: 0;
	width: 680px;
	height: 340px;
	overflow: hidden;
	z-index: 1;
	}

#slider-items .item {
	width: 680px;
	height: 340px;
	}
