/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

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

    #web-within-web .demo em {
        color: #FF3300;
        font-weight: bold;
        font-size: 60%;        
        font-style: normal;
    }
	#web-within-web .carousel { width:610px }
    #web-within-web .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
    }              
    #web-within-web .carousel a.prev {
        display: block;
        float: left;
        width: 30px;
        height: 75px;
        text-decoration: none;
        background: url("http://www.gmarwaha.com/image/imageNavLeft.gif") left 26px no-repeat;
    }
        #web-within-web .carousel a.next {
        display: block;
        float: left;
        width: 30px;
        height: 75px;
        text-decoration: none;
        background: url("http://www.gmarwaha.com/image/imageNavRight.gif") right 26px no-repeat;
        }
            #web-within-web .carousel a.next:hover {
                background-image: url("http://www.gmarwaha.com/image/imageNavRightHover.gif");
            }
            #web-within-web .carousel a.prev:hover {
                background-image: url("http://www.gmarwaha.com/image/imageNavLeftHover.gif");
            }    
            #web-within-web .carousel a:hover, #web-within-web .carousel a:active {
                border: none;
                outline: none;
            }                 
    #web-within-web .carousel {
		padding : 0px;
        float: left;
	}
    #web-within-web  .jCarouselLite {
        float: left;        
		width:100%;
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5500px;
    }

	#web-within-web .jCarouselLite ul {
            margin: 0;			
    }
        #web-within-web .jCarouselLite li img, 
        #web-within-web .jCarouselLite li p {
			padding: 2px 2px;
            margin: 0px 8px;
			*margin: 0px 6px;
			_margin: 0px 7px; //IE6
        }
        
        #web-within-web .jCarouselLite li img.selected, 
        #web-within-web .jCarouselLite li p.selected {
            background-color: #996600;
		}
        
        #web-within-web .jCarouselLite img {
            cursor: pointer;
        }
            #web-within-web .mid {
				border: #f00 1px solid
            }
            #web-within-web .mid img{
				display: block;
				margin-left:auto;
				margin-right:auto;
            }
            
a#www-right-button, a#www-left-button {
	cursor : pointer;
}			
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/

