﻿#slider {
	position: absolute;
	top: 62px;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 211px;
	background-color: #95b6e5;
	z-index: -1;
}
	#slider a {color: white;}
	#slider img {
		display: block;
		max-width: 489px;
		height: 211px;
		margin: 0;
	}
.slidetext {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 350px;
	height: 182px;
	z-index: 100;
	text-align: right;
}
	.slidetext h1 {
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 16pt;
		line-height: 100%;
		font-weight: bold;
	}
		.slidetext h1 .task {font-size: 12pt;}
	.slidetext p {
		margin: 0;
		font-style: italic;
	}
#More {
	position: absolute;
	bottom: 30px;
	right: 10px;
	color: white;
	font-size: 13px;
	text-decoration: none;
	z-index: 10001;
}
	#More a {text-decoration: none;}
	#More a:hover {color: #ee3226;}

/* Controls */
#controls ul {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 10000;
}
	#controls li {
		display: block;
		float: left;
		list-style: none;
		overflow: hidden;
		margin: 0;
		padding: 0;
		border: 0;
	}
		#controls a {
			display: block;
			width: 14px;
			height: 15px;
			background: transparent url(/Data/Sites/1/skins/shc/images/indicator_white.png) no-repeat 0 0;
			text-decoration: none;
		}
		#controls a.active, #controls a:hover { background: transparent url(/Data/Sites/1/skins/shc/images/indicator_red.png) no-repeat 0 0; }