/* =Carousel
--------------------------------------------------------------------------------------- */
#navBar p {
    color: #fff;
    font-weight: bold;
    padding-left: 12px;
}
#navBar #prevNext {
    float: right;
    padding-top: 6px;
    padding-right: 6px;
}
#navBar a.prev {
    background: url('/images/prev.jpg') 0 0 no-repeat;
    display: block;
    float: left;
    width: 50px; 
    height: 26px;
    text-decoration: none;
    text-indent: -9999px;
    padding-right: 6px;
}
#navBar a.next {
    background: url('/images/next.jpg') 0 0 no-repeat;
    display: block;
    float: left;
    width: 50px; 
    height: 26px;
    text-decoration: none;
    text-indent: -9999px;
}
#navBar a.next:hover, #navBar a.prev:hover { 
    background-position: 0 -26px;
}
.carousel {
    float:left;
    left: -5000px; 
    position: relative; 
    visibility: hidden;
    margin-bottom: 10px;
}
.carousel ul {
    width: 960px;
    height: 74px;
}
.carousel ul li {
    width: 320px;
    height: 74px;
    font-size: 85%;
}
.carousel ul li a {
    background-position: 0 0;
    display: block;
    width: 320px;
    height: 74px;
    text-decoration: none;
}    
.carousel ul li a:hover {
    background-position: 0 -74px !important; 
}
.carousel ul li a.active {
    background-position: 0 -148px !important; 
}
/* Image Gallery */
.galleryContainer {
    position: relative;
    width: 290px !important;
    margin-bottom: 30px;
}
.carouselGallery {
    background: #fff;
    height: 104px !important;
    left: -5000px; 
    position: relative; 
    padding: 20px 0 20px 0;
    overflow: auto;
}
.carouselGallery .gallery li {
    width: 104px;
}
.carouselGallery .gallery li {
    width: 125px;
    height: 104px;
    padding-left: 20px;
}
.carouselGallery .gallery li img {
    display: block;
    cursor: pointer;
}
.galleryContainer a.prevBtn, .galleryContainer a.nextBtn {
    position: absolute;
    width: 31px;
    height: 25px;
    z-index: 10;
    display: block;
}
.galleryContainer a.prevBtn {
    background: url('/images/prev.png') 0 0 no-repeat;
    display: block;
    width: 31px; 
    height: 25px;
    top: 63px;
    left: -16px;
    text-indent: -9999px;
}
.galleryContainer a.nextBtn {
    background: url('/images/next.png') 0 0 no-repeat;
    width: 31px; 
    height: 25px;
    top: 63px;
    right: -16px;
    text-indent: -9999px;
}
.galleryContainer a.nextBtn:hover, .galleryContainer a.prevBtn:hover {
    background-position: 0 -25px;
}
/* Case Studies, Customers */
#caseStudiesContainer, #customersContainer, #technologyPartnersContainer {
    background: #fff;
    width: 270px !important;
    height: 150px;
    position: relative; 
    padding: 15px 0 0 20px;
    margin-bottom: 29px;
}
.caseStudiesContainer {
    height: 170px !important;
}
#caseStudies, #customers, #technologyPartners {
    left: -5000px; 
    position: relative; 
    visibility: hidden;
}
#caseStudies ul, #customers ul, #technologyPartners ul {
    width: 250px;
    height: 102px;
}
#caseStudies ul li, #customers ul li, #technologyPartners ul li {
    width: 250px;
    height: 102px;
}
#caseStudies ul li {
    height:150px;
}
#caseStudies ul li p {
    display: block;
    text-align:center;
    clear:both;
}
#caseStudiesContainer a.prevBt, #customersContainer a.prevBtt, #technologyPartnersContainer a.prevBtnn {
    background: url('/images/prev.png') 0 0 no-repeat;
    display: block;
    width: 31px; 
    height: 25px;
    position: absolute;
    top: 74px;
    left: -16px;
    text-indent: -9999px;
}
#caseStudiesContainer a.nextBt, #customersContainer a.nextBtt, #technologyPartnersContainer a.nextBtnn {
    background: url('/images/next.png') 0 0 no-repeat;
    display: block;
    width: 31px; 
    height: 25px;
    position: absolute;
    top: 74px;
    right: -16px;
    text-indent: -9999px;
}
#caseStudiesContainer a.prevBt:hover, #caseStudiesContainer a.nextBt:hover, #customersContainer a.prevBtt:hover, #customersContainer a.nextBtt:hover, #technologyPartnersContainer a.prevBtnn:hover, #technologyPartnersContainer a.nextBtnn:hover {
    background-position: 0 -25px;
}
#caseStudies .viewAll, #technologyPartners .viewAll {
    display: block;
    float: right;
    color: #797979;
    text-decoration: none;
    margin-top: -2px;
    padding-right: 0;
}
#caseStudies .viewAll:hover, #technologyPartners .viewAll:hover {
    color: #1ca2da;
}