.relative
{
	position: relative;
}
.page
{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
/* --- slider --- */
.caroufredsel_wrapper
{
	width: 100% !important;
	margin: 0 !important;
	overflow: hidden;
}
.slider
{
	/*position: absolute;*/
	padding: 0;
	list-style-type: none;
}
.slider li
{
	float: left;
	height: 420px;
	background-position: top center;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.slider li .slider_img
{
	position: relative;
	height: 100%;
	top: 0;
	left: 0;
}
/* --- slider content --- */
.slider_content_box
{
	margin-top: -350px;
	min-height: 98px;
}
.slider_content
{
	display: none;
	float: left;
	border-top: 3px solid #fff;
	padding-top: 11px;
	border-bottom: 1px solid #fff;
	padding-bottom: 17px;
}
.slider_content .title, .slider_content .subtitle
{
	width: 280px;
}
.slider_content .title
{
	display: inline;
}
.slider_content .subtitle
{
	display: inline;
	font-style: italic;
}
/* --- slider navigation --- */
.slider_navigation
{
	float: right;
	margin-top: 60px;
	position: static !important;
	padding: 0 !important;
}
.slider_navigation .more, .slider_navigation .prev, .slider_navigation .next
{
	float: left;
	display: block;
	padding: 0;
	border: none;
}
/* --- controls --- */
.controls
{
	position: absolute;
	padding: 10px;
}
.controls li
{
	float: left;
}
.controls .open_details, .controls .open_lightbox, .controls .open_video_lightbox, .controls .more, .controls .close, .controls .prev, .controls .next
{
	display: block;
	width: 40px;
	height: 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: 2px;
}
.controls .more, .controls .close, .controls .prev, .controls .next
{
	width: 39px;
	height: 39px;
}
.controls .open_details:hover, .controls .open_lightbox:hover, .controls .open_video_lightbox:hover
{
	background-position: 0 -40px;
}
.controls .more:hover, .controls .close:hover, .controls .prev:hover, .controls .next:hover
{
	background-position: 0 -39px;
}

.controls .prev
{
	background-image: url('../img/navigation_previous.png');
}
.controls .next
{
	background-image: url('../img/navigation_next.png');
}
.input1 {
	width: 295px;
	height: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: "Century Gothic";
	font-size: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 40px;
	color: #666;
}
.input_button {
	margin-bottom: 5px;
	height: 28px;
	margin-top: 2px;
	float: right;
	margin-right: 10px;
}
