* {
	margin:0;
	padding:0;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}
img{border:none;}
/* ticker */
#ticker {
	position:absolute;
	top:40px;
	left:0px;
	width:294px;
	height:400px;
	padding:0px 0 0 6px;
-	overflow:hidden;
-	overflow-y:auto;
-	overflow-x:hidden;
}
#ticker ul {
	width: 274px;
	position: relative;
	list-style-type: none;
}
#ticker ul a {
	text-decoration: none;
	color: #707070;
}
#ticker ul a:hover {
-	color: #38f;
}
#ticker ul li {
	min-height:68px;
-	height:68px;
	background-color:#FFF;
-	margin:10px 0;
	padding:6px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
-	overflow:hidden;
	overflow:visible;
-	box-shadow: 1px 1px 1px #999;
-	-moz-box-shadow: 1px 1px 1px #999;
-	-webkit-box-shadow: 1px 1px 1px #999;
}
#ticker ul li:hover {
	background-color: #f4f4f4;
}
#ticker ul li img {
	position: absolute;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#ticker .prof img{
	left:0px;
	width:28px;
	height:28px;
	box-shadow: 1px 1px 0px #FFF;
	z-index:100;
}
#ticker .live img{
	left:0px;
	width:112px;
	height:63px;
	margin-top:4px;
	z-index:99;
}
#ticker .text {
	position: relative;
	display:block;
	top:0;
	width:154px;
	font-size: 12px;
	color: #707070;
	word-wrap: break-word!important;
	-white-space: nowrap;
	white-space: normal;
	overflow: hidden;
-	overflow: visible;
	text-overflow: ellipsis;
-	display: -webkit-box;
-	-webkit-line-clamp: 2;
-	-webkit-box-orient: vertical;
	min-height:38px;
	max-height:92px;
-	height:38px;
	line-height:1.5;
	max-width:160px;
}
#ticker .name {
	position: relative;
	display:block;
	top:0;
	width:154px;
	font-weight: bold;
	font-size: 12px;
	color: #707070;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#ticker .right {
	text-align:left;
	position: relative;
	left:112px;
	width:154px;
	line-height:1.1em;
	word-wrap: break-word!important;
}
.title {
	position: absolute;
	top:0px;
	left:0px;
	width:300px;
	height:40px;
	line-height:40px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #38f;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top,#fff 50%,#f4f4f4 100%);
}
.title i {
	width: 100%;
	height: 0px;
	border-top: 2px solid #38F;
	background: none repeat scroll 0% 0% #38F;
	position: absolute;
-	z-index: 10;
	left: -1px;
	bottom: 1px;
}
body {
	background-color: #FFF;
}
#contents {
	position: absolute;
	top: 460px;
	width:319px;
	height:450px;
	margin-left:0;
	margin-right:0;
}
.bnr {
	width:300px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
}
.bnr_top {
	width:300px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
}
