*{
	margin:0;
	padding:0;
}
.bubbleInfo {
            width:136px;
			height:139px;
			float:left;
        }
        /* Bubble pop-up */

        .popup {
       		position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
			background:url(../images/popup_top.jpg) no-repeat top;
			padding-top:6px;
			width:417px;
			top:0px;
			left:124px;
        }
.popup-bg{
	background:url(../images/popup_bg.jpg) repeat-y;
	width:402px;
	padding:0px 8px 0px 7px;
    overflow: hidden;
}
.popup-bg h3{
	color:#003e8b;
	font-size:11px;
	height:23px;
	line-height:23px;
	text-indent:9px;
}
.up_index{
	position: relative;
}
.popup-bg img{
	width: 400px !important;
}