﻿/************************************************
JCAROUSEL LITE
************************************************/
#advertiseTestimonials {
     height:130px;
     width:932px;
     margin:0;
     height:330px;
     padding:0 5px;
     border-right:solid 1px #769ad3;
     border-left:solid 1px #769ad3;
}

.testimonialSlider {
     float:left;
     left: -5000px;
     margin:15px;
     position:relative;
     visibility:hidden;
     height:330px;
     position:static;
}

.testimonialSlider ul {
     height:320px;
}

.testimonialSlider ul li {
     padding:0 5px;
     overflow:auto;
     height:330px;
     width:270px;
     font-size:1.2em;
}

.testimonialSlider ul li img {
     cursor:pointer;
     height:75px;
     padding-top:3px;
     width:150px;
     margin:0 0 0 50px;
}


.prev {
     cursor:pointer;
     float:left;
     padding-top:130px;
}

.next {
     cursor:pointer;
     float:right;
     padding-top:130px;
}


/************************************************
CAPTIFY CAPTION
************************************************/
.caption-top, .caption-bottom {
     background: #000000;
     color: #ffffff;
     cursor:default;
     padding:2px;
     font-size:11px;
     text-align:center;
     height:200px;
}

.caption-top {
     border-width:0px;
}

.caption-bottom {
     border-width:0px;
}

.caption a, .caption a {
     background:#000;
     border:none;
     text-decoration:none;
     padding:2px;
}

.caption a:hover, .caption a:hover {
     background:#202020;
}

