/***********************************************************************

Author:     Arno Hoogma
URL:        http://www.4rn0.nl

***********************************************************************/

div#stage {
	height: 345px;
	margin: 0 0 -345px;
	position: relative;
	top: -345px;
	width: 700px;
}

div#stage img {
	height: 345px;
	width: 700px;
}

div#stage img.active {
	cursor: pointer;
}

div#stage img.active:hover {
	outline: 1px solid #000;
}

div#stage p {
	background: transparent url(../images/bg.sub.png) scroll repeat left top;
	bottom: 0;
	color: #f9f9f9;
	display: none;
	font-size: 20px;
	left: 0;
	line-height: 26px;
	margin: 0;
	padding: 10px 15px 10px 15px;
	position: absolute;
	width: 670px;
}

.loading {
	/*background: #fff url(../images/bg.loading.gif) no-repeat center center;*/
}

span#controls {
	background: url(../images/bg.pause.png);
	cursor: pointer;
	height: 25px;
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
}

.paused {
	background: url(../images/bg.play.png) !important;
}

ul#slides {
	display: none;
}


* html span#controls {
	background: url(../images/bg.pause.gif);
}

* html .paused {
	background: url(../images/bg.play.gif) !important;
}

* html div#stage p {
	background: transparent url(../images/bg.blank.gif) scroll no-repeat left top;
}

*:first-child+html div#stage p {
	background: transparent url(../images/bg.blank.gif) scroll no-repeat left top;
}
