@charset "utf-8";
/* CSS Document */

.bj-headline h3{
	height:30px;
	margin-top:10px;
	float:left;
	font-family:Gillsan;
	text-transform:uppercase;
	font-size:17px;
	float:left;
	margin-left:20px;
	font-weight:bold;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);
}
.default-headline {
	width:100%;
	height:126px;
	position:relative;
	overflow:hidden;
}
.default-headline .prev{
	float:left;
	left:0px;
	background:url(headline-prev.png) no-repeat;
	width:45px;
	height:45px;
	cursor:pointer;
	top:35%;
}
.default-headline .prev:hover{
	float:left;
	left:0px;
	background:url(headline-prev-hover.png) no-repeat;
	width:45px;
	height:45px;
	cursor:pointer;	
}
.default-headline .next{
	float:right;
	right:0px;
	background:url(headline-next.png) no-repeat;
	width:45px;
	height:45px;
	cursor:pointer;
	top:35%;
}
.default-headline .next:hover{
	float:right;
	right:0px;
	background:url(headline-next-hover.png) no-repeat;
	width:45px;
	height:45px;
	cursor:pointer;
}
.default-headline .control {
	position:absolute; 
	top:38%; 
	height:20px; 
	width:100%;
}
.default-headline .text{
	width:80%; 
	margin:10px auto; 
	text-align:center;
	height:100%; 
	overflow:hidden;
	position:relative;
}
.default-headline .text .content{
	color:#353535;
	line-height:normal;
	position:absolute;
	width:100%;
	text-align:center;
}
.default-headline .text .content a{
	text-decoration:none;
}
.default-headline .text .content p{
	font-size: 20px;
	color: #353535;
	text-transform: uppercase;
}
.default-headline .text .content span{
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
}