/* ======================================================================
  Show More
======================================================================== */

.v2-show-more {
	text-align: center;
    font-size: 12px;
    position: absolute;
    right: 10px;
    bottom: 0;
}

.v2-show-more a {
	text-decoration: none;
    display: inline-block;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    padding: 8px 15px;
    border-radius: 4px 4px 0 0;
    line-height: 1;
    color: #999;
}

.v2-show-more i {
	margin-right: 5px;
}