#stvSliderBox
{
width: 800px;
height: 500px;
}


#stvSliderBox #captionBoxShadow
{
opacity:0.8; filter: alpha(opacity=80); background-color: #000000;
}

#stvSliderBox #captionBoxInner
{
padding: 15px;
color: #ffffff;
}

.startstopButton
{
font-weight: bold;
line-height: 20px;
min-height: 20px;
color: #ffffff;
text-decoration: none;
padding: 5px;
width: 150px;
background-color: #000000;
opacity:0.5;
filter: alpha(opacity=50);
}

.startstopButton:HOVER
{
opacity:0.9;
filter: alpha(opacity=90);
}

.prevnextButtonNormal
{
font-weight: bold;
line-height: 30px;
min-height: 40px;
color: #ffffff;
}


#captionBoxInner A
{
color: #ffffff;
}

.prevnextShadowNormal
{
opacity:0.3;
filter: alpha(opacity=30);
background-color: #000000;
}

.prevnextButtonActive
{
font-weight: bold;
line-height: 30px;
min-height: 40px;
color: #ffffff;
box-sizing: border-box
}
.prevnextShadowActive
{
opacity:0.5; filter: alpha(opacity=50);
}