/*
 * DEBEOS
 * reference stylesheet
 *
 * © 2008 EZdesign (ezdesign.de)
 *
 */


div#reference_headline {
	position: absolute;
	width: 500px;
	margin: 20px 0 0 380px;
	height: 100px;
}

div#reference_grid {
	position: absolute;
}

div.image_container {
	position: absolute;
	z-index: 1;
}

div.image_container img {
	display: none;
}

div#reference_currpage {
	position: absolute;
	width: 200px;
	height: 195px;
	overflow: hidden;
	margin: 231px 0 0 700px;
	text-align: right;
	font-size: 195px;
	line-height: 195px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

div#reference_pages {
	position: absolute;
	margin: 340px 0 0 650px;
	font-weight: bold;
	font-size: 13px;
}

div.reference_page {
	height: 20px;
	width: 26px;
	float: left;
}

div.refernce_pages_text {
	margin-bottom: 6px;
	font-size: 11px;
}

div.reference_page.active {
	border: 1px solid white;
	background: black;
	color: #E07014;
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 6px;
	text-align: center;
}

div.reference_page a {
	display: block;
	height: 18px;
	width: 18px;
	text-align: center;
	border: 1px solid white;
	background: #E07014;
	font-size: 13px;
	color: black;
}

div.reference_page a:hover {
	background: black;
	color: #E07014;
}


/**
 * icons
 */

div.image_icon {
	position: absolute;
	background: url(../images/reference_icon.gif) no-repeat;
	width: 11px;
	height: 11px;
	margin: 1px 0 0 72px;
	display: none;
	z-index: 5;
}

div.image_icon.width2 {
	margin-left: 157px;
}

div.image_icon.width3 {
	margin-left: 242px;
}


/**
 * lightbox
 */

div#debeos_lightbox {
	background: #292929;
	position: absolute;
	width: 900px;
	display: none;
	margin-top: 85px;
	height: 426px;
	display: none;
	z-index: 90;
	overflow: visible;
}

div#debeos_lightbox_image {
	text-align: center;
	padding-top: 7px;
}

div#debeos_lightbox_image img {
	border: 1px solid white;
}

div#debeos_lightbox_controls {
	position: absolute;
	margin-top: -8px;
	width: 900px;
	height: 35px;
	display: none;
	z-index: 92;
}

a#debeos_lightbox_close {
	position: absolute;
	margin: 8px 0 0 804px;
	width: 96px;
	height: 24px;
	background: url(../images/lightbox_close.gif) no-repeat;
}

div#lightbox_status {
	position: absolute;
	width: 130px;
	color: white;
	font-weight: bold;
	text-align: center;
	height: 14px;
	margin-left: 385px;
	background: url(../images/lightbox_status.gif) no-repeat;
}

a#debeos_lightbox_prev,
a#debeos_lightbox_next {
	display: block;
	position: absolute;
	color: white;
	font-size: 28px;
	width: 49px;
	text-align: center;
	margin-top: 130px;
}

a#debeos_lightbox_next {
	margin-left: 852px;
}

div#debeos_lightbox_loading {
	width: 900px;
	text-align: center;
	color: white;
	font-size: 14px;
	padding-top: 137px;
}

div#debeos_lightbox_flash {
	text-align: left;
	width: 798px;
	height: 599px;
	margin: 0 auto;
	border: 1px solid white;
}

div#debeos_lightbox_flv {
	text-align: left;
	width: 560px;
	height: 410px;
	margin: 0 auto;
	border: 1px solid white;
}
