#controls-wrapper {
	bottom: 0px;
	height: 38px;
	left: 0;
	margin: 0 auto;
	position: fixed;
	width: 100%;
	z-index: 4;
}

#controls {
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: left;
	z-index: 5;
}

#slidecounter {
	color: #999;
	float: left;
	line-height: 42px;
	margin: 0px 10px 0 15px;
	text-shadow: #000 0 -1px 0;
}

#slidecaption {
	width: 55%;
	position: absolute;
	bottom: 12%;
	left: 5%;
	color: #666;
	display: block;
	right: 65px;
	margin: 0;
	/*z-index: -1; - why was this here???*/
}

.slideshow_captionwrap {
}

.slideshow_title {
	font-weight: normal;
	color: #fff;
	display: block;
	font-size: 12em;
	text-transform: uppercase;
	letter-spacing: -10px;
	margin: 0;
	position: relative;
	margin: 0;
	padding: 0 0 25px 0;
	line-height: 130px;
}

.slideshow_caption {
	width: 60%;
	border-top: 3px dotted #fafafa;
	color: #fafafa;
	display: inline-block;
	line-height: 17px;
	margin: 0;
	position: relative;
	margin: 0;
	padding: 20px 0 0 0;
}

.slideshow_link {
	width: 55%;
	position: relative;
	z-index: 2;
}

.slideshow_link p {
	float: right;
	width: 55px;
	height: 21px;
	background: url(../../images/bg-container-tile.png);
	opacity: .8;
}

.slideshow_link p:hover {
	opacity: 1;
}

.moreLink {
	width: 36px;
	height: 21px;
	padding: 0 15px 0 4px;
	color: #fafafa;
	background: url(../../images/more-arrow.png) no-repeat 86% 50%;
	font-size: .80em;
	display: block;
}

.moreLink:hover {
	
}

#slidecounter, .slideshow_caption, .slideshow_title {
	}
	
.slideshow_caption a {
	color: #fff;
	text-decoration:underline;
	}
	
#navigation
{
	float: right;
	margin: 0px 20px 0 0;
}

.control-underlay {
	display: block;
	position: fixed;
	height: 38px;
	float:right;
	width: 280px;
	bottom:0;
	right: 88px;
	z-index: 2;
	background: #fd8c00;
}

#play-button
{
	float: right;
	opacity: 0.6;
	right: 310px;
	bottom: 1px;
	position: absolute;
}

#play-button:hover
{
	background-position: 0 1px;
	cursor: pointer;
	opacity: 1;
}
.super-navigation
{
	top: 36%;
	height: 120px;
	position: fixed;
	right: 0;
	width: 66px;
}
#prevslide, #nextslide
{
	background-color: none;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 50px;
	opacity: 0.8;
	position: absolute;
	width: 40px;
}
#prevslide
{
	background-image: url(../../images/supersized/arrow_left.png);
	bottom: 0;
	right: 0;
}
#nextslide
{
	background-image: url(../../images/supersized/arrow_right.png);
	bottom: 50px;
	right: 0;
}
#prevslide:active, #nextslide:active
{
}
#prevslide:hover, #nextslide:hover
{
	cursor: pointer;
}
ul#slide-list
{
	bottom: 11px;
    float: left;
    padding: 0;
    position: absolute;
    right: 416px;
    display: none;
}
ul#slide-list li
{
	float: left;
	height: 14px;
	list-style: none;
	margin: 0 5px 0 0;
	width: 14px;
}
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover
{
	background-position: 0 0px;
}
ul#slide-list li a
{
	background: url('../../images/supersized/nav-dot.png') no-repeat 0 -28px;
	display: block;
	height: 14px;
	width: 14px;
}
ul#slide-list li a:hover
{
	background-position: 0 -14px;
	cursor: pointer;
}
#tray-button
{
	bottom: 0;
    opacity: 0.6;
    position: absolute;
    right: 370px;
}
#tray-button:hover {
	background-position: 0 1px;
	cursor: pointer;
	opacity: 1;
}
#progress-back {
	bottom: 0;
	height: 2px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 5;
}

#progress-bar {
	display: none; /*they don't want to see this*/
	background-color: #fd8c00;
    -webkit-box-shadow:  0px -1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow:  0px -1px 1px 1px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
	height: 2px;
	position: relative;
	width: 100%;
}

#nextthumb,#prevthumb
{
	background: #ddd;
	border: 1px solid #fff;
	bottom: 61px;
	display: none;
	height: 75px;
	overflow: hidden;
	position: fixed;
	webkit-box-shadow: 0 0 5px #000;
	width: 100px;
	z-index: 2;
}
#nextthumb
{
	right: 12px;
}
#prevthumb
{
	left: 12px;
}
#nextthumb img, #prevthumb img
{
	height: auto;
	width: 150px;
}
#nextthumb:active, #prevthumb:active
{
	bottom: 59px;
}
#nextthumb:hover, #prevthumb:hover
{
	cursor: pointer;
}
#thumb-tray
{
	bottom: 56px;
	height: 82px;
	left: 0;
	overflow: hidden;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 0;
	background: rgba(255, 255, 255, 0.2);
}
#thumb-back, #thumb-forward
{
	bottom: 42px;
	height: 108px;
	position: absolute;
	width: 40px;
	z-index: 5;
}
#thumb-back
{
	background: url('../../images/supersized/thumb-back.png') no-repeat center center;
	left: 0;
}
#thumb-forward
{
	background: url('../../images/supersized/thumb-forward.png') no-repeat center center;
	right: 0;
}
#thumb-back:hover, #thumb-forward:hover
{
	background-color: rgba(256,256,256, 0.1);
	cursor: pointer;
}
#thumb-back:hover
{
	border-right: 1px solid rgba(256,256,256, 0.2);
}
#thumb-forward:hover
{
	border-left: 1px solid rgba(256,256,256, 0.2);
}
ul#thumb-list
{
	display: inline-block;
	left: 0px;
	list-style: none;
	padding: 0 0px;
	position: relative;
}
ul#thumb-list li
{
	
	display: inline;
	float: left;
	list-style: none;
	margin: 0;
	margin-right: 5px;
	margin-top: 15px;
	overflow: hidden;
	width: 45px;
	height: 45px;
	border: 5px solid rgba(255,255,255,1);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.95);
	-moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.95);
	box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.95);
	z-index:999;
	opacity:0.6;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
}
	
ul#thumb-list li img
{
	height: auto;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
	width: 45px;
	height: 45px;

}
ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img
{
	filter: alpha(opacity=100);
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
}
ul#thumb-list li.current-thumb
{
	border: 5px solid rgba(255,255,255,1);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
	opacity:1;
}
ul#thumb-list li:hover
{
	cursor: pointer;
	margin-top:12px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
	opacity:0.8;
}

#tray-panelnext {
	background: url('../../images/supersized/panel_next.png') no-repeat center center;
	width:24px;
	height:24px;
	text-indent:-999999px;
	display:block;
	cursor:pointer;
	position:absolute;
	right:238px;
	bottom:6px;
}
#tray-panelprev {
	background: url('../../images/supersized/panel_prev.png') no-repeat center center;
	width: 24px;
	height: 24px;
	text-indent:-999999px;
	display:block;
	cursor:pointer;
	position:absolute;
	right: 265px;
	bottom:6px;
}

#tray-panelnext, #tray-panelprev { opacity:0.6; }
#tray-panelnext:hover, #tray-panelprev:hover { opacity:1; }