$(document).ready(function() {

    $('.prelogo').css({position:'relative',zIndex:'500',height:'13px'});//borderLeft:'none',
    $('.onlogo').mouseover(function(){
        $('#logobotimg').attr('src', 'images/popelogo_tilebg_over.png');
        $('#logobotimg').css({position:'relative',zIndex: '-2'});
        //var offset = $('.prelogo').position();
        //console.log(offset.left);
        //console.log(offset.top);
        //$('.prelogo').css({position:'absolute',zIndex: '5000',top: offset.top,left: offset.left});
        //$(this).css({marginLeft:$('.prelogo').outerWidth()});
        //$('.prelogo').css({backgroundColor: '#918F8B'});
    }).mouseout(function(){
        $('#logobotimg').attr('src', 'images/popelogo_tilebg.png');
        $('#logobotimg').css({zIndex: '5'});
        $('.prelogo').css({zIndex: '500'});
        //$('.prelogo').css({backgroundColor: 'transparent'});
    });/**/

    /*function textonflower(){
	    $("#divvy").css({zIndex:"5"});
	    $("#imgconrtbot").css({zIndex:"2"});
	}*/
    
})
