#controls-wrapper {
    background: url("../imgs/bgCaption.png") no-repeat scroll 0 0 transparent;
    bottom: 100px;
    height: 130px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    z-index: 5;
}
#controls {
    height: 100%;
    overflow: hidden;
    text-align: left;
    z-index: 5;
}
#slidecounter {
    color: #999999;
    float: left;
    line-height: 42px;
    margin: 0 10px 0 15px;
}
#slidecaption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 130px;
    line-height: 1em;
    overflow: hidden;
    padding: 15px 70px 10px 20px;
    position: relative;
    text-align: right;
    width: 250px;
}
.arrowLink, .arrowLink:visited {
    background: url("../imgs/arrowLink.png") no-repeat scroll 0 0 transparent;
    bottom: 25px;
    display: block;
    height: 59px;
    position: absolute;
    right: 0;
    text-align: left;
    text-indent: -9000em;
    width: 59px;
}
.arrowLink:hover, .arrowLink:focus {
    background-position: 0 -70px;
}
#navigation {
    float: right;
    margin: 0 20px 0 0;
}
#play-button {
    background: url("../img/bg-hover.html") repeat-x scroll 0 44px transparent;
    border-right: 1px solid #333333;
    float: left;
    margin-top: 1px;
}
#play-button:hover {
    background-position: 0 1px;
    cursor: pointer;
}
#prevslide, #nextslide {
    height: 59px;
    margin-top: -40px;
    opacity: 1;
    position: absolute;
    top: 50%;
    width: 59px;
	z-index:5;
}
#prevslide {
    background: url("../imgs/slideLeft.png") repeat scroll 0 0 transparent;
    left: 0;
}
#nextslide {
    background: url("../imgs/slideRight.png") repeat scroll 0 0 transparent;
    right: 0;
}
#prevslide:active, #nextslide:active {
}
#prevslide:hover, #nextslide:hover {
    background-position: 0 -70px;
    cursor: pointer;
}
ul#slide-list {
    float: left;
    left: 50%;
    padding: 15px 0;
    position: absolute;
}
ul#slide-list li {
    float: left;
    height: 12px;
    list-style: none outside 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 0;
}
ul#slide-list li a {
    background: url("../img/nav-dot.html") no-repeat scroll 0 -24px transparent;
    display: block;
    height: 12px;
    width: 12px;
}
ul#slide-list li a:hover {
    background-position: 0 -12px;
    cursor: pointer;
}
#tray-button {
    background: url("../img/bg-hover.html") repeat-x scroll 0 44px transparent;
    border-left: 1px solid #333333;
    float: right;
    margin-top: 1px;
}
#tray-button:hover {
    background-position: 0 1px;
    cursor: pointer;
}
#progress-back {
    background: url("../img/progress-back.html") repeat-x scroll 0 0 transparent;
    bottom: 42px;
    height: 8px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 5;
}
#progress-bar {
    background: url("../img/progress-bar.html") repeat-x scroll 0 0 transparent;
    height: 8px;
    position: relative;
    width: 100%;
}
