/* CSS Document */

/*_____________________________________________ Start - Projects - jCarouselLiteWrapper _____________________________________________*/
.jCarouselLite ul {
	list-style-type:none;
}

.jCarouselLite ul li {
	list-style-type:none;
}

#jCarouselLiteWrapper .carousel  {
	width:1020px;
	height:113px;	
    padding: 0px 0 0 0;
/*    margin: 0 0 0px 0px;*/
	margin-bottom:20px;
    position: relative;     
}
    #jCarouselLiteWrapper .digg {
        position: absolute;
        left: 610px;
        top: 110px;
    }
    #jCarouselLiteWrapper .main {
        margin-left: 0px;
    }

    #jCarouselLiteWrapper .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
    }              
    #jCarouselLiteWrapper .carousel a.prev, #jCarouselLiteWrapper .carousel a.next {
        display: none;
        float: left;
        width: 30px;
        height: 143px;
        text-decoration: none;
        background: url("/image/imageNavLeft.gif") left 60px no-repeat;
    }
        #jCarouselLiteWrapper .carousel a.next {
            background: url("/image/imageNavRight.gif") right 60px no-repeat;
        }
            #jCarouselLiteWrapper .carousel a.next:hover {
                background-image: url("/image/imageNavRightHover.gif");
            }
            #jCarouselLiteWrapper .carousel a.prev:hover {
                background-image: url("/image/imageNavLeftHover.gif");
            }    
            #jCarouselLiteWrapper .carousel a:hover, #jCarouselLiteWrapper .carousel a:active {
                border: none;
                outline: none;
            }                 
    #jCarouselLiteWrapper .carousel .jCarouselLite {
        border: 0px solid black;
        float: left;
        background-color: #dfdfdf;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        #jCarouselLiteWrapper .carousel ul {
            margin: 0;
			list-style:none;
        }
        #jCarouselLiteWrapper .carousel li img, 
        #jCarouselLiteWrapper .carousel li p {
            background-color: #fff;
            width: 170px;
            height: 113px;
			list-style:none;
            /*margin: 10px;*/
        }
        
        #jCarouselLiteWrapper .widget img {
            cursor: pointer;
        }
            #jCarouselLiteWrapper .mid {
                margin-left: 80px;
                width: 400px;
                height: 300px;
            }
            #jCarouselLiteWrapper .vertical {
                margin-left: 170px;
            }
                #jCarouselLiteWrapper .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 170px;
                }
            #jCarouselLiteWrapper .imageSlider li img, 
            #jCarouselLiteWrapper .imageSlider li p, 
            #jCarouselLiteWrapper .imageSliderExt li img , 
            #jCarouselLiteWrapper .imageSliderExt li p {
                width: 400px;
                height: 300px;
            }
            
/*_____________________________________________ End - Projects - jCarouselLiteWrapper _____________________________________________*/
