
  div#carousel-container {
	background:url(../images/applications.gif) no-repeat;
	width:662px;
	height:178px;
	padding-top:30px;
	position:relative;
}
   


#jCarousel .carousel  {
   
    position: relative;     
}
  
    #jCarousel .main {
        margin-left: 40px;
    }

    #jCarousel .demo em {
        color: #FF3300;
        font-weight: bold;
        font-size: 60%;        
        font-style: normal;
    }
    #jCarousel .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
    }              
    #jCarousel .carousel a.prev, #jCarousel .carousel a.next {
        display: block;
        float: left;
        width: 40px;
        height: 143px;
        text-decoration: none;
        background: url("../images/left-arrow.gif") left 35px no-repeat;
    }
        #jCarousel .carousel a.next {
            background: url("../images/right-arrow.gif") right 35px no-repeat;
        }
            #jCarousel .carousel a.next:hover {
                background-image: url("../images/right-arrow.gif");
            }
            #jCarousel .carousel a.prev:hover {
                background-image: url("../images/left-arrow.gif")
            }    
            #jCarousel .carousel a:hover, #jCarousel .carousel a:active {
                border: none;
                outline: none;
            }  
		           
    #jCarousel .carousel .jCarouselLite {

        float: left;
      
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        #jCarousel .carousel ul {
            margin: 0;
        }
		 #jCarousel .carousel li {
            position:relative;
        }
        #jCarousel .carousel li img {
          
            width: 118px;
            height: 118px;
            margin: 0 5px;
			margin-top:10px;
			border:none;
			padding-bottom:30px;
        }
		#jCarousel .carousel li p {
			z-index:100;
			color:#000;
			font-size:11px;
			position:absolute;
			left:5px;
			text-align:center;
			top:122px;
			width:118px;
			margin:0;
			padding:0;
			margin:10px 0;
		}
        
        #jCarousel .widget img {
            cursor: pointer;
        }
            #jCarousel .mid {
                margin-left: 80px;
                width: 400px;
                height: 300px;
            }
            #jCarousel .vertical {
                margin-left: 170px;
            }
                #jCarousel .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 170px;
                }
            #jCarousel .imageSlider li img, 
            #jCarousel .imageSlider li p, 
            #jCarousel .imageSliderExt li img , 
            #jCarousel .imageSliderExt li p {
                width: 400px;
                height: 300px;
            }
            
