.list_carousel {
   margin: 0 auto 30px;
   width: 900px;
   padding:0 0 0 10px;
}
.list_carousel ul {
   margin: 0;
   padding: 0;
   list-style: none;
   display: block;
}
.list_carousel li {
   font-size: 40px;
   color: #999;
   text-align: center;
   background-color: #eee;
   border: 3px solid #fff;
   border-bottom:35px solid #fff;
   width: 250px;
   height: 140px;
   padding: 0;
   margin:30px 20px;
   display: block;
   float: left;
   -webkit-box-shadow: 1px 1px 3px #808080;
   -moz-box-shadow: 1px 1px 3px #808080;
   box-shadow: 1px 1px 3px #808080;
   position:relative;
}
.clearfix {
   float: none;
   clear: both;
}
li p {
   position: absolute;
   text-align: center;
   width: 100%;
   font-family: 'Kaushan Script', cursive;
   color: #756F61;
   font-size:21px;
   top:120px;
}

