/* CSS for Picture display */

div.pic_single1 {
	position: absolute;
	top: 0px;
}

div.pic_single2 {
	position: absolute;
	left: 180px;
	top: 0px;
}

div.pic_single3 {
	position: absolute;
	left: 360px;
	top: 0px;
}

div.pic_single4 {
	position: absolute;
	left: 540px;
	top: 0px;
}

div.pic_group {
	position: relative;
	width: 700px;
	height: 100px;
}


/* For descriptions */
div.pic_desc1 {
	position: absolute;
	left: 0px;
	top: 0px;
	
}

div.pic_desc2 {
	position: absolute;
	left: 180px;
	top: 0px;
	
}

div.pic_desc3 {
	position: absolute;
	left: 360px;
	top: 0px;
	
}

div.pic_desc4 {
	position: absolute;
	left: 540px;
	top: 0px;
}

div.pic_groupdesc {
	position: relative;
	width: 700px;
	height: 20px;
}

