#bubblesWorld {
	position: relative;
	height: 330px;
	}
	
	div.bubbler {
		height: 0;
		width: 0;
		}
		
		div.bubble {
			position: absolute;
			z-index: 1;
			width: 34px;
			height: 34px;
			left: 360px;
			top: 220px;
			display: none;
			overflow: hidden;
			}
			
			div.bubble div.activator {
				background: url(images/bubble.png) no-repeat center;
				height: 34px;
				width: 34px;
				position: absolute;
				cursor: pointer;
				text-align: center;
				}
				
			div.bubble *.fader {
				width: 34px;
				height: 34px;
				}
				
			div.bubble div.bubbleLabel {
				width: 100%;
				height: 34px;
				line-height: 34px;
				position: absolute;
				margin-left: 37px;
				}
				
				div.bubble div.bubbleLabel span.bubbleName {
					cursor: pointer;
					}
					
					div.bubble div.bubbleLabel span.bubbleName *.ajaxLoaderClock {
						left: -26px;
						top: 40px;
						}
				
				div.bubble div.bubbleLabel div.bubbleInfo {
					margin: 0;
					line-height: normal;
					width: 200px;
					border-top: solid 1px #99b5c2;
					padding: 5px 0 5px 0;
					margin-top: 1px;
					}
					
					div.bubble div.bubbleLabel div.bubbleInfo hr {
						background-color: #99b5c2;
						color: #99b5c2;
						}
						
					div.bubble div.bubbleLabel div.bubbleInfo b {
						color: #80e22a;
						}
						
					div.bubble div.bubbleLabel div.bubbleInfo a {
						position: relative;
						display: block;
						}
						
						div.bubble div.bubbleLabel div.bubbleInfo a *.ajaxLoaderClock {
							float: right;
							position: relative;
							}
							
					div.bubble div.bubbleLabel div.bubbleInfo *.ajaxLoaderClock {
						position: absolute;
						top: 11px;
						left: 188px;
						}
						
				
	*.bubblesOptions {
		position: relative;
		}
		
		*.bubblesOptions div.bubblesLash {
			width: 33px;
			height: 33px;
			position: absolute;
			right: 5px;
			bottom: -16px;
			}
		
			*.bubblesOptions div.bubblesLash a {
				width: 33px;
				height: 33px;
				display: block;
				position: relative;
				cursor: pointer;
				}
				
				*.bubblesOptions div.bubblesLash a.on {
					background: url(images/bubblesLash1.png) no-repeat center;
					}
				
				*.bubblesOptions div.bubblesLash a.off {
					background: url(images/bubblesLash0.png) no-repeat center;
					}