/*-----------------------------------------------------------------------------
	Featured Development
-----------------------------------------------------------------------------*/

div.featured-development,
div.image-pnl { /* see ie6.css */
	position:relative;
	padding:0 12px 40px;
	margin:-168px 0 24px;
	color:#fff;
	background:url(/images/branding/sideBarBg.png) 0 100% no-repeat;
	}
.without-search div.featured-development,
.without-search div.image-pnl { /* see ie6.css */
	margin-top:0px;
	}
	div.image-pnl {
		margin-bottom:43px;
		padding:0;
		}
		div.image-pnl img {
			display:block;
			}
		div.featured-development img {
    		padding:0;
			margin:0 -12px 18px;
    		border:none;
			}
		div.featured-development span,
		div.image-pnl span,
		div.video-pnl span {
			position:absolute;
			top:0;
			left:0;
			width:270px;
    		background:url(/images/branding/developments/featuredDevelopmentFrame.png) 0 0 no-repeat;
			}
		.without-search div.featured-development span,
		.without-search div.image-pnl span,
		.without-search div.video-pnl span {
			background:url(/images/branding/developments/featuredDevelopmentFrame3.png) 0 0 no-repeat;
			}
		body.lettings div.image-pnl span,
		body.lettings div.video-pnl span{
			background:url(/images/branding/developments/featuredDevelopmentFrame2.png) 0 0 no-repeat;
		}
	
    		div.featured-development span img,
			div.image-pnl span img {
    			margin:0;
    			opacity:0; /* hide image and let them to expand div height */
    			filter:alpha(opacity=0);
    			}
		div.featured-development h3 {
			padding-bottom:20px;
			}
		div.featured-development h4 {
			font-size:1.2em;
			}
			div.featured-development h4 a {
				color:#cbdc42 !important;
				}
				
div.video-pnl { /* see ie6.css */
	position:relative;
	width:270px;
	margin:-180px 0 43px;
	}
body.investors div.video-pnl{
	margin-top: 0;
	margin-bottom: 0;
}
	div.video-pnl h4 {
		padding:12px 0;
		text-indent:10px;
		color:#fff;
		background:#2b2b2b;
		}
		div.video-pnl span {
			height:300px;
			}
	div.video-pnl #FlashVIdeo {
		width:268px;
		overflow:hidden;
		position:relative;
		z-index:2;
		border-right:1px solid #fff;
		border-left:1px solid #fff;
		}
