@charset "gb2312";
/* CSS Document */

/* Global Button Styles */
a.animated-button1:link, a.animated-button1:visited {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: #000;
	font-size:14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	font-weight:bold;
	overflow: hidden;
	border-radius: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button1:link:after, a.animated-button1:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}

/* Victoria Buttons */

a.animated-button1.victoria-three {
	border: 1px solid #CCC;
	width:100px;
}
a.animated-button1.victoria-three:after {
	background: #CCC;

	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
a.animated-button1.victoria-three:hover:after {
	height: 140%;
	opacity: 1;
}


a.animated-button2:link, a.animated-button2:visited {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: #fff;
	font-size:14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button2:link:after, a.animated-button2:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}

/* Victoria Buttons */

a.animated-button2.victoria-three {
	border: 1px solid #333333;
	width:100px;
}
a.animated-button2.victoria-three:after {
	background: #333333;
	opacity: .5;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
a.animated-button2.victoria-three:hover:after {
	height: 140%;
	opacity: 1;
}

.bg1{ position:relative; padding:20px; width:100px;}
.bg1 a{ position:absolute; left:10px; top:10px; z-index:10}
.bg1 div{position:absolute; left:0px; top:0px; background:#FFF; float:left; width:200px; height:150px; z-index:1}