@charset "UTF-8";
/* CSS Document */
#Blurb {
	z-index:99;
	display:none;
	width:180px;
	height:100px;
	
	position:absolute;
	left:0px;
	top:0px;
	
	background-image:url(../images/Sticker_Blurb_BG.png);
	background-repeat:no-repeat;
	
	font-size:17px;
	font-weight:bold;
	
	padding:14px;
	padding-right:40px;
}
#Stickers{
	z-index:55;
	
	position:relative;
	top:-40px;
	left:500px;
	width:320px;
	

}
#Stickers div{
	float:left;
	display:block;
	width:80px;
	height:80px;
	
	z-index:55;
}

.Sticker_Rect img{
	float:left;
	width:73px;
	height:50px;
	margin:10px;
	background-repeat: no-repeat;
	background-position: 220px 150px;
}
.Sticker_Circle img{
	float:left;
	height:50px;
	width:50px;
	
	margin:10px;
	background-repeat: no-repeat;
	background-position: 150px 150px;
}
.TagLine{
	
	background-repeat: no-repeat;
	background-position: 200px 200px;
}

.Bullet img{
	float:left;
	height:150px;
	width:150px;
	margin:10px;
	z-index:100;
}

.Bullet:hover{
	z-index:150;
}
.Bullet img:hover{
	z-index:150;
}


#Stickers div{
	z-index:55;
}
#Stickers div:hover{
	z-index:150;
}
#Stickers div a img{
	z-index:55;
}
#Stickers div a img:hover{
	z-index:150;
}#Gecko {
	
}
