.bubbleFrame {
	position: relative;
	width: 150px;
	float:left;
	height: 120px;
	padding:0 10px 0 20px;
	margin: 0;	
}
/*    One of Lamp delete. put on space
------------------------------------------------------*/ 
	.bubbleSpace {
		position: relative;
		width:80px;
		float:left;
		height: 120px;
		padding:0px 10px 0px 0px;
		margin:0;
	}


div.lamp img{
	z-index: 0;
	overflow:hidden;
	width: 170px;
	position: absolute;
}

img.trigger{
	cursor:pointer;
}
     
/* Bubble pop-up */

div.popup{
	background:transparent url(../images/balloon.gif) 0 0 no-repeat;
	height:150px;
	width:260px;
	position: relative;
	margin: 0 0 0 -55px;
	z-index: 50;
}

div.popup p.blog-prof{
	padding:5px 7px 5px 0;
	margin:0;
	line-height:1.35em;
	font-size:10px;
	float:right;
	width:153px;
}

div.popup p.blog-img{
	float:left;
	width:85px;
	padding: 7px;
	margin: 0;
}

div.popup span.blog-title{
	font-size:12px;
}

div.popup span.blogger-name{
	font-size:12px;
	font-weight:bold;
}

.popup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	display: none;
	z-index: 50;
}