
/* Doofensmirtz Paginator */



div.paginator {
	padding:10px 0px 0px 0px;
	margin:0px;
	float:left;
	font-size: 10px;
	color: #666;
}

div.paginator li {
	display: block;
	float: left;
}

#caption, #pro {
	float: left;
	margin-left: 7px;
	padding:10px 0px 0px 0px;
}

div#caption span {
	font-weight: bold;
}

div.paginator a {
	padding: 3px 7px 3px 6px;
	margin-right: 2px;
	text-decoration: none;
	color: #aaa;
	font-size: 10px;
	background: url(../images/icons/paginator_current.gif) no-repeat;
	
}
div.paginator a:hover, div.paginator a:active {
	padding: 3px 7px 3px 6px;
	margin-right: 2px;
	color: #666666;
	font-size: 10px;	
	background: url(../images/icons/paginator_on.gif) no-repeat;

}
div.paginator span.current {
	padding: 3px 7px 3px 6px;
	margin-right: 2px;
	font-weight: bold;
	background-color: #fff;
	color: #aaa;
	font-size: 10px;
	background: url(../images/icons/paginator_on.gif) no-repeat;	
}
div.paginator span.disabled {
	padding: 3px 6px 3px 6px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}

div.caption {
	font-weight: bold;
}

ul.thumbs li.selected a.thumb {
	font-weight: bold;
}

div.pagination span.current {
	font-weight: bold;
}

