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


/* Frame */
div#featured-slider {
	width: 900px;
	height: 300px;
	position: relative;
	margin: 10px 0;
	}

div#featured-slider h1 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	}

div#featured-slider p {
	font-size: 14px;
	}


/* Slider Content */
div#s1 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 300px;
	overflow: hidden;
	z-index: 1;
	}

div#s1 div.item {
	background: #000;
	color: #f0f;
	width: 900px;
	height: 300px;
	cursor: pointer;
	}

div#s1 div.item div.info {
	background: #000;
	width: 260px;
	height: 90px;
	position: absolute;
	right: 20px;
	bottom: 10px;
	color: #fff;
	margin: 1em;
	padding: 8px;
	}


/* Controls */
div#slider-control {
	width: 260px;
	height: 300px;
	position: relative;
	z-index: 2;
	padding: 18px 0 0 18px;
	}

div#slider-control span.order {
	display: none;
	}

div#slider-control div.featitem {
	/*background: url("../images/button.png");*/
	background: transparent url("../images/cycle_button_bgr.png") 0 0 no-repeat;
	color: #fff;
	cursor: pointer;
	float: left;
	height: 85px;
	width: 265px;
	margin-bottom: 6px;
	}

div#slider-control div.featitem.active {
	background-position: 0 -85px;
	}

div#slider-control div.featitem div.item-content {
	margin: 10px 40px 0 20px;
	}
