/*
	Totem Ticker Stylesheet
	Zach Dunn / Build Internet (buildinternet.com)
	Winter 2011
*/

#vertical-ticker{
	height:320px;
	overflow:hidden;
	
}

	#vertical-ticker li{
		display:block;
		height: 110px;
	}
	.sv-down{position: absolute;bottom: 0px;left: 85%;}
	.sv-up{position: absolute;bottom: 0px;left: 75%;}
	.sv-arrowicon{width:20px; height:20px;background-image:url('http://thinkworks.in/wp-content/uploads/2013/10/up.png');background-size: 20px;background-repeat: no-repeat;}
	.sv-arrowicon:hover {background-image:url('http://thinkworks.in/wp-content/uploads/2013/10/upred.png');background-size: 20px;background-repeat: no-repeat;}
	.sv-arrowicond{width:20px; height:20px;background-image:url('http://thinkworks.in/wp-content/uploads/2013/10/down.png');background-size: 20px;background-repeat: no-repeat;}
	.sv-arrowicond:hover {background-image:url('http://thinkworks.in/wp-content/uploads/2013/10/downred.png');background-size: 20px;background-repeat: no-repeat;}