/*--------------------------------------------------*/
/* Details                                          */

	#hero {
		background: url("../../../img/events/hero.gif") no-repeat 0 0;
		padding: 10px 6px 12px;
		margin: 0 0 12px;
	}

	.download {
		background: #fff;
		padding: 8px;
		border-top: 1px solid #85cbed;
		border-bottom: 1px solid #85cbed;
		margin: 0 0 24px;
	}

		.download a {
			background: url("../../../img/common/pdf.gif") no-repeat 0 0;
			display: block;
			padding: 2px 0 2px 24px;
		}

	.enquiry {
		background: #fff;
		border-top: 1px solid #85cbed;
		border-bottom: 1px solid #85cbed;
		padding: 12px 12px 0;
		width: auto;
	}
	
	#map {
		width:200px;
		height:200px;
	}

	.attendants {
		border-top: 1px solid #007cc3;
		padding: 12px 0;
	}

		#attendees1 {
			border-top:0;
		}

		.attendants.offScreen {
			height: 1px;
			line-height: 1px;
			display: none;
			overflow: none;
		}

	#ticker {
		position: relative;
		*position: static;
		_position: relative;
	}