#lightbox {
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}

#lightboxDetails {
    font-size: 0.8em;
    padding-top: 0.4em;
} 
   
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../img/overlay.png); }

* html #overlay{
    background-color: #333;
    back\ground-color: transparent;
    background-image: url(../img/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/overlay.png", sizingMethod="scale");
}
.highslide {
    cursor: url(/img/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
    border: 0px solid gray;
}
.highslide:hover img {
    border: 0px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
    color: white;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: black;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
      
/*_____________________________________________ Start - Projects - jCarouselLite _____________________________________________*/

#jCarouselLite .carousel  {
	padding: 5px;
	margin: 0 auto 20px auto;
	position: relative;
	float: left;
	background-color:#7da569;
	border:#006600 solid 2px;
	text-align:center;
}

    #jCarouselLite .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
    }              
    #jCarouselLite  a.prev, #jCarouselLite a.next {
        display: block;
        float: left;
        width: 30px;
        height: 143px;
        text-decoration: none;
        background: url("../images/imageNavLeft.gif") left 60px no-repeat;
    }
        #jCarouselLite a.next {
            background: url("../images/imageNavRight.gif") right 60px no-repeat;
        }
            #jCarouselLite a.next:hover {
                background-image: url("../images/imageNavRightHover.gif");
            }
            #jCarouselLite  a.prev:hover {
                background-image: url("../images/imageNavLeftHover.gif");
            }    
            #jCarouselLite a:hover, #jCarouselLite .carousel a:active {
                border: none;
                outline: none;
            }                 
    
        #jCarouselLite .carousel ul {
            margin: 0;
        }
        #jCarouselLite .carousel li img, 
        #jCarouselLite .carousel li p {
            background-color: #fff;
            width: 136px;
            height: 118px;
            margin: 5px;
			border:#FFFFFF solid 1px;
        }
        
   
            
/*_____________________________________________ End - Projects - jCarouselLite _____________________________________________*/