/*

	This is the only semi-important stuff for plugin installation
	It's just an example, so customize away!
*/

#vertical-area {
	height:100px;
	overflow:hidden;
	position:relative;
}
#vertical-ticker{
	position:absolute;
	overflow:hidden;
	margin:0 0 0 35px;
	padding:0;
}

#vertical-ticker li {
    margin-bottom:13px;
    line-height: 1em;
	list-style:none;
}

#ticker-previous, #ticker-next {
    position: absolute;
}
#ticker-previous {
    top: 22px;
}
#ticker-next {
    top: 114px;
}