.divPagination
{
	height:36px;
	line-height:normal;
	position:relative;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	width:220px;
}

.divPagination .btnPreviousPage
{
	border-radius:3px;
	cursor:pointer;
	height:36px;
	left:0px;
	position:absolute;
	top:0px;
	transition:box-shadow 0.25s;
	width:36px;
}

.divPagination .btnPreviousPage:after
{
	border-bottom:5px solid transparent;
	border-right:5px solid rgba(0, 0, 0, 0.54);
	border-top:5px solid transparent;
	content:"";
	height:0px;
	left:15px;
	position:absolute;
	top:13px;
	width:0px;
}

.divPagination .btnNextPage
{
	border-radius:3px;
	cursor:pointer;
	height:36px;
	left:184px;
	position:absolute;
	top:0px;
	transition:box-shadow 0.25s;
	width:36px;
}

.divPagination .btnNextPage:after
{
	border-bottom:5px solid transparent;
	border-left:5px solid rgba(0, 0, 0, 0.54);
	border-top:5px solid transparent;
	content:"";
	height:0px;
	left:16px;
	position:absolute;
	top:13px;
	width:0px;
}

.divPagination .btnPreviousPage:hover, .divPagination .btnNextPage:hover
{
	box-shadow:0px 2px 5px 1px rgba(0, 0, 0, 0.2);
}

.divPagination .drdShow
{
	left:51px;
	position:absolute;
	top:0px;
	width:54px;
}

.divPagination .drdPage
{
	left:115px;
	position:absolute;
	top:0px;
	width:54px;
}