body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#wrapper {
	width: 900px;
	margin: auto;
}

#modules {
	position: relative;
	margin: 0;
	padding: 0;
	margin-left: -10px;
	width: 900px;
	height: 430px;
}

.module {
	position: absolute;
	display: block;
	cursor: pointer;
	overflow: hidden;
	z-index: 1;
	background-color: #eee;
}

.module.small, .image.small {
	width: 239px;	
	height: 208px;	
}

.module.big, .image.big {
	width: 484px;
	height: 422px;	
}

.module .vignette {
	position: absolute;
	top: 3px;
	left: 4px;	
	width: 476px;
	height: 414px;
	background: url(../images/wealth_banking/vignette.png) no-repeat;	
	z-index: 4;		
}

.module .caption {
	position: absolute;		
	color: #fff;	
	z-index: 5;
	overflow: hidden;
}

.module .caption .section, .module .caption .title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.module.small .caption {
	bottom: 4px;
	left: 4px;
	padding: 5px;
	width: 221px;
	height: 17px;
	background: url(../images/wealth_banking/bg_caption_small.png) no-repeat;
}

.module.small .caption .section {
	display: none;
}

.module.small .caption .title {
	font-size: 12px;	
}

.module.small .caption .description {
	font-size: 11px;	
	margin-top: 10px;
}


.module.big .caption {
	bottom: 7px;
	left: 7px;
	padding: 5px 8px;
	width: 455px;
	height: 90px;
	background: url(../images/wealth_banking/bg_caption_big.png) no-repeat;

}

.module.big .caption .section {
	font-size: 13px;
	color: #939598;	
}

.module.big .caption .title {
	font-size: 18px;		
}

.module.big .caption .description {
	font-size: 12px;
	margin-top: 15px;	
}



.hidden {
	display: none;
}

#back_btn {
	color: #2690cd;
	text-decoration: none;
	font-weight: bold;
}

#debug {
	position: absolute;
	top: 0;
	left: 0;
}
