
/********jquery.lightbox*******************/
#jquery-overlay {
	position		: absolute;
	top				: 0;
	left			: 0;
	z-index			: 90;
	width			: 100%;
	height			: 500px;
	
}
#jquery-lightbox {
	position		: absolute;
	top				: 0;
	left			: 0;
	width			: 100%;
	z-index			: 100;
	text-align		: center;
	line-height		: 0px;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position		: relative;
	background-color: #dedede;
	width			: 250px;
	height			: 250px;
	margin			: 0 auto;
}
#lightbox-image {
	margin			: -5px 0 0 -3px;
	border			: 2px solid #666666;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position		: absolute;
	top				: 40%;
	left			: 0%;
	height			: 25%;
	width			: 100%;
	text-align		: center;
	line-height		: 0px;
}
#lightbox-nav {
	position		: absolute;
	top				: 0;
	left			: 0;
	height			: 100%;
	width			: 100%;
	z-index			: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width			: 49%;
	height			: 100%;
	display			: block;
	visibility		: hidden;
}
#lightbox-nav-btnPrev { 
	left			: 0; 
	float			: left;
}
#lightbox-nav-btnNext { 
	right			: 0; 
	float			: right;
}
#lightbox-container-image-data-box {
	font			: 10px Verdana, Helvetica, sans-serif;
	background-color: #dedede;
	color			: #999;
	margin			: 0 auto;
	line-height		: 1.4em;
	overflow		: auto;
	width			: 100%;
	padding			: 0 10px;
}
#lightbox-container-image-data {
	padding			: 0 10px; 
	color			: #666; 
}
#lightbox-container-image-data span{
	padding			: 0 10px; 
	color			: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width			: 70%; 
	float			: left; 
	text-align		: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	visibility		: hidden;
	clear			: left; 
	padding-bottom	: 1.0em;
}
#lightbox-secNav-btnClose {
	width			: 66px; 
	float			: right;
	padding-bottom	: 0.3em;
}
/********end jquery.lightbox***************/



/********jCarousel*************************/
#jCarouselLite .carousel  {
	position		: relative;
    margin			: 0;
	padding			: 0;
	width			: 448px;
	height			: 84px;
}
	#jCarouselLite .carousel table {
		margin			: 0;
		width			: 448px;
		height			: 84px;
	}
		#jCarouselLite .carousel table td{padding: 0;}
		#jCarouselLite .carousel table td.btn{width	: 44px;}
		#jCarouselLite .carousel table td.body{padding : 0 0 0 5px;}
    #jCarouselLite .carousel button {float: left;}              
    #jCarouselLite .carousel a.prev, #jCarouselLite .carousel a.next {
        display			: block;
		margin			: 0;
        float			: left;
        width			: 44px;
        height			: 84px;
        text-decoration	: none;
        background		: url("../images/photo_nav.gif") 0px 0px no-repeat;
    }
        #jCarouselLite .carousel a.next {
        	position	: relative;
        	margin-left	: 5px;
            background	: url("../images/photo_nav.gif") -49px 0px no-repeat;
        }
            #jCarouselLite .carousel a.next:hover {background: url("../images/photo_nav.gif") -49px -85px no-repeat;}
            #jCarouselLite .carousel a.prev:hover {background: url("../images/photo_nav.gif") 0px -85px no-repeat;}    
            #jCarouselLite .carousel a:hover, #jCarouselLite .carousel a:active {
                border			: none;
                outline			: none;
            }                 
    #jCarouselLite .carousel .jCarouselLite {
    	margin			: 0;
		padding			: 0;
        float			: left;
        position		: relative;
        visibility		: hidden;
		width			: 360px;
		height			: 84px;
        left			: -5000px;
    }
        #jCarouselLite .carousel ul {
			width			: 360px;
			height			: 84px;
        }
		 #jCarouselLite .carousel ul li{
		 	margin			: 0px 6px 0 6px;
			float			: left;
			padding			: 0 0px 0 0px;
			width			: 103px;
            height			: 83px;
			line-height		:83px;
			background		: url(../images/photo_border.gif) 0px 0px no-repeat;
        }
        #jCarouselLite .carousel li img{
        	margin			: 4px 0 0 4px;
			padding			: 0;
            width			: 95px;
            height			: 76px;
        }
/********ens jCarousel*********************/
