/*_____________________________________________ Start - Global Styles _____________________________________________*/


#jCarouselLiteDemo .carousel  {
    padding: 0px 0 0 0;
      position: relative;     
}
    #jCarouselLiteDemo .digg {
        position: absolute;
     
    }
    #jCarouselLiteDemo .main {
       
    }

  
    #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;
       
        width: 18px;
     height:72px;
        text-decoration: none;
        background: url(../images/previous_arrow.jpg) left 50px no-repeat;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url(../images/next_arrow.jpg) right 50px no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url(../images/next_arrow.jpg);
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url(../images/previous_arrow.jpg);
            }    
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 
    #jCarouselLiteDemo .carousel .jCarouselLite {
      margin: 0 0 0 4px;
        float: left;
      
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        #jCarouselLiteDemo .carousel ul {
            margin: 0;
			margin:0px;
			
        }
		
		
	 #jCarouselLiteDemo .carousel ul li{
             margin: 8px;
   			 width: 167px;
			 height:175px !important;
			 float:left;
        }	
		
		
		
        #jCarouselLiteDemo .carousel li img{
		width:163px;
	height:87px;
	padding:2px;
	background:url(../images/imgbg.jpg) repeat-x;	
			
			
			
		}
#jCarouselLiteDemo .carousel li p {
		    color: #BCBBBB;
    font-weight: bold;
    margin: 8px 0;
    text-align: left;
        }
#jCarouselLiteDemo .carousel li p a{
	text-decoration:none;
	color: #BCBBBB;
}
		
        
        #jCarouselLiteDemo .widget img {
            cursor: pointer;
        }
       /*     #jCarouselLiteDemo .mid {
                margin-left: 80px;
                width: 400px;
                height: 300px;
            }
            #jCarouselLiteDemo .vertical {
                margin-left: 170px;
            }
                #jCarouselLiteDemo .vertical .jCarouselLite {   
                    width: 170px;
                }
            #jCarouselLiteDemo .imageSlider li img, 
            #jCarouselLiteDemo .imageSlider li p, 
            #jCarouselLiteDemo .imageSliderExt li img , 
            #jCarouselLiteDemo .imageSliderExt li p {
                width: 400px;
                height: 300px;
            }*/
            
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/

