.vertical {
	position: relative;
	overflow: hidden;
	height: 252px;
	width: 160px;
}
.items {
	position: absolute;
	height: 20000em;
	margin: 0px;
}
.item {
	border-bottom:1px solid #ddd;
	margin: 10px 0;
	padding: 15px;
	font-size: 12px;
	height: 180px;
}
.item img {
	float: left;
	margin-right: 20px;
	height: 180px;
	width: 240px;
}
.item h3 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #456;
	font-weight: normal;
}
#actions {
	width: 300px;
	margin: 30px 0 10px 0;
}
#actions a {
	font-size: 11px;
	cursor: pointer;
	color: #666;
}
a.prev {
	cursor: pointer;
	color: #666;
	width: 160px;
	height: 0px;
	padding-top: 17px;
	overflow: hidden;
	display: block;
}
a.next {
	cursor: pointer;
	color: #666;
	width: 160px;
	height: 0px;
	padding-top: 17px;
	overflow: hidden;
	display: block;
}

#actions a:hover {
	text-decoration: underline;
	color: #000;
}
/*
.prev.disabled {
	cursor: default!important;
	background: url(../../images/wbs/topics_mov_up.jpg)!important;
}
.next.disabled {
	cursor: default!important;
	background: url(../../images/wbs/topics_mov_down.jpg)!important;
}
*/

#wbswrap a.prev {background: url(../../images/wbs/topics_mov_up.jpg);}
#wbswrap a.next {background: url(../../images/wbs/topics_mov_down.jpg);}
#wbswrap a.prev:hover {background: url(../../images/wbs/topics_mov_upon.jpg);}
#wbswrap a.next:hover {background: url(../../images/wbs/topics_mov_downon.jpg);}

#txnwrap a.prev {background: url(../../images/txn/topics_mov_up.jpg);}
#txnwrap a.next {background: url(../../images/txn/topics_mov_down.jpg);}
#txnwrap a.prev:hover {background: url(../../images/txn/topics_mov_upon.jpg);}
#txnwrap a.next:hover {background: url(../../images/txn/topics_mov_downon.jpg);}

#nmswrap a.prev {background: url(../../images/nms/news_mov_up.jpg);}
#nmswrap a.next {background: url(../../images/nms/news_mov_down.jpg);}
#nmswrap a.prev:hover {background: url(../../images/nms/news_mov_upon.jpg);}
#nmswrap a.next:hover {background: url(../../images/nms/news_mov_downon.jpg);}

#nfwrap a.prev {background: url(../../images/newsfine/news_mov_up.jpg);}
#nfwrap a.next {background: url(../../images/newsfine/news_mov_down.jpg);}
#nfwrap a.prev:hover {background: url(../../images/newsfine/news_mov_upon.jpg);}
#nfwrap a.next:hover {background: url(../../images/newsfine/news_mov_downon.jpg);}

#emwrap a.prev {background: url(../../images/emorning/news_mov_up.jpg);}
#emwrap a.next {background: url(../../images/emorning/news_mov_down.jpg);}
#emwrap a.prev:hover {background: url(../../images/emorning/news_mov_upon.jpg);}
#emwrap a.next:hover {background: url(../../images/emorning/news_mov_downon.jpg);}

#mpwrap a.prev {background: url(../../images/mplus/news_mov_up.jpg);}
#mpwrap a.next {background: url(../../images/mplus/news_mov_down.jpg);}
#mpwrap a.prev:hover {background: url(../../images/mplus/news_mov_upon.jpg);}
#mpwrap a.next:hover {background: url(../../images/mplus/news_mov_downon.jpg);}

#nawrap a.prev {background: url(../../images/newsanswer/news_mov_up.jpg);}
#nawrap a.next {background: url(../../images/newsanswer/news_mov_down.jpg);}
#nawrap a.prev:hover {background: url(../../images/newsanswer/news_mov_upon.jpg);}
#nawrap a.next:hover {background: url(../../images/newsanswer/news_mov_downon.jpg);}
























