#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: -18px; right: -5px; }

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

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

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
	
	
	
/*
 *
 * lightbox css code 
 *
 */
 
 
    #scrollbar_container {  
    	position: absolute;
		color: black;
		top: 43px;
		left: 10px;
		width: 400px;
		height: 450px;
		padding-top: 10px;
		font-weight: normal;
		font-size: 14px;
		padding-right: 10px;
		padding-bottom: 20px;
		overflow: auto;
		word-spacing: 1.1px;
		line-height: 1.15em;
    } 
     
    #scrollbar_track 
    {  
    	position:absolute;  
        top:0;  
        right:10px;  
     	height:100%;  
     	width:30px;  
    	background-color:transparent;  
    	cursor:move;  
    } 
    
   #scrollbar_handle {  
       /*width:30px;*/  
       /*height:91px;*/
       /*background-image:url(../images/scroll_bar.png); */
       /*background-image:url(../images/scroll_bar_03.png);*/
       /*background-repeat:no-repeat;*/
       width:10px;  
       background-color:#3b2115; 
       
       cursor:move;  
       -moz-border-radius: 5px;  
       -webkit-border-radius: 5px;  
       opacity:0.9;  
       -moz-opacity:0.9;  
   } 
    
   #scrollbar_content {  
       overflow:hidden;  
       width:360px;  
       height:450px;  
       line-height: 1.2em;
   }  
 
