* {
	padding: 0;
	margin: 0;
	}

#slideshow {
	width: 518px;
	height: 170px;
	float: left;
	}

#slideshow_left {
	width: 130px;
	height: 170px;
	float: left;
	position:relative;
	padding-left: 1px;
	background:#fff;
	}
	
#slideshow_right {
	/*position: absolute;
	left: 835px;*/
	float: left;
	width: 130px;
	height: 170px;
	border: 0px solid green;
	position:relative;
	padding-left: 1px;
	}
	
#slideshow_centre {
	width: 255px;
	height: 170px;
	float: left;
	border: 0px solid blue;
	position:relative;
	padding-left: 1px;
	}
	
.placeholder {
	top: 0;
	left: 0;
	padding-left: 1px;
	position: absolute;
	}