	@font-face {
		font-family: "Book Antiqua";
		src: url(https://www.rashminsanghvi.in/newweb/font/Book Antiqua.ttf); /* IE */  
		src: local("Book Antiqua"), url(https://www.rashminsanghvi.in/newweb/font/Book Antiqua.ttf) format("truetype"); /* non-IE */ 	}
	#dhtmlgoodies_slideshow{
	width:600px;	/* Total width of slideshow */
	margin-right: auto;
	margin-left: auto;

	}
	
	#previewPane{
		text-align:center;
		vertical-align:middle;
		padding-top: 20px;
		position:relative;
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	margin-top: 10px;	
	font-family: "Book Antiqua", Georgia, Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #000f21;
	letter-spacing: 0.5px;
	text-align: center;
	}
	#galleryContainer{
		width: 600px;
		height:62px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 64px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/62px;	/* Other browsers */
		height: /**/62px;
				
	}
	#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
	cursor: pointer;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;	
		cursor: pointer;	
	}
	#theImages{
	position:absolute;
	height:62px;
	left: 20px;
	*left: 0px; /* IE 7 and below */
	right: 0px;
	width:1370px;
	}
	#theImages #slideEnd {
	float: left;
	}
	#theImages img{
		float:left;
		padding-right: 5px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor: pointer;
		border: 0px;
		height: 60px;
		margin: 0px;
	}
	#waitMessage{
	display:none;
	position:absolute;
	left: 0px;
	padding-top: 20px;
	background-color: #ffffff;
	height: 384px;
	width: 600px;
	background-image: url(..images/philosophy-&-charity/preloader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}	
	#theImages .imageCaption{
		display:none;
	}