#overflow, #flow, ul.listing{
height:160px;
width:464px;
}

#g_overflow, #g_flow{
height:110px;
width:464px;
}

#overflow, #g_overflow{
float:left;
display:inline;
}

.scrollable{
position:relative;
margin:10px 0px 0px 0px;
overflow:hidden;
}


#flow, #g_flow{
clear:both;
position:absolute;
width:20000em;
}

.content_block{
float:left;

}

a.disabled{
visibility:hidden;
}


#property_browser_controls{
width:464px;
height:18px;
background-color:#efefef;
overflow:hidden;
margin:10px 0px 15px 0px;
}


#property_browser_controls p{
text-align:center;
}

#property_browser_controls #left_btn a, #property_browser_controls #right_btn a{
width:26px;
height:18px;
overflow:hidden;
text-indent:5000px;
position:absolute;
margin-left:0px;
background-image:url("../buttons/browser_btn_left.png");
background-repeat:no-repeat;
background-position:top left;
cursor:pointer;
}

#property_browser_controls #right_btn a{
background-image:url("../buttons/browser_btn_right.png");
margin-left:438px;
}

