/*_____________________________________________ Start - APNMECarousel _____________________________________________*/

#APNMECarousel .carousel  {
    padding: 10px 0 0 0;
    margin: 0 0 20px 10px;
    position: relative;     
}
    #APNMECarousel .digg {
        position: absolute;
        left: 610px;
        top: 110px;
    }
    #APNMECarousel .main {
        margin-left: 20px;
    }

    #APNMECarousel .demo em {
        color: #FF3300;
        font-weight: bold;
        font-size: 60%;
        font-style: normal;
    }
    #APNMECarousel .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
    }              
    #APNMECarousel .carousel a.prev, #APNMECarousel .carousel a.next {
        display: block;
        float: left;
        width: 30px;
        height: 143px;
        text-decoration: none;
        background: url("imageNavLeft.gif") left 60px no-repeat;
    }
        #APNMECarousel .carousel a.next {
            background: url("imageNavRight.gif") right 60px no-repeat;
        }
            #APNMECarousel .carousel a.next:hover {
                background-image: url("imageNavRightHover.gif");
            }
            #APNMECarousel .carousel a.prev:hover {
                background-image: url("imageNavLeftHover.gif");
            }    
            #APNMECarousel .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 
    #APNMECarousel .carousel .jCarouselLite {
        border: 0px solid black;
        float: left;
        background-color: #ffffff;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        #APNMECarousel .carousel ul {
            margin: 0;
        }
        #APNMECarousel .carousel li img, 
        #APNMECarousel .carousel li p {
            background-color: #fff;
            width: 150px;
            height: 100px;
            margin: 10px;
        }
        
        #APNMECarousel .widget img {
            cursor: pointer;
        }
            #APNMECarousel .mid {
                margin-left: 80px;
                width: 400px;
                height: 300px;
            }
            #APNMECarousel .vertical {
                margin-left: 170px;
            }
                #APNMECarousel .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 170px;
                }
            #APNMECarousel .imageSlider li img, 
            #APNMECarousel .imageSlider li p, 
            #APNMECarousel .imageSliderExt li img , 
            #APNMECarousel .imageSliderExt li p {
                width: 400px;
                height: 300px;
            }
            
/*_____________________________________________ End - APNMECarouselo _____________________________________________*/
