﻿.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: 45px;
	height: 50px;
	padding-left: 20px;
}

.bubblewrap li img{
	position:absolute;
	width: 45px; /*default width of each image.*/
	height: 50px; /*default height of each image.*/
	left:-2px;
	top:-1px;
	border:0;
}

.bubblewrap .tooltip{ /*CSS for image tooltip (alt attribute of image)*/
	position:absolute;
	padding:2px;
	width:100px;
	text-align:center;
	background:white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
#sy {
	margin-top: -35px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 300px;
}
