/* set the width of image slideshow */
#cover_1 {
	height:107px;
	width: 314px;
	overflow: hidden;
	padding-right:6px;
}

#cover_1 img {
	display:none;
	position:absolute;
	top:0; 
	left:0;
}

#cover_2 {
	height:107px;
	width: 314px;
	overflow: hidden;
	padding-right:6px;
}

#cover_2 img {
	display:none;
	position:absolute;
	top:0; 
	left:0;
}

#cover_3 {
	height:107px;
	width: 314px;
	overflow: hidden;
}

#cover_3 img {
	display:none;
	position:absolute;
	top:0; 
	left:0;
}
