/* slideshow gallery */
.slideshowlite {	position: relative;	border: thin #E0DEDF solid;	overflow: hidden;}	
.slideshowlite a 
{
    		z-index: 1;
    		width: 100%;
    		height: 100%;		
    		text-align: center;	}	
    		.slideshowlite img 		
    		{
    		    border: none;	}
/* pagination control */
.NaviControls
{
    margin: 0 auto;	
    position:absolute;
    height: 30px;
    width: 540px;
    background:#eee;
    
}
.NaviControls ul,.slideshowlite ol 
{	
    left:50%;
    bottom:5px;
    list-style: none;	
    position: absolute;	
    margin: 0;	
    padding: 0;	
    
    }	
.NaviControls ul li,	.slideshowlite ol li 
{		float: left;		
 		margin: 0 3px;		
 		width: 22px;
 		list-style: none;	}	
.NaviControls ul li a.navicontrol 
{		position: relative;		
 		display: block;		
 		width: 100%;		
 		height: 18px;		
 		padding-top: 2px;		
 		text-decoration: none;		
 		background: url(../Images/bullets.png) no-repeat;		
 		text-indent:-9999px;}
.NaviControls ul li a.current 
{		font-weight: bold;		
 		background-position:0px -22px
 		}	
 .NaviControls ul li a:hover 		
 {
     color: #fff;		
     }
/* caption control */
.slideshowlite ol 
{	top: 5px;	
 	position: relative;	
 	overflow: hidden;	
 	width: 100%;	
 	font-size: 14px;	
 	color: #fff;	
 	background: #000;	
 	padding: 3px 10px;}
.slideshowlite ol li 
{		width: 100%;	} 
