    #prev_porto{
		width:560px;
		float:left;
		display:block;
	}
	#block_des{
		width:48%;
		/* CSS HACK */
		
		
		float:left;
		border:1px solid #cecece;
		margin-right:5px;

		height: 247px;	/* IE 5.x */
		height/* */:/**/270px;	/* Other browsers */
		height: /**/269px;
	}
	 
	#dhtmlgoodies_slideshow{
		width:250px;	/* Total width of slideshow */
		

	}
	
	#previewPane{
		
		width:50%;		
		/* CSS HACK */
		height: 247px;	/* IE 5.x */
		height/* */:/**/270px;	/* Other browsers */
		height: /**/269px;
		overflow:hidden;

		
		
	}
	#previewPane img{
		
		/*width:100%;
		height:260px;
		*/
		margin:0 auto;
		

	}
	#block_des #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:left;
		padding:10px;
		font-size:0.9em;
	}
	
	#galleryContainer{
		border:1px solid #cecece;
		height:70px;
		height: 72px;	/* IE 5.x - Added 2 pixels for border left and right */
		clear:left;
		padding-top:10px;
		/*margin-top:255px; */
		width:100%;
		position:relative;
		overflow:hidden;
	}
	#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:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		right:70px;
		top:250px;
		background-color:#FF6600;
		border:3px double #FFF;
		padding:4px;
		color:#FFF;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
	


