/* Redefine default theme */
.tx-yag-gallery-thumb-outerframe, .tx-yag-album-thumb-outerframe, .tx-yag-item-thumb-outerframe {
    height: auto;
    margin: 0 10px 10px 0;
}

/* Pager */
.tx-ptextlist-pager-wrapper {
    border-top: 1px solid #909090;
    margin-top: 20px;
    padding: 5px;
    overflow: hidden;
}

.tx-ptextlist-pager {
    margin-left: 0;
    text-align: center;
}

.tx-ptextlist-pager li {
    display: inline;
}

.tx-ptextlist-pager li.number a, .tx-ptextlist-pager li a span, .tx-ptextlist-pager li.number .cur, .tx-ptextlist-pager li.number .fill{
    background-color: #c6c6c7;
    color: #919392;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    width: 28px;
    line-height: 28px;
    margin-right: 6px;
    padding: 0;
    text-align: center;
    font-weight: normal;
}

.tx-ptextlist-pager li.number a:hover, .tx-ptextlist-pager li a:hover span, .tx-ptextlist-pager li a:hover {
    color: #FF8700;
    text-decoration: none;
}

#content .number a {
	color: #919392;
}

.tx-ptextlist-pager li.number .fill {
    color: #BFBFBF;
}

.tx-ptextlist-pager li.number .cur {
    color: #fff;
}

.tx-ptextlist-pager li a {
    text-decoration: none;
}

.tx-ptextlist-pager-item-display {
    color: #393939;
    padding-top:10px;
}

.tx-ptextlist-pager-item-display .first, .tx-ptextlist-pager-item-display .last, .tx-ptextlist-pager-item-display .count {
    color: #707070;
}

.odd {
	float: left;
}

.even, .right {
	float: right!important;
	margin-right: 0!important;
}

.center {
	margin-left: 18px;
}