#controls-wrapper {
	position: fixed;
	padding-right: 280px;
	bottom: 60px;
	right: 15%;
}

#slidecounter {
	float: left;
	color: #999999;
	font: 14px/42px "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-shadow: 0 -1px 0 #000000;
	margin: 0 10px 0 15px;
}

#slidecaption {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 18px;
}

#navigation {
	float: right;
	margin: 0 20px 0 0;
}

#play-button {
	float: left;
	margin-top: 1px;
	border-right: 1px solid #333333;
	background: url("../img/bg-hover.png") repeat-x scroll 0 44px transparent;
}

#play-button:hover {
	background-position: 0 1px;
	cursor: pointer;
}

#nextslide {
	background-image: url("../img/forward.png");
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	position: fixed;
	opacity: 0.8;
	margin-right: 250px;
	bottom: 60px;
	right: 15%;
}

#prevslide {
	left: -10px;
}

#nextslide:hover {
	cursor: pointer;
}

ul#slide-list {
	padding: 15px 0;
	float: left;
	position: absolute;
	left: 50%;
}

ul#slide-list li {
	list-style: none outside none;
	width: 12px;
	height: 12px;
	float: left;
	margin: 0 5px 0 0;
}

ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover {
	background-position: 0 0;
}

ul#slide-list li a {
	display: block;
	width: 12px;
	height: 12px;
	background: url("../img/nav-dot.png") no-repeat scroll 0 -24px transparent;
}

ul#slide-list li a:hover {
	background-position: 0 -12px;
	cursor: pointer;
}

#tray-button {
	float: right;
	margin-top: 1px;
	border-left: 1px solid #333333;
	background: url("../img/bg-hover.png") repeat-x scroll 0 44px transparent;
}

#tray-button:hover {
	background-position: 0 1px;
	cursor: pointer;
}

#progress-back {
	z-index: 5;
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 0;
}

#progress-bar {
	position: relative;
	height: 8px;
	width: 100%;
}

#nextthumb, #prevthumb {
	z-index: 2;
	display: none;
	position: fixed;
	bottom: 61px;
	height: 75px;
	width: 100px;
	overflow: hidden;
	background: none repeat scroll 0 0 #DDDDDD;
	border: 1px solid #FFFFFF;
}

#nextthumb {
	right: 12px;
}

#prevthumb {
	left: 12px;
}

#nextthumb img, #prevthumb img {
	width: 150px;
	height: auto;
}

#nextthumb:active, #prevthumb:active {
	bottom: 59px;
}

#nextthumb:hover, #prevthumb:hover {
	cursor: pointer;
}

#thumb-tray {
	position: fixed;
	z-index: 3;
	bottom: 0;
	left: 0;
	background: url("../img/bg-black.png") repeat scroll 0 0 transparent;
	height: 150px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 0 4px #000000;
}

#thumb-back, #thumb-forward {
	position: absolute;
	z-index: 5;
	bottom: 42px;
	height: 108px;
	width: 40px;
}

#thumb-back {
	left: 0;
	background: url("../img/thumb-back.png") no-repeat scroll center center transparent;
}

#thumb-forward {
	right: 0;
	background: url("../img/thumb-forward.png") no-repeat scroll center center transparent;
}

#thumb-back:hover, #thumb-forward:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.1);
}

#thumb-back:hover {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#thumb-forward:hover {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

ul#thumb-list {
	display: inline-block;
	list-style: none outside none;
	position: relative;
	left: 0;
	padding: 0;
}

ul#thumb-list li {
	background: none repeat scroll 0 0 #111111;
	list-style: none outside none;
	display: inline;
	width: 150px;
	height: 108px;
	overflow: hidden;
	float: left;
	margin: 0;
}

ul#thumb-list li img {
	width: 200px;
	height: auto;
	opacity: 0.5;
}

ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img {
	opacity: 1;
}

ul#thumb-list li:hover {
	cursor: pointer;
}

