/*
Ajax dynamic content
Copyright (C) November, 2005  DTHMLGoodies.com, Alf Magne Kalleland
*/

	#mainContainer{
		width:760px;
		margin:0 auto;	
		background-color:#FFFFFF;
		border:1px solid #E2EBED;
		margin-top:10px;
	}

	.contentContainer{
	padding-right:10px;
	padding-bottom:10px;
	padding-top: 10px;
	}
	.contentContainer p,.contentContainer h1{
		margin-top:0px;
	}
	
	/* END CSS FOR THIS DEMO */
	
	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
	margin:5px;	/* Image height */
	position:relative;
	text-align: center;
	}
	.leftFloatingDiv{
		float:left;
		width:160px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
	
