	#vb{
		width:770px;
	}
	
	#vbp{
		padding:0 0 0 10px;
		
		
		/* CSS HACK */
		height: 552px;	/* IE 5.x */
		height/* */:/**/520px;	/* Other browsers */
		height: /**/520px;
		
		width:600px;		
		float:right;
				
	}
	#vbl{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}	
	#vbc{
		float:left;
		
		/* CSS HACK */
		height: 454px;
		height/* */:/**/438px;
		height: /**/548px;
		
		/* CSS HACK */
		width: 146px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/142px;	/* Other browsers */
		width: /**/142px;
				
		border:1px solid #000;	/* Black border */		
		padding:1px;	/* A little space between the black border and the content inside */
		
	}
	#vbc #vbpo{	/* Arrow down image */
		height:35px;
	}
	#vbc #vbpu{
		height:35px;	/* Arrow up image */
	}
	
	#vpss{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:475px;	/* Height of boxes for the images */
	}
	#vpss div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#vpss img{
		border:0px;	/* No border */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}
	#vbp #vpssg{	/* CSS styling of image caption below large image */
		text-align:left;
		padding: 10px 20px 0 0;
		color: #3F4129;
	}
	#vpss .vpssc{
		display:none;
	}