<!-- BEGIN OLARK CALLOUT-->
<style>
#habla_window_div{
z-index:5000;
display: none;
}
#habla_window_div #callout{
/*Change background url, height and width to your image dimensions, and bottom and right to adjust your image placement*/
background: url(http://www.olark.com/portal/images/thisisolark-trans.png) no-repeat;
height: 153px;
width: 164px;
bottom: 25px;
right: 90px;
position: absolute;
z-index: -1;
cursor: pointer;
}
#habla_window_div a:hover{
background-color:transparent;
}
</style>
<div id="habla_window_div">
<div id="habla_available_div">
<a href="javascript:void(0);" onclick="habla_window.expand()"><div id="callout"></div></a>
</div>
</div>
<!-- END OLARK CALLOUT-->