	
	#slogan {
		z-index: 50;
		width: 35px;
		height: 300px;
		background-color: #ccc;
		position: fixed;
		left: 0px;
		top: 25%;
		background-image: url('../../images/slogan/slogan_innovation.png');
		background-repeat: no-repeat;
		background-position: top right;
		background-color: #99b3d3;
		border-left: 0px;
		cursor: pointer;
	}

	#slogan .content{
		display: none;
		height: 250px;
		padding: 25px 25px 25px 25px;
		margin-right: 35px;
		font-family: arial;
		color: #fff;
		font-weight: bold;
		border-right: 1px dotted #fff;
	}
	
	#slogan .content p {
		font-size: 1.3em;
		line-height: 18px;		
	}
	
	