
#twitter_div {
	
}

#twitter_update_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#twitter_update_list li {
	margin: 5px 0;
}

#twitter_update_list li span {
	display: block;
}

#twitter_controls {
	margin: 5px 0;
	width: 145px;
	overflow: hidden;
}


#twitter_prev {
	background: url(/offices/comm/img/twitter_prev_on.png) left 50% no-repeat;
	margin-right: 5px;
	padding: 0 6px;
	width: 12px;
}

#twitter_prev_off {
	background: url(/offices/comm/img/twitter_prev_off.png) left 50% no-repeat;
	margin-right: 5px;
	padding: 0 6px;
	width: 12px;
}

#twitter_next {
	background: url(/offices/comm/img/twitter_next_on.png) right 50% no-repeat;
	padding: 0 6px;
	width: 12px;
}

#twitter_next_off {
	background: url(/offices/comm/img/twitter_next_off.png) right 50% no-repeat;
	padding: 0 6px;
	width: 12px;
}

#twitter_follow {
	display: block;
	float: right;
	width: 60px;
	text-align: right;
}
