.fluid-list-container
{
    width:100%; 
    display: table;
}

.fluid-list-item
{
	float:left;
}

.fluid-list-pagination
{
    text-align: center;
    padding: 10px 5px;
    padding-top: 0px;
    position: relative;
    width: 100%;
    height: 25px;
    margin-bottom: 5px;
}

.fluid-list-per-page-control
{
    position: absolute;
    left: 0px;
}

.fluid-list-per-page-text
{
    font-weight: bold;
}

.fluid-list-pagination-details
{
    position: absolute;
    margin-top: 5px;
    right: 0px;
    top: 0px;
}

.fluid-list-pager
{
    display: table;
    margin-left: auto;
    margin-right: auto;
}