#mpBubble{
	position:absolute;
	z-index:999;
	left:310px;
	top:50px;
	width:119px;
	height:81px;
	background:url(/images/bg_mpBubble.png) no-repeat;
}
	#mpBubble span.content{
		display:block;
		position:absolute;
		left:10px;
		top:7px;
		width:80px;
		font-size:12px;
	}
		#mpBubble span.content a{
			display:block;
			margin:0 0 2px 0;
			color:#096595;
			text-decoration:none;
		}
		#mpBubble span.content a.delete{
			color:#ad5151 !important;
		}
	
	
	#mpBubble span.confirmation{
		display:none;
		position:absolute;
		left:10px;
		top:7px;
		padding:0 0 1px 0;
		width:90px;
		font-size:12px;
		text-align:center;
	}
		#mpBubble span.confirmation ins{
			display:block;
			margin:5px 0 7px 0;
			color:#ad5151;
			text-decoration:none;
			text-align:center;
		}
		#mpBubble span.confirmation a{
			margin:0 5px;
			color:#096595;
			font-weight:bold;
			text-decoration:none;
			border-bottom:1px dashed #096595;
		}
		#mpBubble span.confirmation a.delete{
			color:#ad5151;
			border-bottom:1px dashed #ad5151;
		}
		
		
	#mpBubble.confirmation span.content{
		display:none;
	}
	#mpBubble.confirmation span.confirmation{
		display:block;
	}

.title{
	height:70px;
}
	.title h1{
		float:left;
		width:350px;
	}
	.title ul{
		float:right;
		width:550px;
		text-align:right;
	}
		.title ul li{
			display:inline;
			margin:0 0 0 10px;
		}
			.title ul li span{
				color:#fff;
			}
			.title ul li span.range{
				color:#888;
			}
			.title ul li a{
				color:#53afd5;
			}
	
/*------------------------------galleries-----------------------------*/

.patternsGallery{
	margin:0 auto;
	width:910px;
	clear:both;
}
	.patternsGallery .notice{
		display:block;
		width:80%;
		margin:20px auto 0;
		font-size:16px;
		text-align:center;
		color:#888;
	}
		.patternsGallery .notice a{
			color:#53afd5;
		}
		
	.patternsGallery .galleryItem{
		display:block;
		position:relative;
		float:left;
		margin:0 10px 10px 0;
		width:120px;
		height:120px;
		text-decoration:none;
	}
		.patternsGallery .galleryItem span{
			display:none;
		}
		.patternsGallery .galleryItem ins{
			position:absolute;
			right:0;
			bottom:0;
			padding:2px 2px 2px 19px;
			background:url(/images/bg_thumbstar.gif) 2px 5px no-repeat #000;
			color:#fff;
			fint-size:10px;
			opacity:0.6;
			_filter: alpha(opacity=60);
			text-decoration:none;
		}