
	.arrow-passive 
	{
		border:medium none;
		margin:0px;
		filter:gray;
		moz-opacity:.5;
		opacity:.5;
		cursor:pointer;
		padding:0;
		float:left;
		display:inline;
	}
	
	.arrow-active 
	{
		border:medium none;
		margin:0px ;
		/*opacity:0.5;*/
		padding:0;
		float:left;
		display:inline;
	}
	



	#DHTMLgoodies_arrows
	{	/* Width of divs for thumbnails */
		width:60px;
		height:auto;
		position:absolute;
		/*background-color:#3300CC;*/
		bottom:0px;
		right:10px;
		
	}
	
	#DHTMLgoodies_panel_one
	{		
		float:left;	
	}
	
	#DHTMLgoodies_thumbs
	{
		overflow:hidden;	/* Don't change this */
		height:221px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
		/*background-color:#996699;*/
		margin:0px;
		padding:0px;
		width:747px;
		border-top:1px solid #D7D7D7;
		background-image:url(/images/ashram-inner/important-bg.gif);
	}
	
	#DHTMLgoodies_thumbs_inner
	{
		position:absolute;	/* Never change this */
		width:1976px;
		height:223px;
		/*background-color:#FFFF66;*/
	}	
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:247px;
		height:223px;	/* Width of strip */
		position:relative;
		/*background-color:#FF6666;*/

	}
	
	
	
	
	.strip_of_thumbnails ind-links
	{
		width:240px;
		height:90px;
		padding:0px;
		text-align:left;
		/*background-color:#3333CC;*/

	}
	
/*	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
*/	
		
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:0px;	/* Width of large image div */
		height:0px;	/* Height of large image div */
		float:left;
		padding-left:0px;	/* "Air" */
		padding-right:0px;	
		display:none;
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:left;
	}
	
	
	
