﻿.accordion, .accordion *{
	margin-bottom: 40px;
	padding:0;
	list-style-type: none;
	cursor:pointer;
}

.box-link { 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 520px; 
		height: 258px; 
		background-color: transparent; 
}
		
.one{
	background-image:url(welcome.jpg); text-indent: -9999px; width: 520px; height: 258px; position: relative; 
}

.two{
	background-image:url(hedge.jpg); text-indent: -9999px;
}
.three{
	background-image:url(public.jpg); text-indent: -9999px;
}
.four{
	background-image:url(energy.jpg); text-indent: -9999px;
}
.five{
	background-image:url(growth.jpg); text-indent: -9999px;
}
.six{
	background-image:url(realestate.jpg); text-indent: -9999px;
}
.seven{
	background-image:url(mezz.jpg); text-indent: -9999px;
}
/*.active{
	background:#fff;
}*/
.accordion li{
	cursor:pointer;
}
.accordion .active_click{
	cursor:pointer;
}

