.ModDNNjQueryCycleSliderC
{
    width:887px;
}

.ModDNNjQueryCycleSliderC table
{
  border-spacing:0;
  border-collapse:collapse;
  table-layout:fixed;
}

.ModDNNjQueryCycleSliderC .slider-container
{
    overflow:hidden;
}

.ModDNNjQueryCycleSliderC a.ss_next, 
.ModDNNjQueryCycleSliderC a.ss_prev{
    outline: none;
    display: none;
    top: 0;
    position: absolute;
    text-indent: -2000px;
    z-index: 200;
    cursor: pointer;
    width: 55px;
    height: 260px;
    margin: 0px 0px 0px 0px !important;
}
.ModDNNjQueryCycleSliderC a.ss_next{
    background: transparent url(PRT_right.png) no-repeat;
    right:0px;
}
.ModDNNjQueryCycleSliderC a.ss_prev{
    background: transparent url(PRT_left.png) no-repeat;
    left:0px;
}
.ModDNNjQueryCycleSliderC a.ss_next,
.ModDNNjQueryCycleSliderC a.ss_prev {display:block}

.ModDNNjQueryCycleSliderC .slider-container:hover a.ss_next, 
.ModDNNjQueryCycleSliderC .slider-container:hover a.ss_prev {display:block}

.ModDNNjQueryCycleSliderC .cycle > div {position:relative;}

a.activeSlide{
    background-position: -11px;
}

.ws-title{
	position:absolute;
	display:block;
	top: 55px;
	left: 100px;
	width:30%;
	padding:15px;
	background-color: rgba(0,0,0,0.66);
	z-index: 50;
}

.ws-title span,
.ws-title p
{
    color:white;
}

.ws-title h1,
.ws-title h2,
.ws-title h3
{
    color:White;
    font-size:130%;
    margin:0;
}

.ws-title a{
    display:inline-block;  
    font-size: 120%;
    padding:5px 15px;
    background-color: rgba(157,45,57,0.66);
    color:White !important;
}