
/*_____________________________________________ Start - videoThumbs _____________________________________________*/

#videoThumbs .carousel  {
    padding: 10px 0 0 0;
    margin: 0 0 20px 10px;
    position: relative;     
}
    #videoThumbs .digg {
        position: absolute;
        left: 610px;
        top: 95px;
    }
    #videoThumbs .main {
        margin-left: 160px;
		padding-left: 100px;
    }

    #videoThumbs .demo em {
        font-weight: bold;
        font-size: 60%;        
        font-style: normal;
    }
    #videoThumbs .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
    }              
    #videoThumbs .carousel a.prev, #videoThumbs .carousel a.next {
        display: block;
        float: left;
        width: 30px;
        height: 143px;
        text-decoration: none;
        background: url("/images/interface/videoNavLeft.gif") left 60px no-repeat;
    }

	        #videoThumbs .carousel a {
                background-image: url("/images/interface/videoNavRightHover.gif");
	        }

	        #videoThumbs .carousel a.next {
	            background: url("/images/interface/videoNavRight.gif") right 60px no-repeat;
	        }

            #videoThumbs .carousel a.next:hover {
                background-image: url("/images/interface/videoNavRightHover.gif");
            }
            #videoThumbs .carousel a.prev:hover {
                background-image: url("/images/interface/videoNavLeftHover.gif");
            }    
            #videoThumbs .carousel a:hover, #videoThumbs .carousel a:active {
                border: none;
                outline: none;
            }   
              
	    #videoThumbs .carousel .jCarouselLite {
	        float: left;
	        
	        /* Needed for rendering without flicker */
	        position: relative;
	        visibility: hidden;
	        left: -5000px;
	    }
 
        #videoThumbs .carousel ul {
            margin: 0;
        }

        #videoThumbs .carousel li {
            width: 120px;
            height: 250px;
        }
  
        #videoThumbs .carousel li p {
			float: left;
			margin: 5px;
        }

        #videoThumbs .carousel li img {
            background-color: #ffffff;
            width: 100px;
            height: 75px;
            margin: 0px 0px 0px 0px;
        }
        
        #videoThumbs .widget img {
            cursor: pointer;
        }
            #videoThumbs .mid {
                margin-left: 80px;
                width: 400px;
                height: 300px;
            }
            #videoThumbs .vertical {
                margin-left: 170px;
            }
                #videoThumbs .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 170px;
                }
            #videoThumbs .imageSlider li img, 
            #videoThumbs .imageSlider li p, 
            #videoThumbs .imageSliderExt li img , 
            #videoThumbs .imageSliderExt li p {
                width: 400px;
                height: 300px;
            }
