@charset "utf-8";
/* CSS Document */

ul li {
list-style: none;
padding: 0;
margin: 0;
}

.s3sliderImage span strong {
font-family: Arial, Helvetica, sans-serif;
color: #ed1c24;
font-size: 26px;
font-weight: lighter;
display: block;
padding: 15px 0 30px 0;
}

.s3sliderImage span {
background: url(../images/slider/slide-grb.png) repeat;
color: #fff;
text-align: left;
}

#s3slider {
width: 958px; /* important to be same as image width */
height: 300px; /* important to be same as image height */
position: relative; /* important */
overflow: hidden; /* important */
padding: 0 0 0 1px;
}

#s3sliderContent {
width: 960px; /* important to be same as image width or wider */
position: absolute; /* important */
top: 0; /* important */
margin-left: 0; /* important */
}

.s3sliderImage {
float: left; /* important */
position: relative; /* important */
display: none; /* important */
}

.s3sliderImage span {
position: absolute; /* important */
left: 0;

width: 930px;
display: none; /* important */
bottom: 0;
}

.s3sliderImage span br {
display: block;
margin: 6px 0;
}

.s3sliderImage span.left {
padding: 15px;
width: 300px;
height: 300px;
top: 0;
}

.s3sliderImage span.left strong {
margin-bottom: 12px;
}

.s3sliderImage span.right {
padding: 15px;
width: 300px;
height: 300px;
top: 0;
left: 630px;
}

.s3sliderImage span.right strong {
margin-bottom: 12px;
}

#innerNewsBox {
padding: 0 15px;
background: none;
color: #fff;
}

#news {
float: left;
width: 750px;
height: 45px;
margin-top: 5px;
font-size: 13px;
background: none;
}

.switcher {
padding-top: 12px;
}

.switcher li {
float: right;
margin-left: 5px;
}

.newsNav li a .date {
font-size: 11px;
background: none;
}

.testimonial {
margin: 0;
padding: 0;
}

.testimonial p {
margin: 0;
margin-top: 12px;
font-style: italic;
}

.switcher #prev a {
display: block;
height: 35px;
width: 35px;
background: url(../images/button-prev.png) no-repeat;
}

.switcher #next a {
display: block;
height: 35px;
width: 35px;
background: url(../images/button-next.png) no-repeat;
}
