/* Released: 2010-03-11 16:50:57 */


if(window.opera){
	var divs = document.getElementsByTagName('div');
	i=divs.length;
	while(i--){
		if(divs[i].className == 'bottom-left' || divs[i].className == 'bottom-right'){
			divs[i].style.height = divs[i].parentNode.parentNode.parentNode.offsetHeight-10+'px';
		}
	}
	
}
