.Next-Btn{
	text-align: center;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	font-family: tahoma;
	color: #F0F0F0;
	border-radius: 10px;
	border-bottom: 4px solid #0045A6;
	box-shadow: 4px 4px 4px #999;
	outline: none;
	
	-webkit-user-select: none;        
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
	background: -webkit-linear-gradient(#00C8F8, #0067F7);
    background: -o-linear-gradient(#00C8F8, #0067F7);
    background: -moz-linear-gradient(#00C8F8, #0067F7);
    background: linear-gradient(#00C8F8, #0067F7);
    
	-webkit-transition: background 0.05s linear;  
    -moz-transition: background 0.05s linear;  
    -o-transition: background 0.05s linear;  
    transition: background 0.05s linear;
    
	background-size: 1px 200px;
	transition: all .05s linear;
}
.Next-Btn:hover{
	background-position: 100px;
	outline: none;
}
.Next-Btn:active {
	box-shadow: 2px 2px 2px #777;
	border-bottom: 1px solid #0045A6;
	transform: translateY(3px);
	outline: none;
}
.Next-Btn:disabled {
	font-size: 16px;
	font-weight: 600;
	font-family: tahoma;
	color: #c1c1c1;
	border-radius: 10px;
	border-bottom: 4px solid #343434;
	box-shadow: 4px 4px 4px #999;
	background: -webkit-linear-gradient(#787878, #515151);
    background: -o-linear-gradient(#787878, #515151);
    background: -moz-linear-gradient(#787878, #515151);
    background: linear-gradient(#787878, #515151);
	transform: none;
	outline: none;
}




.Prev-Btn{
	text-align: center;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	font-family: tahoma;
	color: #F0F0F0;
	border-radius: 10px;
	border-bottom: 4px solid #0045A6;
	box-shadow: 4px 4px 4px #999;
	outline: none;

	-webkit-user-select: none;        
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
	background: -webkit-linear-gradient(#00C8F8, #0067F7);
    background: -o-linear-gradient(#00C8F8, #0067F7);
    background: -moz-linear-gradient(#00C8F8, #0067F7);
    background: linear-gradient(#00C8F8, #0067F7);
    
	-webkit-transition: background 0.05s linear;  
    -moz-transition: background 0.05s linear;  
    -o-transition: background 0.05s linear;  
    transition: background 0.05s linear;
    
	background-size: 1px 200px;
	transition: all .05s linear;
}

.Prev-Btn:hover{
	background-position: 100px;
	outline: none;
}

.Prev-Btn:active {
	box-shadow: 2px 2px 2px #777;
	border-bottom: 1px solid #0045A6;
	transform: translateY(3px);
	outline: none;
}
.Prev-Btn:disabled {
	font-size: 16px;
	font-weight: 600;
	font-family: tahoma;
	color: #c1c1c1;
	border-radius: 10px;
	border-bottom: 4px solid #343434;
	box-shadow: 4px 4px 4px #999;
	background: -webkit-linear-gradient(#787878, #515151);
    background: -o-linear-gradient(#787878, #515151);
    background: -moz-linear-gradient(#787878, #515151);
    background: linear-gradient(#787878, #515151);
	transform: none;
	outline: none;
}