	<style type="text/css">
	
		#LilleScroll, #MbourScroll, #TiziScroll, #manipScroll, #BureScroll, #BeijingScroll, #LilledblScroll, #LillembourScroll, #AspetScroll, #GuadelScroll, #LilasScroll, #ShadowScroll, #MobileScroll, #GanovceScroll, #KyivScroll, #OHPScroll, #BarcelonaScroll, #CyprusScroll, #DakarScroll
		{
			width:100%;
			height: 300px;
			position: relative;
			border: solid 3px red;
		}
		
		div.scrollableArea *
		{
			border: none;
			position: relative;
			float: left;
			margin: 0;
			padding: 0;
		}
	
		.subPanel {
			font-size: 12px;
			font-family: Calibri, Courier, Sans-Serif;
		}

		.subPanel span {
			color: Blue;
			text-decoration: underline;
			cursor: pointer;
		}
		
		.subPanel span.notClickable {
			color: inherit;
			text-decoration: none;
			cursor: inherit;
		}
		
		.subPanel {
			background: #efefef;
			padding: 7px;
			margin-bottom: 5px;
		}

		div.scrollableArea .contentBox {
			height: 308px;
			width: 200px;
			border: solid 1px #ccc;
			padding: 10px;
			margin: 0px 5px;
		}

		div.scrollableArea .contentBox img {
			margin-bottom: 10px;
		}
	</style>
