	#dhtmlgoodies_slideshow{
		width:490px;	/* Total width of slideshow */


	}
	
	#dhtmlgoodies_slideshow_large{
		width:700px;	/* Total width of slideshow */


	}
	#previewPane_large{
		
		margin-bottom:5px;	
		text-align:center;
		vertical-align:middle;
		padding-top:0px;

		position:relative;
		
		/* CSS HACK */
		height: 852px;	/* IE 5.x */
		height/* */:/**/850px;	/* Other browsers */
		height: /**/850px;
				
	}
	
	
	#previewPane_medium{
		
		margin-bottom:5px;	
		text-align:center;
		vertical-align:middle;
		padding-top:0px;

		position:relative;
		
		/* CSS HACK */
		height: 452px;	/* IE 5.x */
		height/* */:/**/452px;	/* Other browsers */
		height: /**/452px;
				
	}
	
	#previewPane{
		
		margin-bottom:5px;	
		text-align:center;
		vertical-align:middle;
		padding-top:0px;

		position:relative;
		
		/* CSS HACK */
		height: 322px;	/* IE 5.x */
		height/* */:/**/320px;	/* Other browsers */
		height: /**/320px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:105px;	/* Height of the images + 2 */
		
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 105px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/103px;	/* Other browsers */
		height: /**/103px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:105px;
		left:25px;
		width:10000px;
		float:left;
		
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		margin-left:2px;
		cursor:pointer;
		
	}
	.preview_img_selected{
			
		border:2px solid #990000;
		
		
	}
	.preview_img_normal{
		border:2px solid #03649B;
			
	}
	
	
	
	#theImages a:hover
	{
		color:#990000;
	}
	

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:130px;
		
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	.virtual_tour_link 
	{
	text-decoration:none;
	color:#069;
	}
/*for products*/
	.virtual_tour_link_p 
	{
	text-decoration:none;
	color:#9E514D;
	}
	.preview_img_p_normal{
		border:2px solid #45d542;
			
	}
	
	/*for services*/
	.virtual_tour_link_s 
	{
	text-decoration:none;
	color:#979C43;
	}
	.preview_img_s_normal{
		border:2px solid #979C43;
			
	}
	
	/*for realestate*/
	.virtual_tour_link_r 
	{
	text-decoration:none;
	color:#13a324;
	}
	.preview_img_r_normal{
		border:2px solid #13a324;
			
	}
	
	
	
