div.eventDetails {
		text-align: center;
}

div.eventDetails p{
		padding: 2px;
		margin: 0px;
		font-weight: bold;
}

div.summary p{
		margin-top: 10px;
}

div.agenda h3{
		text-align: center;
}

div.agenda ol{
		list-style-type: none;
}

div.countries {
		width: 100%;
		display: inline-block;
		text-align: center;
}
div.countries div.listWrapper{
		display: inline-block;
		width: 80%;
}

div.countries div.left, div.right{
		display: inline-block;
		text-align: left;
}

div.countries ul{
		list-style-image: url(../images/arrow.gif);
}

div.details h3{
		display: inline;
		margin: 0px;
		padding: 0px;
}

div.details p.inline{
		display: inline;
}

div.images {
		padding-top: 50px;
		text-align: center;
}
.hidden {
		list-style-type: none;
		list-style-image: none;
}
