#lightYearContain {
  width: 200px;
  height: 230px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

#lightYearContain ul {
  position: relative;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  height: 200px;
}

#lightYearContain ul li {
  float: left;
  width: 200px;
  height: 200px;
}

#lightYearContain ul li a {
  /* font-family: Brush Script Std, Brush Script MT, cursive; */
  /* font-family: "Gessele"; */
  font-family: 'Reenie Beanie', cursive;
  font-size: 1.6em;
  color: black;
  text-decoration: none;
  text-align: center;
  display: block;
}

#subcategory_item {
  border: 0px solid blue;
  line-height: 0px;
}

#subcategory_item img{
  margin-top: 40px;
  width:120px;
  height:120px;
}

#subcategory_item p{
    line-height: 10px;
}

#navPrev, #navNext {
position: absolute;
top: 0;
overflow: hidden;
display: block;
cursor: pointer;
overflow: hidden;
text-indent: 101%;
white-space: nowrap;
z-index: 5000;
background: transparent;
height: 200px;
width: 40px;
}
#navPrev:after, #navNext:after {
content: '';
display: block;
position: absolute;
top: 80px;
cursor: pointer;
}
}
#navPrev {
left: 0;
}
#navPrev:after {
border-top: 11px solid transparent;
border-bottom: 11px solid transparent;
border-right: 11px solid #000000;
width: 0;
height: 0;
left: 15px;
}
#navNext {
right: 0;
}
#navNext:after {
border-top: 11px solid transparent;
border-bottom: 11px solid transparent;
border-left: 11px solid #000000;
width: 0;
height: 0;
left: 15px;
right: 15px;
}
#first {
background: transparent;
}
#second {
background: transparent;
}
#third {
background: transparent;
}
#fourth {
background: transparent;
}
#fifth {
background: transparent;
}
.cf:before,  .cf:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.cf:after {
clear: both;
}