/*
 * CSS-File for
 * 1st-dream.de
 * Copyright (c) CLICKSPORTS
 * $Rev: 10 $
 * $Author: svn-cs $
 * $Date: 2009-02-12 15:11:20 +0100 (Do, 12 Feb 2009) $
 */

div#horizontal_carousel {
	width: 486px;
	height: 144px;
	margin: 18px 0px;
	background-image: url(../layout/bg_carousel.png);
	background-repeat: no-repeat;
	position: relative;
	clear: both;
}

div#horizontal_carousel div.container {
	width: 426px;
	height: 144px;
	overflow: hidden;
	position: relative;
	float: left;
}

div#content div#horizontal_carousel ul {
	width: 100000px;
	height: 135px;
	top: 10px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}

div#horizontal_carousel li {
	width: 142px;
	height: 135px;
	text-align: center;
	float: left;
}

div#horizontal_carousel div.previous_button,
div#horizontal_carousel div.next_button {
	width: 30px;
	height: 144px;
	background-repeat: no-repeat;
	background-position: 12px 47px;
	cursor: pointer;
	position: relative;
	float: left;
}

div#horizontal_carousel div.noscroll,
div#horizontal_carousel div.next_button_disabled,
div#horizontal_carousel div.previous_button_disabled { cursor: default; }

/* Main Image */
div#content ul#image_preview,
div#content ul#image_preview li {
	height: 486px;
	margin-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	overflow: hidden;
	list-style: none;
}

div#content ul#image_preview li { height: 478px; border: 4px solid #734E62; }
div#content ul#image_preview li img { border: none; }
