

#container {
	width: 139px;
	height: 46px;
	position: absolute;
	top: 0px;
	left: 0;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	z-index: 500;

}

@keyframes grow {
	100% {
		width: 96px;
	}
}

@-webkit-keyframes grow {
	100% {
		width: 96px;
	}
}

@-webkit-keyframes grow {
	100% {
		width: 96px;
	}
}

.themeline {
	width: 93px;
	height: 25px;
	float: right;
	
}

.logo {
	width: 43px;
	height: 43px;
	position: absolute;
	left: 96px;
	top: 0;
}

.themeline_container {
	float: right;
	left: 0px;
	padding-top: 20px;
	padding-right: 46px;
	width: 0px;
	height: 25px;
	overflow: hidden;
	text-align: right;
}

.themeline_container.animate {
	animation: grow 0.5s 1 0.5s forwards;
    -webkit-animation: grow 0.5s 1 0.5s forwards;
    -moz-animation: grow 0.5s 1 0.5s forwards;
}