/**
 * EZ Illustration
 * post frontend stylesheet
 *
 * (c) EZdesign.de
 *
 * Author:   Timo Besenreuther
 * Created:  2009-05-11
 * Modified: 2009-05-11
 */


/**
 * frontend
 */

/* container */

div#illustration_container {
	border-bottom: 1px solid #C8C8C8;
}

div#illustration,
div#illustration_container {
	width: 949px;
	height: 298px;
}

div#illustration {
	position: absolute;
}

div#illustration img {
	position: absolute;
}

/* text */

div#illustration_text_container {
	display: none;
	position: absolute;
	z-index: 60;
	margin: 250px 0 0 700px;
	height: 48px;
	background: white;
	width: 224px;
	filter: alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

div#illustration_text {
	padding: 5px 9px;
	font-size: 11px;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

div#illustration_fehead {
	font-weight: bold;
}

/* controls */

div#illustration_controls {
	display: none;
	position: absolute;
	margin: 0 0 0 700px;
	width: 224px;
	background: #EFEBE8;
	font-size: 11px;
	padding: 3px 0;
}

div#illustration_controls a {
	color: black;
	text-decoration: none;
}
div#illustration_controls a:hover {
	color: #870000;
}

div#illustration_imgno {
	position: absolute;
	width: 84px;
	text-align: center;
	color: #870000;
	margin: 0 0 0 70px;
}

a#illustration_pause {
	display: block;
	float: right;
	margin-right: 9px;
	background: url(../images/controls_pause.png) no-repeat;
	background-position: right 3px;
	padding-right: 12px;
}

a#illustration_pause.paused {
	background-image: url(../images/controls_next.png);
	background-position: right 4px;
}

div#illustration_head {
	font-weight: bold;
	color: #870000;
	margin-left: 9px;
}

a#illustration_next {
	display: block;
	float: right;
	margin-right: 9px;
	background: url(../images/controls_next.png) no-repeat;
	background-position: right 4px;
	padding-right: 12px;
}

a#illustration_prev {
	display: block;
	margin-left: 9px;
	background: url(../images/controls_prev.png) no-repeat;
	background-position: left 4px;
	padding-left: 12px;
}


/**
 * backend
 */

.ezillu_openpopup {
	position: absolute;
	display: block;
	background: white;
	padding: 2px 5px;
	border: 1px solid #870000;
	margin: 5px 10px;
	z-index: 59;
	color: black;
	text-decoration: none;
}
