<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.bubblewrap{
list-style-type:none;
margin:0;
padding:0;
}

.bubblewrap li{
	display:inline;
	width: 65px;
	height:60px;
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 15px;
}

.bubblewrap li img{
	width: 55px; /* width of each image.*/
	height: 60px; /* height of each image.*/
	border:0;
	margin-right: 0px; /*spacing between each image*/
	-webkit-transition:-webkit-transform 0.1s ease-in; /*animate transform property */
	-o-transition:-o-transform 0.1s ease-in; /*animate transform property in Opera */
}

.bubblewrap li img:hover{
	-moz-transform:scale(1.2); /*scale up image 1.2x*/
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
	left: -5px;
	text-align: right;
}

</style>

@charset "UTF-8";
/* CSS Document */
