	#flash_slideshow{
		width:584px;	/* Total width of slideshow */
	}

	
	#flashContainer{
				
		height:109px;	/* Height of the images + 2 */
		border:0px;
		position:relative;
		overflow:hidden;
		padding:0px;
		
		/* CSS HACK */
		height: 109px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/109px;	/* Other browsers */
		height: /**/109px;				
	}
	
	.flashcontentwrapper{
	position: relative; /* Do not change this value */
	width: 185px;
	height: 100px; /* Set height to be able to contain height of largest content shown*/
	border: 0px;
	overflow:visible;
	display:visible;
	text-align:left;
	z-index:100;
	/*visibility: hidden;*/
	}
	/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
	*/

	.flashcontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	padding: 0px;
	display:block;
	width: 485px;
	height: 100px;
	overflow:visible;
	text-align:left;

	}
	/*
 	Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
	*/
	
	.flashcontentwrapper2{
	position: relative; /* Do not change this value */
	width: 570px;
	height: 70px; /* Set height to be able to contain height of largest content shown*/
	border: 0px;
	overflow:visible;
	display:block;
	text-align:left;
	/*visibility: hidden;*/
	}
	/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
	*/

	.flashcontent2{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	padding: 0px;
	display:block;
	width: 570px;
	text-align:left;

	}
	/*
 	Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
	*/
	.flashcontent3{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	padding: 0px;
	display:block;
	width: 570px;
	height: 300px;
	text-align:left;

	}
	/*
 	Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
	*/

