@charset "utf-8";
/* CSS Document */

/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

.carousel  {
	padding: 0px 0 0 0;
	margin: 0 0px 0px 00px;
	position: relative;
	width:840px;
}
    .digg {
        position: absolute;
        left: 610px;
        top: 110px;
    }
    .main {
	margin-left: 40px;
    }

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