/* 代码整理：时代Java NowJava.com */
* {
	margin:0;
	padding:0;
}
html {
	background: url('../images/bg_tile.jpg') #383839;
}
body {
	color:#fcfcfc;
	font:14px/1.3 'Segoe UI', Arial, sans-serif;
	background:url('../images/bg_center.jpg') center center no-repeat;
	min-height: 650px;
}
#NowJava {
	margin:150px auto 0;
	border:7px solid #fff;
	width:635px;
	height:415px;
	box-shadow:5px 5px 0 rgba(22, 22, 22, 0.3);
}
ul.bubbleSlideshow {
	position:relative;
	list-style:none;
	overflow:hidden;
}
.bubbleSlideshow li {
	position:absolute;
	top:0;
	left:0;
}
.bubbleSlideshow li img {
	display:block;
}
.bubbleSlideshow li div.bubble {
	-moz-border-radius:50%;
	-webkit-border-raidus:50%;
	border-radius:50%;
	background-repeat:no-repeat;
	display:none;
	position:absolute;
}
/* 代码整理：时代Java NowJava.com */