.bubblewrap{
list-style-type:none;
margin:0;
padding:0;

}

.bubblewrap li{
display:inline-block;
zoom:1; /*Trigger haslayout in IE7 and less*/
*display:inline; /*For IE7 and less*/
position:relative;
width: 65px;
height:60px;

}

.bubblewrap li img{
	position:absolute;
	width: 55px; /*default width of each image.*/
	height: 60px; /*default height of each image.*/
	left:0;
	top:0;
	border:0;

}

.bubblewrap .tooltip{ /*CSS for image tooltip (alt attribute of image)*/
position:absolute;
font:bold 12px Arial;
padding:2px;
width:100px;
text-align:center;
background:white;

}
#img {
	float: left;
	height: 225px;
	width: 975px;
	margin-top: 20px;
	margin-left: 10px;
	border: 1px solid #999999;
	z-index:9999999;
}
.contant_leftfont1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2d4715;
	line-height:25px;
	font-weight: bolder;
	text-decoration: none;
	list-style-type:disc;
	margin-left:20px;

}

.contant_leftfont1 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2d4715;
	font-weight: bolder;
	line-height:25px;
	text-decoration: none;
	list-style-type:disc;

	list-style-position: outside;


	margin-left:20px;
}

.contant_leftfont1 a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:25px;
	font-weight: bolder;
	color:#FF0000;
	text-decoration: none;
	list-style-type:disc;
	font-variant: normal;
	margin-left:20px;
}
