ul.showfistory {
	display:block;
	width:100%;
   list-style:none;
   color:#fff;
	float:left;
	margin:0px;
	padding:0px;
	text-align:center;
}

ul.showfistory li{
   display:block;
	float:99%;
	margin:0 0 1px 0;
	padding:10px 0 10px 0;
	text-align:center;
   background-color: #fff;
   border: 1px solid #91B3D5;
  /* border-right: 1px solid #91B3D5;*/
	/*background-color: #91B3D5;*/
}

ul.showfistory li a:link,a:hover, a:visited{
   text-decoration:none;
	font-size:12px;
	/*color:#fff;*/
   color:#91B3D5;
}

ul.showfistory li a img{
   border: 0px;
}

ul.showfistory li span{
   display:block;
	font-weight:bold;
	float:left;
	width:140px;
	margin: 5px 5px 15px 5px;
	padding:0px;
   color:#91B3D5;
}
