/*_____________________________________________ Start - Global Styles _____________________________________________*/

* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #ffffff;
    color: #000;
    font: 80%/185% verdana, sans-serif;
    letter-spacing: 1px;
}
       
    pre {
        background-color: #000;
        color: #fff;
        font-size: 105%;    
        margin: 5px 0 5px 10px;
        padding: 10px 10px 10px 20px;    
    }  

/*_____________________________________________ End - Global Styles _____________________________________________*/    


        
        
/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

#jCarouselLiteDemo .carousel  {
    padding: 1px 0 0 0;
    margin: 0 0 2px 2px;
    position: relative;     
}

    #jCarouselLiteDemo .main {
        margin-left: 1px;
		background-color:#fafafa;
    }
    #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;
    }              
    #jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
        display: block;
        float: left;
        width: 26px;
        height: 143px;
        text-decoration: none;
        background: url("../image/btn-hscroll-back.jpg") left 1px no-repeat;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url("../image/btn-hscroll-fwd.jpg") right 1px no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url("../image/btn-hscroll-fwd_hover.jpg");
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url("../image/btn-hscroll-back_hover.jpg");
            }    
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 
    #jCarouselLiteDemo .carousel .jCarouselLite {
        border: 0px solid #959595;
		float: left;
        background-color: #fafafa;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        #jCarouselLiteDemo .carousel ul {
            margin: 0;
        }
        #jCarouselLiteDemo .carousel li img, 
        #jCarouselLiteDemo .carousel li p {
            background-color: #fff;
            width: 143px;
            height: 118px;
            margin: 10px;
        }
        
        #jCarouselLiteDemo .widget img {
            cursor: pointer;
        }
            #jCarouselLiteDemo .mid {
                margin-left: 80px;
                width: 400px;
                height: 300px;
            }
            #jCarouselLiteDemo .vertical {
                margin-left: 143px;
            }
                #jCarouselLiteDemo .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 143px;
                }
            #jCarouselLiteDemo .imageSlider li img, 
            #jCarouselLiteDemo .imageSlider li p, 
            #jCarouselLiteDemo .imageSliderExt li img , 
            #jCarouselLiteDemo .imageSliderExt li p {
                width: 400px;
                height: 300px;
            }
            
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/

 
 
/*_____________________________________________ TABS PLUGIN _____________________________________________*/
.tabs-hide {
    display: none;
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0; /* gmarwaha */
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav .tabs-selected a {     /*gmarwaha*/
    color: #000;
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
}
