* {
  margin: 0;
  padding: 0;}
.littleGuide {
  margin-top: -3px;
  height: 25px;
  font-size: 14px;
  color: #eeeeee;
  width:100%;
  margin-bottom: 33px;
  /* overflow: hidden; */
  /* min-height: 1400px; */
  }

.little_guide_container{
  height: 28px;
  line-height: 27px;
  border: 1px solid #ccc;
  float: left;
  position: relative;
  color: grey;
  background: #EEE none repeat scroll 0% 0%;
  width: 189px;
  }

.title_display{
  color: grey;
  position: absolute;
  margin-left: 15px;}

.tri {
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: #F7924E #0C0B0B #080707;
  position: absolute;
  top: 10px;
  right: 10%;
  display: none;}

.littleGuide .title_display:hover .tri {
  border-color: #F8914D #111 #111 #111;}