#controls-wrapper
{
	bottom: 0px;
	height: 56px;
	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 {
	top: 35%;
	color: #fff;
	display: block;
	right: 65px;
	margin: 0;
	position: absolute;
	z-index: -1;
	background:#000;
}
.slideshow_captionwrap {
}
.slideshow_title {
	color: #fff;
	display: block;
	font-size: 42px;
	font-weight: 900;
	text-transform:uppercase;
	letter-spacing: 0;
	margin: 0;
	position: relative;
	margin: 22px 28px 0;
	padding-bottom:10px;
	line-height:40px;
}
.slideshow_caption {
	border-top:1px solid #222;
	color: #a1a0a0;
	display: inline-block;
	line-height: 15px;
	margin: 0;
	position: relative;
	margin: 0 28px 22px 28px;
	padding-top:10px;
	width:350px;
}
#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;
	background:#fff;
	position:fixed;
	height:56px;
	float:right;
	width:280px;
	bottom:0;
	right:88px;
	z-index:2;
}
#play-button
{
	float: right;
	opacity: 0.6;
	right: 310px;
	bottom:10px;
	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: 65px;
	opacity: 0.8;
	position: absolute;
	width: 66px;
}
#prevslide
{
	background-image: url(/wp-content/themes/digon/images/supersized/arrow_left.png);
	bottom: 0;
	right: 0;
}
#nextslide
{
	background-image: url(/wp-content/themes/digon/images/supersized/arrow_right.png);
	bottom: 47px;
	right: 0;
}
#prevslide:active, #nextslide:active
{
}
#prevslide:hover, #nextslide:hover
{
	cursor: pointer;
}
ul#slide-list
{
	bottom: 21px;
    float: left;
    padding: 0;
    position: absolute;
    right: 416px;
}
ul#slide-list li
{
	float: left;
	height: 12px;
	list-style: none;
	margin: 0 5px 0 0;
	width: 12px;
}
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('/wp-content/themes/digon/images/supersized/nav-dot.png') no-repeat 0 -24px;
	display: block;
	height: 12px;
	width: 12px;
}
ul#slide-list li a:hover
{
	background-position: 0 -12px;
	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
{
	background-color:#c51f1f;
-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('/wp-content/themes/digon/images/supersized/thumb-back.png') no-repeat center center;
	left: 0;
}
#thumb-forward
{
	background: url('/wp-content/themes/digon/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('/wp-content/themes/digon/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:14px;
}
#tray-panelprev {
	background: url('/wp-content/themes/digon/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:14px;
}

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

