div#photos, div#paginator-wrapper, div#linkF {
	width: 540px;
}
div#photos {
	float: left;
	margin: 20px 0 0 20px;
	display: inline;
}

div#paginator-wrapper {
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}
	
div.photo {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

div#paginator {
	background: url(../img/bg-paginator.gif) repeat-x center bottom;
	height: 32px;
	*height:25px;
	_height:25px;
	display: inline-block;
	*display: inline;
	_display: inline;
	clear: both;
	width: auto;
	margin: 0 auto;
}

div#paginator, div#paginator a {
	color: #565656;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

div#paginator span, div#paginator a:hover {
	color: #ac151c;
	text-decoration: underline;
}

div#paginator a, div#paginator span {
	display: inline-block;
	width: 15px;
	height: 25px;
	line-height: 25px;
}

a#proxima, a#anterior {
	background-repeat: no-repeat;
	background-position: center bottom;
}

a#anterior {
	background-image: url(../img/anterior.gif);
}

a#proxima {
	background-image: url(../img/proxima.gif);
}

div#linkF {
	text-align: right;
}



