.totemticker{
	width: 100px;
	height:320px !important;
	overflow:hidden;
	margin:0 auto; padding:0;
	/*-webkit-box-shadow:0 1px 3px rgba(0,0,0, .4);*/
}

.totemticker li{
	width:96px;
	height:96px;
	display:block;
	border:2px solid #ccc;
	margin-bottom:10px;	
	cursor:pointer;
}
.totemticker li.on{
	border-color:rgb(0,156,211);
}
