#bubblenav {
	height: 100%;
	float:left;
	position:relative;
	width: 220px;
	overflow: hidden;
}
#bubble1 {
	height: 140px;
	width: 140px;
	position: relative;
	top: 450px;
	left: 10px;
        filter: none !important;
        opacity: none !important;
        -moz-opacity: none !important;
        -ms-filter: none !important;
}
#bubble2 {
	height: 110px;
	width: 110px;
	position: relative;
	top: 450px;
	left: 110px;
	filter: none !important;
        opacity: none !important;
        -moz-opacity: none !important;
        -ms-filter: none !important;
}
#bubble3 {
	height: 125px;
	width: 125px;
	position: relative;
	top: 450px;
	left: 5px;
	filter: none !important;
        opacity: none !important;
        -moz-opacity: none !important;
        -ms-filter: none !important;
}
#bubble4 {
	height: 75px;
	width: 75px;
	position: relative;
	top: 450px;
	left: 115px;
	filter: none !important;
        opacity: none !important;
        -moz-opacity: none !important;
        -ms-filter: none !important;
}
#bubble5 {
	height: 100px;
	width: 100px;
	position: relative;
	top: 450px;
	left: 45px;
	filter: none !important;
        opacity: none !important;
        -moz-opacity: none !important;
        -ms-filter: none !important;
}
#bubble6 {
	height: 110px;
	width: 110px;
	position: relative;
	top: 450px;
	left: 0px;
	filter: none !important;
        opacity: none !important;
        -moz-opacity: none !important;
        -ms-filter: none !important;
}
#bubble7 {
	height: 125px;
	width: 125px;
	position: relative;
	top: 450px;
	left: 95px;
	filter: none !important;
        opacity: none !important;
        -moz-opacity: none !important;
        -ms-filter: none !important;
}
.bubble {
	list-style-type: none;
}

ul.bubblenav li img {
	/*width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	/*border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;*/
	position: absolute;
	left: 0;
	top: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.bubblenav {
	height: 100%;
	float:left;
	position:relative;
	width: 220px;
	overflow: hidden;
}

ul.bubblenav li img.hover {
	background-image: url(../images/thumb_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

* {margin: 0; padding: 0;}
img {border: none;}
.mybubbles {
	height: 360px;
	width: 910px;
	margin: -180px 0 0 -450px;
	top: 50%; left: 50%;
	position: absolute;
}
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}
ul.thumb li img.hover {
	background:url(images/thumb_bg.png) no-repeat center center;
	border: none;
}

