
/*-- jShowOff module styles --*/

#spotlight {
	background:#fff;
	position:relative;
	overflow:hidden;
}
.jshowoff {
	width:590px;
	margin-bottom:15px;
}

/*-- PUFF --*/

.spot {
	width:590px;
	height:390px;
	background-repeat:no-repeat;
}
.spot a {
	top:0;
	left:0;
	width:590px;
	height:390px;
	position:absolute;
}
.spotContent {
	padding:10px;
	margin:0;
	position:relative;
	top:300px;
	height:70px;
	overflow:hidden;
	background:url(../grafik/spotlight-text-bg.png) transparent top left;
}
.spotContent h2,
.spotContent p {
	margin:0;
	padding:0;
	color:#fff;
	text-decoration:none;
}
.spotContent h2 {
	font-size:20px;
	line-height:21px;
	margin:0 0 3px 0;
}

/*----------------------------*/

.jshowoff p.jshowoff-slidelinks {
	position:absolute;
	bottom:5px;
	right:5px;
	margin:0;
	padding:0;
}
.jshowoff p.jshowoff-slidelinks a {
	padding:5px 0 0 0;
	width:24px;
	height:19px;
	text-align:center;
	background:url(../grafik/spotlight-nr-bg.png) transparent no-repeat 0 0;
}
.jshowoff-slidelinks a, .jshowoff-controls a {
	font-weight:bold;
	display:block;
	color:#fff;
	padding:4px;
	margin:5px 0 0 5px;
	float:left;
	text-decoration:none;
	outline:none;
	font-size:12px;
	line-height:12px;
}
.jshowoff-slidelinks a {
	margin:5px 0 0 7px;
}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover, .jshowoff-controls a:hover, .jshowoff-slidelinks a:hover {
	color:#666 !important;
	background:url(../grafik/spotlight-nr-bg-active.png) transparent no-repeat 0 0 !important;
}
p.jshowoff-controls {
	background:#eee;
	overflow:auto;
	padding:5px;
	margin:0;
}
.jshowoff-controls a {
	padding:0;
	margin:0 6px 0 0;
	width:24px;
	height:24px;
}
.jshowoff-play {
	background:url(../grafik/spotlight-pause.png) transparent no-repeat 0 0;
}
.jshowoff-paused {
	background:url(../grafik/spotlight-play.png) transparent no-repeat 0 0;
}
.jshowoff-prev, .jshowoff-next {
	display:none !important;
}
