/********** NEW HOMEPAGE **********/
.clearer { 
	clear:both; 
	display: block; 
	font-size:0.1em;
	line-height:0.1em;
}

#homebanner_wrap { 
	position:relative;
	height:245px;
	width:760px;
	margin:0 0 10px 0;

}

#homebanner_wrap #homebanner_new {
	height:245px;
	width:760px;


}

#homebanner_wrap .slideshow_mask_tl { 
	position:absolute !important;
	background:transparent url(../../layout/RoundedCorners.png) top left no-repeat !important;
	height:13px;
	width:130px;	
	
	top:0px !important;
	left:0px !important;
	display:block;
	z-index:10;
}

#homebanner_wrap .slideshow_mask_tr { 

	background:transparent url(../../layout/RoundedCorners.png) top right no-repeat;
	height:13px;
	width:13px;	
	position:absolute;
	top:0px;
	right:0px;
	z-index:10;
}


#homebanner_wrap .slideshow_mask_br { 

	background:transparent url(../../layout/RoundedCorners.png) bottom right no-repeat;
	height:13px;
	width:13px;	
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:10;
}


#homebanner_wrap .slideshow_mask_bl { 

	background:transparent url(../../layout/RoundedCorners.png) bottom left no-repeat;
	height:13px;
	width:13px;	
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:10;
}
