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


/* Slider */
#prod-slider-frame {
	background: transparent url("../images/slider_bgr.jpg");
	height: 130px;
	margin: 0 0 10px 0;
	position: relative;
	width: 680px;
	}

#prod-slider {
	height: 130px;
	overflow: hidden;
	width: 680px;
	}

#prod-slider .products {
	background-color: transparent;
	height: 130px;
	left: 0;
	top: 0;
	padding: 0 20px;
	width: 640px;
	}

#prod-slider .products a {
	height: 80px;
	float: left;
	margin: 25px 4px 0 4px;
	text-align: center;
	width: 120px;
	}

#prev, #next {
	background: url("../images/slider_btn_next.jpg") no-repeat;
	display: block;
	height: 80px;
	position: absolute;
	top: 25px;
	width: 20px;
	z-index: 20;
	}

#prev {
	background: url("../images/slider_btn_prev.jpg") no-repeat;
	left: 0;
	}

#next {
	right: 0;
	}


/* Teaser */
.ww-teaser {
	background: url("../images/ww_teaser_bgr.jpg") no-repeat;
	height: 190px;
	width: 680px;
	}

.ww-teaser div {
	float: left;
	width: 226px;
	}

#col-right .ww-teaser h2 {
	font-size: 14px;
	margin-bottom: 94px;
	}

#col-right .ww-teaser p {
	font-size: 11px;
	margin: 0.5em 0;
	padding: 0 10px 0 26px;
	}
