/* topnews */
.topnews_container {
/*	background:url(../gfx/topnews_view.jpg) no-repeat;
	width:540px;
	height:390px;*/
	background:url(../gfx/topnews_view_new.jpg) no-repeat;
	width:545px;
	height:415px;
	position:relative;
	left:-3px;
}

.topnews_container .view, .topnews_container .view .entry .image_wrap {
	/*width:510px;
	height:362px;*/
	width:512px;
	height:384px;
}

.topnews_container .btn_topnews_left {
	position:absolute;
	top:180px;
	left:-8px;
}
.topnews_container .btn_topnews_right {
	position:absolute;
	top:180px;
	right:-7px;
}
.topnews_container .view {
	position:absolute;
	top:11px;
	left:16px;
	overflow:hidden;
}
.topnews_container .view .controller_wrap {
	bottom:100px;
	left:10px;
	position:absolute;
	z-index:10;
}
.topnews_container .view .controller_wrap .page {
	background:url(../gfx/topnews_controller_bg.jpg) repeat-x;
	border:solid 1px #717171;
	cursor:pointer;
	float:left;
	margin-right:5px;
	padding:1px 5px;
	height:12px;
	line-height:10px;
	margin-right:5px;
	padding:1px 4px;
}
.topnews_container .view .controller_wrap .page:hover ,
.topnews_container .view .controller_wrap .active {
	background:url(../gfx/topnews_controller_bg_hover.jpg);
	border:solid 1px #fff;
	color:#fff;
}
.topnews_container .view .entries {
	white-space: nowrap;
	position:relative;
}
.topnews_container .view .entry {
	float:left;
	position:relative;
}
.topnews_container .view .entry .background {
	position:absolute;
	bottom:0px;
	left:0px;
	background:#000;
	opacity:0.5;
	width:100%;
	height:90px;
}
.topnews_container .view .entry .description_wrap {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:90px;
}
.topnews_container .view .entry .btn_topnews_videonow {
	float:right;
	margin:10px;
}
.topnews_container .view .entry .text {
	white-space:normal;
	width:350px;
	padding:10px;
	font-size:11px;
	cursor:default;
}
.topnews_container .view .entry .text,.topnews_container .view .entry .text * {
	color:#fff;
}

/* btns */
.btn_topnews_left {background-position:0 0;}
.btn_topnews_left:hover {background-position:0 -37px;}

.btn_topnews_right {background-position:-23px 0;}
.btn_topnews_right:hover {background-position:-23px -37px;}

.btn_topnews_videonow {background-position:0px 0;}
.btn_topnews_videonow:hover {background-position:0 -60px;}

.btn_topnews_left, .btn_topnews_right {
	background-image:url(../gfx/topnews_btns.gif);
	background-color:transparent;
	cursor:pointer;
	border:0px;
	outline: none;
}
.btn_topnews_videonow {
	background-image:url(../gfx/topnews_video_btns.png);
	background-color:transparent;
	cursor:pointer;
	border:0px;
	outline: none;
}

.btn_topnews_left, .btn_topnews_right {
	width:23px;
	height:36px;
}

.btn_topnews_videonow {
	width:60px;
	height:60px;
}