/* CSS Document */
#jCarouselLiteDemo .carousel  {
	background-color:#ffcc33;
}
    #jCarouselLiteDemo .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
		background-color:#ffcc33;
    }              
    #jCarouselLiteDemo .carousel .prev, #jCarouselLiteDemo .carousel .next {
        display: block;
        float: left;
        width: 29px;
        height: 120px;
        text-decoration: none;
		border:none;
		text-align:center;
		background-color:#ffcc33;
    }
        #jCarouselLiteDemo .carousel .next {
            background: url("../images/game-next.png");
			background-repeat:no-repeat;
			background-color:#ffcc33;
        }
		
		 #jCarouselLiteDemo .carousel .next:hover {
            background: url("../images/game-next2.png");
			background-repeat:no-repeat;
			background-color:#ffcc33;
        }
            #jCarouselLiteDemo .carousel .prev {
				background-color:#ffcc33;
                background-image: url("../images/game-prev.png");
				background-repeat:no-repeat;
				background-color:#ffcc33;
            }  
			
			#jCarouselLiteDemo .carousel .prev:hover {
                background-image: url("../images/game-prev2.png");
				background-repeat:no-repeat;
				background-color:#ffcc33;
            }  
			  
    #jCarouselLiteDemo .carousel .jCarouselLite {
        float: left;
     	
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
		background-color:#ffcc33;
    }
        #jCarouselLiteDemo .carousel ul {
            margin: 0;
			background-color:#ffcc33;
        }
        #jCarouselLiteDemo .carousel li img, 
        #jCarouselLiteDemo .carousel li span {
            width: 140px;
            height: 88px;
            margin: 2px;
			margin-top:0px;
			margin-bottom:0px;
        }
		
		#jCarouselLiteDemo .carousel li img:hover{
			border:4px #CC0000 solid;
			padding:0px
		}
        
        #jCarouselLiteDemo .widget img {
            cursor: pointer;
        }
            #jCarouselLiteDemo .mid {
                margin-left: 40px;
                width: 400px;
            }
            #jCarouselLiteDemo .vertical {
                margin-left: 140px;
            }
                #jCarouselLiteDemo .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 140px;
					background-color:#ffcc33;
                }
            #jCarouselLiteDemo .imageSlider li img, 
            #jCarouselLiteDemo .imageSlider li p, 
            #jCarouselLiteDemo .imageSliderExt li img , 
            #jCarouselLiteDemo .imageSliderExt li p {
                width: 400px;
            }



