	body{
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:0px;
		margin-top:0px;
		margin-left:0px;
	}
	#slideshowvertical{
		width:720px;	/* Total width of slideshow */


	}
	
	#previewPane{
		margin-right:2px;	
		text-align:center;
		vertical-align:middle;
		padding-top:2px;
		
		
		/* CSS HACK */
		height: 380px;	/* IE 5.x */
		height/* */:/**/380px;	/* Other browsers */
		height: /**/380px;
		
		width:570px;		
		float:left;
	    position:relative;
	}
	.mask{ background:url(../images/mask.png) no-repeat;width:569px; height:381px; position:absolute; top:0px;left:0;}
	#waitMessage{
		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;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 370px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		
		/* CSS HACK */
		width: 85px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
				
		padding:1px;	/* A little space between the black border and the content inside */
		
		margin-left:40px;
		margin-top:5px;
	}
	
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;
		margin-top:20px;
	}
	#galleryContainer #arrow_up{
		height:35px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:298px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
	}
	#theImages div a{ margin-bottom:10px;}
	#theImages img{
		border:1px solid #f6dcb1;	/* No border */
		margin-bottom:10px;	/* Space between images */
	}
	#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;margin-bottom:20px;
	}
	#theImages .imageCaption{
		display:none;
	}
	.moreText{ margin-top:22px;}
	.showLargePic{ background-color:#f6dcb1;width:82px;height:26px; text-align:center; line-height:26px; border:1px solid #c7965e; float:left;}
	.picTitle{width:480px;color:#c32222; text-align:center;float:left; font-size:16px;line-height:28px;height:26px;}
	
	
.picon-main{width:740px;margin:0px auto;border-left:3px solid #ddd; }
.picon{clear:both;overflow:hidden;position:relative;}
.picon ul{height:400px;width:900px;}
.picon li{float:left;height:420px;border-right:3px solid #ddd;border-top:3px solid #ddd;border-bottom:3px solid #ddd;position:relative;overflow:hidden;}
.picon li.cur div{display:block;}
.picon li div{position:absolute;bottom:0;left:0;z-index:9;height:70px;background:url(../images/shadow.png) repeat;font-family:Arial, Helvetica, sans-serif;font-weight:900;width:100%;color:#fff;display:none;}
*html .picon li div{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/shadow.png");background:none;}
.picon li div h3{padding:10px 0 0 10px;line-height:20px;font-size:16px;line-height:20px;font-weight:900; margin:0;color:#f0ac32;}
.picon li div p{line-height:20px;padding:0px 10px 0;font-size:12px; font-weight:normal; margin:0;}
.picon li div a{color:#fff;text-decoration:none;}
</style>