#leftcol {
	width: 200px;
}

#midcol {
	width: 440px;
	margin: 0 auto;
}

#fullpage {
	width: 860px;
}

#slideshow1 {
	position: relative;
	width: 160px;
	height: 120px;
	overflow: hidden;
}
#slideshow1 img {
	position: absolute;
	left: 0;
	top: 0;
}

#slideshow2 {
	position: relative;
	width: 320px;
	height: 240px;
	overflow: hidden;
}
#slideshow2 img {
	position: absolute;
	left: 0;
	top: 0;
}







#pause {
	/* z-index:100; 
	float:none;*/
	clear: both;
	width: 100%;
	text-align: center;
	display: block;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #999999;	
}
#next {
	/*width: 20px;
	height: 120px;*/
	display: block;
}

#back {
	/*width: 20px;
	height: 120px;*/
	display: block;
}

hr {
	margin: 20px 0 40px 0;
	clear: both;
	}
