/* CSS Document */
#body .imageList, #body .pressReleases {
	width: 100%;
}
#body .imageList ul, #body .imageList li, #body .pressReleases ul, #body .pressReleases li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#body .imageList ul li {
	float: left;
	margin-right: 10px;
}
#body .pressReleases ul li {
	float: left;
	margin-right: 40px;
	padding-right: 40px;
	border-right: 1px solid #CCCCCC;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 11px;
	width:190px;
	height:160px;
}
#body .imageList .thumbnail {
	background-image: url(/resources/media_centre/image_library/background.jpg);	
	background-repeat: no-repeat;
	
	padding-top: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 19px;
}
#body .information {
	padding-top: 5px;
	padding-left: 9px;
	padding-right: 18px;
	padding-bottom: 19px;
	font-size: 11px;
}
.pressReleases .thumbnail {
	
}
