	.sliderwrapper{
		position: relative; /*leave as is*/
		overflow: hidden; /*leave as is*/
		border: none;
		width: 160px; /*width of featured content slider*/
		height: 240px;
		filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
		/*
		text-align: center;
		opacity: 1;
		*/
	}

	.sliderwrapper .contentdiv{
		visibility: hidden; /*leave as is*/
		position: absolute; /*leave as is*/
		left: 0;  /*leave as is*/
		top: 0;  /*leave as is*/
		padding: 0px;
		background: white;
		width: 160px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
		height: 240px;
		/*filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;*/
	}
	
	.pagination{
		/*width: 160px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
		vertical-align: middle;
		text-align: center;
		background-color:#B4B4B4 ;
		padding: 2px; overflow:hidden;
		
	}
	
	.pagination a{
		padding: 0px;
		text-decoration: none; 
		/*
		color: none;
		background: none;
		*/
	}
	
	.pagination a:hover, .pagination a.selected{
		/*color: none;
		background-color: none;*/
		cursor:pointer;
	}



	#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; width:100%; direction:<?php echo $PageDIR?>; }

	#keyboardMsg{ float: right; }

	#closeButton{ top: 5px; 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;
		background-image: url(blank.gif);
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
		}
