* {
	padding: 0;
	margin: 0;
	outline: 0;
}

a, a:hover, a:active, a:visited, a:focus { outline: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #000;
}

#wrapper {
	width: 952px;
	margin: auto;
}

#header {
	width: 940px;
	height: 74px;
	margin: auto;
}

#tabs_header {
	width: 940px;
	margin: 0px auto 10px;	
}

.horizontal_divider {
	width: 100%;
	height: 1px;
	background: url(/privilegebanking/assets/images/horizontal_divider.png) repeat-x;
}

#slideshow {
	width: 952px;	
}

#slideshow_main {
	position: relative;
	float: left;
	width: 940px;
	height: 520px;	
}

#slideshow_images {
	position: absolute;
	top: 0;
	left: 0;	
	z-index: 1;
}

#slideshow_images img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}



.shadow_left {
	float: left;
	width: 6px;
	height: 520px;
	background: url(/privilegebanking/assets/images/shadow_left.png) repeat-y;
}
	
.shadow_right {
	float: left;
	width: 6px;
	height: 520px;
	background: url(/privilegebanking/assets/images/shadow_right.png) repeat-y;
}	

.shadow_bottom {
	clear: both;
	width: 952px;
	height: 8px;
	background: url(/privilegebanking/assets/images/shadow_bottom.png) no-repeat;
}


.transparent_canvas {
	position: absolute;
	top: 0;
	left: 0;
	background: #000; 
	display: block; 
	filter: alpha(opacity=1); 
	opacity: 0; 	 
}

