@charset "utf-8";
/* CSS Document */

.jumpLink {
	background-image:none;
	float:left;
	width:18px;
	height:20px;
	cursor:pointer;
	position:relative;
	top:-20px;
	background-image:url(/Portals/1/images/2012_design/dot.png);
}

.jumpLink:hover {
	background-image:url(http://www.buildings.com/portals/1/images/2012_design/hover_dot.png);
}

.currentJumpLink, div.jumpLink.cycle-pager-active {
	background-image:url(http://www.buildings.com/portals/1/images/2012_design/hover_dot.png);	
}

.cycle-slideshow h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #90191C;
    line-height: 30px;
    font-weight: bold;
	margin:0px;
}

.cycle-slideshow p{
	font-family: Arial, Helvetica, sans-serif;
    color: #022b5f;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
}

.cycle-slideshow a{
	width:100%;
}

.cycle-slideshow img{
	width:100%;
}

.cycle-slideshow{
	overflow:hidden;
	max-height:600px;
	width:100%;
}

.cycle-slideshow .cycle-overlay{
	min-height:100px;
}
