#limit .listin li {
	float: left;
	display: block;
	margin-right: 4px;
	margin-bottom: 1px;
	margin-top: 1px;
}
#limit {
	height: 176px;
	width: 235px;
	padding-left: 7px;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}
#listincontainer {
	position: relative;
	height: 260px;
}

#pagenaver {
	background-image: url(../images/internalnav_bg.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 240px;
	padding-top: 3px;
	padding-left: 5px;
	position: absolute;
	bottom: 0px;
}
#pagenaver .next  {
	background-image: url(../images/next.jpg);
	background-position: 0px bottom;
}
#pagenaver a {
	color: #FFF;
	height: 33px;
	width: 64px;
	display: block;
	float: left;
	text-decoration: none;
	line-height: 29px;
	text-align: center;
}
.listin li a img {
	height: 40px;
	width: 40px;
}

#pagenaver a:hover {
	color: #000;
	background-position: 0px top;
}



#limit .listin li a {
	border: 1px solid #000;
	display: block;
}
#pagenaver .prev  {
	background-image: url(../images/prev.jpg);
	background-position: 0px bottom;
	margin-right: 100px;
}
#limit .listin li a:hover {
	border: 1px solid #FFF;
}

