.box { height:175px; overflow:scroll; margin:0 auto;}
.liclass { list-style:none; border:1px #999 solid; font-family:"Comic Sans MS", cursive; padding:15px; margin-bottom:7px; }
.ulclass { list-style-type:none; padding:15px;  }
a:hover { text-decoration:underline; color:#036; }
#box2000 > div{ -webkit-transition: width 0.2s ease; -moz-transition: width 0.2s ease; -o-transition: width 0.2s ease; -ms-transition: width 0.2s ease; 	transition: width 0.2s ease; }
#box2000 > div:hover{width:150%!important; cursor:pointer;}