			.gigantic.pagination {
				margin-top:2rem;
				float:rght;
				margin-right:1rem;
			
			}
			.pagination {
				display:inline-block;
				    border: 1px solid #f39700;
				border-radius:3px;
			}
			.gigantic.pagination a {
				    height: 2rem;
    width: 2rem;
    font-size: 34px;
    line-height: 2rem;
				    color: #ccc;
    background: #f39700;
/*     border-right: 1px solid #f39700; */
    border-left: 1px solid #f39700;
			}
			.gigantic.pagination a:hover{
				color:#fff;
			}
			.pagination a:first-child {
				border:none;
				border-radius:2px 0 0 2px;
			}
			.pagination a:last-child {
				border:none;
				border-radius:0 2px 2px 0;
			}
			.gigantic.pagination input {
				height: 2rem;
			}
			.pagination input {
				float:left;
				margin:0;
				padding:0;
				width:9rem;
				height:3rem;
				outline:none;
				border:none;
				vertical-align:middle;
				text-align:center;
				
			}
			.pagination input::-ms-clear{
			    display: none;
			}
			#choosePageSize,#choosePageSize2,#choosePageSize3,#choosePageSize5{
				position:absolute;
				bottom:0;
				border:1px solid #f39700;
				background:#FAFAFA none repeat scroll 0 0;
				padding:2px 4px;
				-moz-border-radius:4px;
				-webkit-border-radius:4px;
				border-radius:4px;
				resize:none;
				font-family:inherit;
				font-size:inherit;
				height:2rem;
				line-height:26px;
				text-transform:none;
				font:inherit;
				color:inherit;
			}
			select:focus {
				outline:0;
				text-decoration:none;
			}
			.pagination a:hover,.pagination a:focus,.pagination a:active {
				background-color:#0891ce
			/* 	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f39700),color-stop(100%,lightgrey));
				background-image:-webkit-linear-gradient(#f39700,lightgrey);
				background-image:linear-gradient(#f39700,lightgrey); */
				color:#fff;
			}
			.pagination a {
				display:block;
				float:left;
				width:3rem;
				height:5rem;
				outline:none;
				border-right:1px solid #c0e9fb;
				border-left:1px solid #c0e9fb;
				vertical-align:middle;
				text-align:center;
				text-decoration:none;
				font-weight:bold;
				font-size:34px;
				font-family:Times,'Times New Roman',Georgia,Palatino;
				background:#0891ce
				/* background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f39700),color-stop(100%,lightgrey));
				background-image:-webkit-linear-gradient(#f39700,lightgrey);
				background-image:linear-gradient(#f39700,lightgrey); */
				color:#fff;
			}