@charset "UTF-8";
/* CSS Document */


.logowrapper {
	float: left;
	width: 5%;
	height: 40px;
	padding: 10px;
}

.centertitlewrapper {
	width:60%;
	position: absolute;
	height: 60px;
	left: 25%;
}

.leftarrow {
	width: 38px;
	height: 50px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
}
	.leftarrow img {
	width: 38px;
	height: 50px;
}
.rightarrow {
	width: 38px;
	height: 50px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
}
	.rightarrow img {
	width: 38px;
	height: 50px;
}
