/*******************************/
/** arrows **/
/******************************/

.arrows
{
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
}

.arrows a
{
	color: #fff;
}

.arrows #firstprev
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	color: #999999;
}

.arrows #nextlast
{
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
	color: #999999;
}

.arrows #count
{
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	font-size: 16px;
	font-style: italic;
	padding: 0px 5px;
	text-align: center;
}