#page-switcher{
	display:inline-block;
}

#page-switcher a{
	text-decoration:none;
}

#page-switcher #first{
	display:inline-block;
}

#page-switcher #first #link{
	display:inline-block;
	background: url('../../core/images/naviFirst.png') no-repeat 0px 0px;
	width:18px; height:18px;
	margin-right:16px;
}

#page-switcher #prev{
	display:inline-block;
}

#page-switcher #prev #link{
	display:inline-block;
	background: url('../../core/images/naviPrev.png') no-repeat 0px 0px;
	width:18px; height:18px;
}

#page-switcher #current-div{
	display:inline-block;
}

#page-switcher #current{
	display:inline-block;
	vertical-align:0.35em;
	margin:0px 16px;
}

#page-switcher #next{
	display:inline-block;
}

#page-switcher #next #link{
	display:inline-block;
	background: url('../../core/images/naviNext.png') no-repeat 0px 0px;
	width:18px; height:18px;
}

#page-switcher #last{
	display:inline-block;
}

#page-switcher #last #link{
	display:inline-block;
	background: url('../../core/images/naviLast.png') no-repeat 0px 0px;
	width:18px; height:18px;
	margin-left:16px;
}

/* ng */

#page-switcher #link-new{
	display:inline-block;
	padding:5px 7px;
	margin:5px 5px;
	background-color:#444;
	color:#fff;
	border-radius:2px;
}

#page-switcher #link-new:hover{
	color:#fff;
	background-color:#aaa;
}

#page-switcher .link-active{
	background-color:#474 !important;
	opacity:0.8;
	color:#eee !important;
	font-weight:bold;
}