/* Banner
 -------------------------------------------------------------- */
#banner {
    position: relative;
    height: 282x;
    width: 566px;
}

#banner_frame {
	position: absolute;
}
#banner_rotate {
	position: absolute;
	width: 566px;
	height: 282px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#banner .links {
    position: absolute;
    height: 225px;
    width: 157px;
    background: url(bannerOverlay.png)  repeat; 
    top: 3px;
    left: 590px;
	z-index:100;
}

#banner .links img {
    margin: 10px 0 0 3px;
}

#banner .links a {
    display: block;
	margin: 10px 0 0 5px;
	width: 148px;
	height: 62px;
}
#banner .strap a {
	color: #fff;
	text-decoration: none;
}

#banner .links a span {
    display: none;
}
a.top_serious {
    background-image: url(../solicitors/images/buttonLink01.png);
}
a.top_injury {
    background-image: url(../solicitors/images/buttonLink02.png);
}
a.top_medical {
    background-image: url(../solicitors/images/buttonLink03.png);
}

#banner p {
    position: absolute;
	margin: 0;
    top: 15px;
    left: 15px;
    background: url(bannerOverlay.png) repeat;
    padding: 15px 10px 10px 10px;
	line-height: 1.2em;
}
#banner p strong {
	font-size: 20px;
    font-weight: bold;
	color: #fff;
}
#banner p strong span {
    font-size: 13px;
	color: #fff;
}

.mapCorner {
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
}
