.feature .contentdiv{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 305px;
	padding: 26px 16px;
	height: 349px;
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	position: absolute;
		left: 16px;
		bottom: 16px;
	height: 100px;
	width: 20px;
}

html > body .pagination{  /* IE Hack - seen only in Firefox */
	position: absolute;
		left: 0px;
		bottom: 16px;
	height: 100px;
	width: 20px;
}

.pagination a{
	text-decoration: none;
	width: 15px;
	height: 15px;
	display: block;
	background: #c2c2c2;
	border-left: 1px solid #aaa;
	font-size: 10px;
	font-family: Arial;
	color: #888;
	text-align: center;
	line-height: 15px;
}

.pagination a:hover, .pagination a:active{
	border: 0;
	border-left: 1px solid #aaa;
	background-color: #ccc;
}

.pagination a:visited{
	color: #888;
}

.pagination a.selected, .pagination a.selected:hover{
	width: 28px;background: transparent url('../images/arrow.gif') left top no-repeat;
	border: 0;
	color: #888;
	border-left: 1px solid #aaa;
	cursor: pointer;
}

.pagination a.prev:link, .pagination a.prev:visited{width: 15px;}
.pagination a.prev:hover, .pagination a.prev:active{width: 15px;}
.pagination a.next:link, .pagination a.next:visited{width: 15px;}
.pagination a.next:hover, .pagination a.next:active{width: 15px;}
