﻿.thumb
{
	width: 190px;
    display: block;
    float: left;
	height: 170px;
	text-align: center;
	font-family: Tahoma;
    padding: 5px;
    border: 1px solid #FFF;
}

.thumb:hover
{
    background-color: #cdf6cd;
    border-color: #000;
}
.thumb .id
{
	color: Gray;
	font-size: 7pt;
	display: none;
}
.thumb .rider
{
	color: #000;
	font-size: 8pt;
	font-weight: bold;
}
.photo
{
    width: 100%;
	font-size: 8pt;
	font-family: Lucida Sans, Tahoma, Arial;
	text-align: center;
    padding-bottom: 20px;
}
.photo img, .thumb img
{
	border: 1px solid #000;
    margin: 5px;
}

.pagination
{
    float: left;
}