.button:hover, input.button { cursor:pointer; }
.button::-moz-focus-inner { border:0; }		

.button {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	display:inline-block;
    position:relative; 
  
	font-size: 16px; 
	padding: .5em 15px;
	font-weight:bold;

	background: #d2d2d2;
	background: -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));

	border: 1px solid #dfdfdf;
	border-bottom: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;

	-moz-box-shadow: inset 0 1px 0 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 0 #fff;
	box-shadow: inset 0 1px 0 0 #fff;
	color: #333;
	text-shadow: 0 1px 1px #fff;

	/*-pie-background: linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%); 
	behavior: url(/include/PIE.htc); Comment out for IE9 issue */
}  
  
.button:hover {
	background: #f8971d;
	/*background: #c7c7c7;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);*/
}

.button:active {
	-moz-box-shadow: inset 0 0 20px 0 #999, 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 0 20px 0 #999, 0 1px 0 #fff;
	box-shadow: inset 0 0 20px 0 #999, 0 1px 0 #fff;
	border-color:#b4b4b4;
	cursor: pointer;
}  

.securelock {
	background: url('/images/buttons/lock-button-grey.png') no-repeat right center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/lock-button-grey.png') no-repeat right center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/lock-button-grey.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/lock-button-grey.png') no-repeat right center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	padding-right:40px;*padding-right:40px!important; 	
}

.securelock:hover {
    background: url('/images/buttons/lock-button-grey.png') no-repeat right center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/lock-button-grey.png') no-repeat right center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/lock-button-grey.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	-pie-background: url('/images/buttons/lock-button-grey.png') no-repeat right center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%); 	
}

.accent {  
	background: #498fa0;
	background: -moz-linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);
	background: -o-linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #afccd3), color-stop(0.5, #7eadb8), color-stop(0.5, #5e98a6), color-stop(1, #498fa0));
	border: 1px solid #abc9d0;
	border-bottom: 1px solid #2e7080;
	border-right: 1px solid #2e7080; 
	-moz-box-shadow: inset 0 1px 0 0 #def1f6;
	-webkit-box-shadow: inset 0 1px 0 0 #def1f6;
	box-shadow: inset 0 1px 0 0 #def1f6;
	color: #fff;
	text-shadow: 0 -1px 1px #205a68;
	-pie-background: linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);  
}

.accent:hover {
	background: #377f90;
	background: -moz-linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
	background: -o-linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #8fb1ba), color-stop(0.5, #6a9aa6), color-stop(0.5, #4f8997), color-stop(1, #3f8293));
	cursor: pointer;
	-pie-background: linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
}

.accent:active {
	-moz-box-shadow: inset 0 0 20px 0 #215562, 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 0 20px 0 #215562, 0 1px 0 #fff;
	box-shadow: inset 0 0 20px 0 #215562, 0 1px 0 #fff;
	border-color:#2e7080;
	cursor: pointer;
}

.purchase {  
	background: #ff7027;
	background: -moz-linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
	background: -o-linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FDC8AD), color-stop(0.87, #FD5B09), color-stop(1, #FD5B09));
	border: 1px solid #EB994A;
	border-bottom: 1px solid #FD5B09;
	border-right: 1px solid #F47C2C; 
	border-left: 1px solid #F47C2C;
	-moz-box-shadow: inset 0 1px 0 0 #fcc8c8;
	-webkit-box-shadow: inset 0 1px 0 0 #fcc8c8;
	box-shadow: inset 0 1px 0 0 #fcc8c8;
	color: #fff;
	text-shadow: 0 0 1px #440a05;
	-pie-background: linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%); 
}

.purchase:hover {
	background: #ff5600;
	background: -moz-linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
	background: -o-linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fd8d55), color-stop(0.87, #ce4f0f), color-stop(1, #ce4f0f));
	cursor: pointer;
	-pie-background: linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
}

.purchase:active {
	-moz-box-shadow: inset 0 0 20px 0 #540700, 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 0 20px 0 #540700, 0 1px 0 #fff;
	box-shadow: inset 0 0 20px 0 #540700, 0 1px 0 #fff;
	border-color:#870c00;
	cursor: pointer;
} 

.button:link, .button:visited, .button:hover, .button:active, .button:focus  { color: #333; text-decoration:none; }
.purchase:link, .purchase:visited, .purchase:hover, .purchase:active, .purchase:focus  { color: #fff; text-decoration:none; }
.noXSell:link, .noXSell:visited, .noXSell:hover, .noXSell:active, .noXSell:focus  { color: #888; text-decoration:none; }
.accent:link, .accent:visited, .accent:hover, .accent:active, .accent:focus  { color: #fff; text-decoration:none; }



.largest { font-size: 28px; padding: .5em 24px; }
.larger { font-size: 24px; padding: .5em 20px; }
.large { font-size: 18px; padding: .5em 18px; }
.small { font-size: 14px; padding: .5em 12px; }
.smaller { font-size: 12px; padding: .5em 10px; }
.smallest { font-size: 8px;  padding: .5em 8px; text-transform:uppercase; -moz-border-radius: 5px;	-webkit-border-radius: 5px;	border-radius: 5px; }

input.largest,
input.larger,
input.large,
input.button,
input.accent,
input.purchase,
input.noXSell,
input.small,
input.smaller,
input.smallest  { *padding:.5em 0; }



.largest.cirarrow { padding: .5em 65px .5em 20px; }
.larger.cirarrow { padding: .5em 65px .5em 20px; }
.large.cirarrow { padding: .5em 47px .5em 18px; }
.cirarrow { padding: .5em 43px .5em 15px; }
.small.cirarrow { padding: .5em 40px .5em 12px; }
.smaller.cirarrow { padding: .5em 32px .5em 10px; }
.smallest.cirarrow { padding: .3em 24px .3em 8px; }

.largest.next { padding: .5em 45px .5em 18px; }
.larger.next { padding: .5em 45px .5em 18px; }
.large.next { padding: .5em 39px .5em 15px; }
.next { padding: .5em 40px .5em 12px; }
.small.next { padding: .5em 40px .5em 12px; }
.smaller.next { padding: .5em 32px .5em 10px; }
.smallest.next { padding: .3em 21px .3em 8px; }

input.largest.next, input.largest.cirarrow,
input.larger.next, input.larger.cirarrow,
input.large.next, input.large.cirarrow,
input.button.next, input.button.cirarrow,
input.purchase.next, input.purchase.cirarrow,
input.noXSell.next, input.noXSell.cirarrow,
input.small.next, input.small.cirarrow,
input.smaller.next, input.smaller.cirarrow,
input.smallest.next, input.smallest.cirarrow { *padding:.5em 1.25em .5em 0; }


.largest.prev { padding: .5em 20px .5em 48px; }
.larger.prev{ padding: .5em 20px .5em 48px; }
.large.prev { padding: .5em 15px .5em 35px; }
.prev { padding: .5em 12px .5em 32px; }
.small.prev { padding: .5em 12px .5em 32px; }
.smaller.prev { padding: .5em 10px .5em 29px; }
.smallest.prev { padding: .3em 8px .3em 21px; }


input.largest.prev,
input.larger.prev,
input.large.prev,
input.small.prev,
input.smaller.prev,
input.smallest.prev { *padding:.25em 0 .25em .75em; }


.large.printer { padding: .5em 50px .5em 18px; }
input.large.printer { *padding:.25em .75em .25em 0; }



.largest.prev {
	background: url('/images/buttons/prev5_dark.png') no-repeat left center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/prev5_dark.png') no-repeat left center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/prev5_dark.png') no-repeat left center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/prev5_dark.png') no-repeat right center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.larger.prev {
	background: url('/images/buttons/prev5_dark.png') no-repeat left center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/prev5_dark.png') no-repeat left center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/prev5_dark.png') no-repeat left center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/prev5_dark.png') no-repeat left center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.large.prev {
	background: url('/images/buttons/prev4_dark.png') no-repeat left center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/prev4_dark.png') no-repeat left center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/prev4_dark.png') no-repeat left center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/prev4_dark.png') no-repeat left center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.prev {
	background: url('/images/buttons/prev3_dark.png') no-repeat left center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/prev3_dark.png') no-repeat left center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/prev3_dark.png') no-repeat left center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/prev3_dark.png') no-repeat left center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.small.prev {
	background: url('/images/buttons/prev3_dark.png') no-repeat left center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/prev3_dark.png') no-repeat left center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/prev3_dark.png') no-repeat left center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/prev3_dark.png') no-repeat left center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.smaller.prev {
	background: url('/images/buttons/prev2_dark.png') no-repeat left center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/prev2_dark.png') no-repeat left center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/prev2_dark.png') no-repeat left center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/prev2_dark.png') no-repeat left center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.smallest.prev {
	background: url('/images/buttons/prev1_dark.png') no-repeat left center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/prev1_dark.png') no-repeat left center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/prev1_dark.png') no-repeat left center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/prev1_dark.png') no-repeat left center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.largest.prev:hover {
	background: #c7c7c7;
	background: url('/images/buttons/prev5_dark.png') no-repeat left center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/prev5_dark.png') no-repeat left center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/prev5_dark.png') no-repeat left center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/prev5_dark.png') no-repeat left center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}
.larger.prev:hover {
	background: #c7c7c7;
	background: url('/images/buttons/prev5_dark.png') no-repeat left center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/prev5_dark.png') no-repeat left center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/prev5_dark.png') no-repeat left center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/prev5_dark.png') no-repeat left center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}
.large.prev:hover {
	background: #c7c7c7;
	background: url('/images/buttons/prev4_dark.png') no-repeat left center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/prev4_dark.png') no-repeat left center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/prev4_dark.png') no-repeat left center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/prev4_dark.png') no-repeat left center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}
.prev:hover {
	background: #c7c7c7;
	background: url('/images/buttons/prev3_dark.png') no-repeat left center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/prev3_dark.png') no-repeat left center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/prev3_dark.png') no-repeat left center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/prev3_dark.png') no-repeat left center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}
.small.prev:hover {
	background: #c7c7c7;
	background: url('/images/buttons/prev3_dark.png') no-repeat left center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/prev3_dark.png') no-repeat left center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/prev3_dark.png') no-repeat left center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/prev3_dark.png') no-repeat left center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}
.smaller.prev:hover {
	background: #c7c7c7;
	background: url('/images/buttons/prev2_dark.png') no-repeat left center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/prev2_dark.png') no-repeat left center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/prev2_dark.png') no-repeat left center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/prev2_dark.png') no-repeat left center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}
.smallest.prev:hover {
	background: #c7c7c7;
	background: url('/images/buttons/prev1_dark.png') no-repeat left center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/prev1_dark.png') no-repeat left center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/prev1_dark.png') no-repeat left center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/prev1_dark.png') no-repeat left center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}


/* Deploy test */





.largest.next {
	background: url('/images/buttons/next5_dark.png') no-repeat right center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/next5_dark.png') no-repeat right center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/next5_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/next5_dark.png') no-repeat right center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.larger.next {
	background: url('/images/buttons/next5_dark.png') no-repeat right center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/next5_dark.png') no-repeat right center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/next5_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/next5_dark.png') no-repeat right center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.large.next {
	background: url('/images/buttons/next4_dark.png') no-repeat right center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/next4_dark.png') no-repeat right center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/next4_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/next4_dark.png') no-repeat right center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.next {
	background: url('/images/buttons/next3_dark.png') no-repeat right center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/next3_dark.png') no-repeat right center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/next3_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/next3_dark.png') no-repeat right center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.small.next{
	background: url('/images/buttons/next3_dark.png') no-repeat right center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/next3_dark.png') no-repeat right center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/next3_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/next3_dark.png') no-repeat right center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.smaller.next {
	background: url('/images/buttons/next2_dark.png') no-repeat right center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/next2_dark.png') no-repeat right center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/next2_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/next2_dark.png') no-repeat right center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.smallest.next {
	background: url('/images/buttons/next1_dark.png') no-repeat right center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/next1_dark.png') no-repeat right center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/next1_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/next1_dark.png') no-repeat right center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.largest.next:hover {
	background: #c7c7c7;
	background: url('/images/buttons/next5_dark.png') no-repeat right center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/next5_dark.png') no-repeat right center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/next5_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/next5_dark.png') no-repeat right center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}
.larger.next:hover {
	background: #c7c7c7;
	background: url('/images/buttons/next5_dark.png') no-repeat right center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/next5_dark.png') no-repeat right center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/next5_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/next5_dark.png') no-repeat right center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}
.large.next:hover {
	background: #c7c7c7;
	background: url('/images/buttons/next4_dark.png') no-repeat right center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/next4_dark.png') no-repeat right center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/next4_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/next4_dark.png') no-repeat right center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}
.next:hover {
	background: #c7c7c7;
	background: url('/images/buttons/next3_dark.png') no-repeat right center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/next3_dark.png') no-repeat right center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/next3_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/next3_dark.png') no-repeat right center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}
.small.next:hover {
	background: #c7c7c7;
	background: url('/images/buttons/next3_dark.png') no-repeat right center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/next3_dark.png') no-repeat right center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/next3_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/next3_dark.png') no-repeat right center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}
.smaller.next:hover {
	background: #c7c7c7;
	background: url('/images/buttons/next2_dark.png') no-repeat right center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/next2_dark.png') no-repeat right center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/next2_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/next2_dark.png') no-repeat right center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}
.smallest.next:hover {
	background: #c7c7c7;
	background: url('/images/buttons/next1_dark.png') no-repeat right center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/next1_dark.png') no-repeat right center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/next1_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/next1_dark.png') no-repeat right center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}



.large.printer {
	background: url('/images/buttons/printer6_dark.png') no-repeat right center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/printer6_dark.png') no-repeat right center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/printer6_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/printer6_dark.png') no-repeat right center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.large.printer:hover {
	background: #c7c7c7;
	background: url('/images/buttons/printer6_dark.png') no-repeat right center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/printer6_dark.png') no-repeat right center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/printer6_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/printer6_dark.png') no-repeat right center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}





.largest.cirarrow {
	background: url('/images/buttons/arrow6_dark.png') no-repeat right center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/arrow6_dark.png') no-repeat right center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/arrow6_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/arrow6_dark.png') no-repeat right center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.larger.cirarrow {
	background: url('/images/buttons/arrow6_dark.png') no-repeat right center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/arrow6_dark.png') no-repeat right center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/arrow6_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/arrow6_dark.png') no-repeat right center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.large.cirarrow {
	background: url('/images/buttons/arrow5_dark.png') no-repeat right center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/arrow5_dark.png') no-repeat right center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/arrow5_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/arrow5_dark.png') no-repeat right center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.cirarrow {
	background: url('/images/buttons/arrow4_dark.png') no-repeat right center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/arrow4_dark.png') no-repeat right center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/arrow4_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/arrow4_dark.png') no-repeat right center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.small.cirarrow {
	background: url('/images/buttons/arrow3_dark.png') no-repeat right center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/arrow3_dark.png') no-repeat right center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/arrow3_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/arrow3_dark.png') no-repeat right center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.smaller.cirarrow {
	background: url('/images/buttons/arrow2_dark.png') no-repeat right center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/arrow2_dark.png') no-repeat right center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/arrow2_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/arrow2_dark.png') no-repeat right center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.smallest.cirarrow {
	background: url('/images/buttons/arrow1_dark.png') no-repeat right center, -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/arrow1_dark.png') no-repeat right center, -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background: url('/images/buttons/arrow1_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
	-pie-background: url('/images/buttons/arrow1_dark.png') no-repeat right center, linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);  
}
.largest.cirarrow:hover {
	background: #c7c7c7;
	background: url('/images/buttons/arrow6_dark.png') no-repeat right center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/arrow6_dark.png') no-repeat right center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/arrow6_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow6_dark.png') no-repeat right center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}
.larger.cirarrow:hover {
	background: #c7c7c7;
	background: url('/images/buttons/arrow6_dark.png') no-repeat right center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/arrow6_dark.png') no-repeat right center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/arrow6_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow6_dark.png') no-repeat right center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}
.large.cirarrow:hover {
	background: #c7c7c7;
	background: url('/images/buttons/arrow5_dark.png') no-repeat right center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/arrow5_dark.png') no-repeat right center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/arrow5_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow5_dark.png') no-repeat right center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}
.cirarrow:hover {
	background: #c7c7c7;
	background: url('/images/buttons/arrow4_dark.png') no-repeat right center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/arrow4_dark.png') no-repeat right center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/arrow4_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow4_dark.png') no-repeat right center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}
.small.cirarrow:hover {
	background: #c7c7c7;
	background: url('/images/buttons/arrow3_dark.png') no-repeat right center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/arrow3_dark.png') no-repeat right center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/arrow3_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow3_dark.png') no-repeat right center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}
.smaller.cirarrow:hover {
	background: #c7c7c7;
	background: url('/images/buttons/arrow2_dark.png') no-repeat right center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/arrow2_dark.png') no-repeat right center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/arrow2_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow2_dark.png') no-repeat right center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}
.smallest.cirarrow:hover {
	background: #c7c7c7;
	background: url('/images/buttons/arrow1_dark.png') no-repeat right center, -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/arrow1_dark.png') no-repeat right center, -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
	background: url('/images/buttons/arrow1_dark.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d2d2d2), color-stop(0.5, #c7c7c7), color-stop(1, #d3d3d3));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow1_dark.png') no-repeat right center, linear-gradient(top, #e5e5e5 0%, #d2d2d2 50%, #c7c7c7 50%, #d3d3d3 100%);
}




.largest.cirarrow.purchase {
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -moz-linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -o-linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FDC8AD), color-stop(0.87, #FD5B09), color-stop(1, #FD5B09));
	-pie-background: url('/images/buttons/arrow6_light.png') no-repeat right center, linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%); 	  
}
.larger.cirarrow.purchase {
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -moz-linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -o-linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FDC8AD), color-stop(0.87, #FD5B09), color-stop(1, #FD5B09));
	-pie-background: url('/images/buttons/arrow6_light.png') no-repeat right center, linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%); 	  
}
.large.cirarrow.purchase {
	background: url('/images/buttons/arrow5_light.png') no-repeat right center, -moz-linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
	background: url('/images/buttons/arrow5_light.png') no-repeat right center, -o-linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
	background: url('/images/buttons/arrow5_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FDC8AD), color-stop(0.87, #FD5B09), color-stop(1, #FD5B09));
	-pie-background: url('/images/buttons/arrow5_light.png') no-repeat right center, linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%); 	  
}
.cirarrow.purchase {
	background: url('/images/buttons/arrow4_light.png') no-repeat right center, -moz-linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
	background: url('/images/buttons/arrow4_light.png') no-repeat right center, -o-linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
	background: url('/images/buttons/arrow4_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FDC8AD), color-stop(0.87, #FD5B09), color-stop(1, #FD5B09));
	-pie-background: url('/images/buttons/arrow4_light.png') no-repeat right center, linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%); 	  
}

.securelock.purchase {
	background: url('/images/buttons/lock-button.png') no-repeat right center, -moz-linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
	background: url('/images/buttons/lock-button.png') no-repeat right center, -o-linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
	background: url('/images/buttons/lock-button.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FDC8AD), color-stop(0.87, #FD5B09), color-stop(1, #FD5B09));
	-pie-background: url('/images/buttons/lock-button.png') no-repeat right center, linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%); 	  
}

.small.cirarrow.purchase {	
	background: url('/images/buttons/arrow3_light.png') no-repeat right center, -moz-linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
	background: url('/images/buttons/arrow3_light.png') no-repeat right center, -o-linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
	background: url('/images/buttons/arrow3_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FDC8AD), color-stop(0.87, #FD5B09), color-stop(1, #FD5B09));
	-pie-background: url('/images/buttons/arrow3_light.png') no-repeat right center, linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%); 
	background:#FD5B09 url('/images/buttons/arrow3_light.png') no-repeat right center; /* for IE */

}
.small.cirarrow.noXSell {
	background: url('/images/buttons/arrow3_light.png') no-repeat right center, -moz-linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
	background: url('/images/buttons/arrow3_light.png') no-repeat right center, -o-linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
	background: url('/images/buttons/arrow3_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FDC8AD), color-stop(0.87, #FD5B09), color-stop(1, #FD5B09));
	-pie-background: url('/images/buttons/arrow3_light.png') no-repeat right center, linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%); 	  
}
.smaller.cirarrow.purchase {
	background: url('/images/buttons/arrow2_light.png') no-repeat right center, -moz-linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
	background: url('/images/buttons/arrow2_light.png') no-repeat right center, -o-linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
	background: url('/images/buttons/arrow2_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FDC8AD), color-stop(0.87, #FD5B09), color-stop(1, #FD5B09));
	-pie-background: url('/images/buttons/arrow2_light.png') no-repeat right center, linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%); 	  
}
.smallest.cirarrow.purchase {
	background: url('/images/buttons/arrow1_light.png') no-repeat right center, -moz-linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
	background: url('/images/buttons/arrow1_light.png') no-repeat right center, -o-linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
	background: url('/images/buttons/arrow1_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FDC8AD), color-stop(0.87, #FD5B09), color-stop(1, #FD5B09));
	-pie-background: url('/images/buttons/arrow1_light.png') no-repeat right center, linear-gradient(center top , #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%); 	  
}

.largest.cirarrow.purchase:hover {
	background: #eb580d;
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -moz-linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -o-linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fd8d55), color-stop(0.87, #ce4f0f), color-stop(1, #ce4f0f));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow6_light.png') no-repeat right center, linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
}
.larger.cirarrow.purchase:hover {
	background: #eb580d;
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -moz-linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -o-linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fd8d55), color-stop(0.87, #ce4f0f), color-stop(1, #ce4f0f));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow6_light.png') no-repeat right center, linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%); 
}
.large.cirarrow.purchase:hover {
	background: #eb580d;
	background: url('/images/buttons/arrow5_light.png') no-repeat right center, -moz-linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
	background: url('/images/buttons/arrow5_light.png') no-repeat right center, -o-linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
	background: url('/images/buttons/arrow5_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fd8d55), color-stop(0.87, #ce4f0f), color-stop(1, #ce4f0f));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow5_light.png') no-repeat right center, linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
}
.cirarrow.purchase:hover {
	background: #eb580d;
	background: url('/images/buttons/arrow4_light.png') no-repeat right center, -moz-linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
	background: url('/images/buttons/arrow4_light.png') no-repeat right center, -o-linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
	background: url('/images/buttons/arrow4_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fd8d55), color-stop(0.87, #ce4f0f), color-stop(1, #ce4f0f));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow4_light.png') no-repeat right center, linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
}
.securelock.purchase:hover {
	background: #eb580d;
	background: url('/images/buttons/lock-button.png') no-repeat right center, -moz-linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
	background: url('/images/buttons/lock-button.png') no-repeat right center, -o-linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
	background: url('/images/buttons/lock-button.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fd8d55), color-stop(0.87, #ce4f0f), color-stop(1, #ce4f0f));
	cursor: pointer;
	-pie-background: url('/images/buttons/lock-button.png') no-repeat right center, linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
}

.small.cirarrow.purchase:hover {
	background:#eb580d url(/images/buttons/arrow3_light.png) no-repeat right center;
	/*background: #eb580d;*/
	background: url('/images/buttons/arrow3_light.png') no-repeat right center, -moz-linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
	background: url('/images/buttons/arrow3_light.png') no-repeat right center, -o-linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
	background: url('/images/buttons/arrow3_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fd8d55), color-stop(0.87, #ce4f0f), color-stop(1, #ce4f0f));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow3_light.png') no-repeat right center, linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
}
.smaller.cirarrow.purchase:hover {
	background: #eb580d;
	background: url('/images/buttons/arrow2_light.png') no-repeat right center, -moz-linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
	background: url('/images/buttons/arrow2_light.png') no-repeat right center, -o-linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
	background: url('/images/buttons/arrow2_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fd8d55), color-stop(0.87, #ce4f0f), color-stop(1, #ce4f0f));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow2_light.png') no-repeat right center, linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%); 
}
.smallest.cirarrow.purchase:hover {
	background: #eb580d;
	background: url('/images/buttons/arrow1_light.png') no-repeat right center, -moz-linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
	background: url('/images/buttons/arrow1_light.png') no-repeat right center, -o-linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
	background: url('/images/buttons/arrow1_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fd8d55), color-stop(0.87, #ce4f0f), color-stop(1, #ce4f0f));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow1_light.png') no-repeat right center, linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%); 
}




.largest.cirarrow.accent {
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -moz-linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -o-linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #afccd3), color-stop(0.5, #7eadb8), color-stop(0.5, #5e98a6), color-stop(1, #498fa0));
	-pie-background: url('/images/buttons/arrow6_light.png') no-repeat right center, linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);	  
}
.larger.cirarrow.accent {
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -moz-linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -o-linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #afccd3), color-stop(0.5, #7eadb8), color-stop(0.5, #5e98a6), color-stop(1, #498fa0));
	-pie-background: url('/images/buttons/arrow6_light.png') no-repeat right center, linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);	  
}
.large.cirarrow.accent {
	background: url('/images/buttons/arrow5_light.png') no-repeat right center, -moz-linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);
	background: url('/images/buttons/arrow5_light.png') no-repeat right center, -o-linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);
	background: url('/images/buttons/arrow5_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #afccd3), color-stop(0.5, #7eadb8), color-stop(0.5, #5e98a6), color-stop(1, #498fa0));
	-pie-background: url('/images/buttons/arrow5_light.png') no-repeat right center, linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);	  
}
.cirarrow.accent {
	background: url('/images/buttons/arrow4_light.png') no-repeat right center, -moz-linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);
	background: url('/images/buttons/arrow4_light.png') no-repeat right center, -o-linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);
	background: url('/images/buttons/arrow4_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #afccd3), color-stop(0.5, #7eadb8), color-stop(0.5, #5e98a6), color-stop(1, #498fa0));
	-pie-background: url('/images/buttons/arrow4_light.png') no-repeat right center, linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);	  
}
.small.cirarrow.accent {
	background: url('/images/buttons/arrow3_light.png') no-repeat right center, -moz-linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);
	background: url('/images/buttons/arrow3_light.png') no-repeat right center, -o-linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);
	background: url('/images/buttons/arrow3_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #afccd3), color-stop(0.5, #7eadb8), color-stop(0.5, #5e98a6), color-stop(1, #498fa0));
	-pie-background: url('/images/buttons/arrow3_light.png') no-repeat right center, linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);	  
}
.smaller.cirarrow.accent {
	background: url('/images/buttons/arrow2_light.png') no-repeat right center, -moz-linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);
	background: url('/images/buttons/arrow2_light.png') no-repeat right center, -o-linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);
	background: url('/images/buttons/arrow2_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #afccd3), color-stop(0.5, #7eadb8), color-stop(0.5, #5e98a6), color-stop(1, #498fa0));
	-pie-background: url('/images/buttons/arrow2_light.png') no-repeat right center, linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);	  
}
.smallest.cirarrow.accent {
	background: url('/images/buttons/arrow1_light.png') no-repeat right center, -moz-linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);
	background: url('/images/buttons/arrow1_light.png') no-repeat right center, -o-linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);
	background: url('/images/buttons/arrow1_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #afccd3), color-stop(0.5, #7eadb8), color-stop(0.5, #5e98a6), color-stop(1, #498fa0));
	-pie-background: url('/images/buttons/arrow1_light.png') no-repeat right center, linear-gradient(top, #afccd3 0%, #7eadb8 50%, #5e98a6 50%, #498fa0 100%);	  
}
.largest.cirarrow.accent:hover {
	background: #377f90;
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -moz-linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -o-linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #8fb1ba), color-stop(0.5, #6a9aa6), color-stop(0.5, #4f8997), color-stop(1, #3f8293));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow6_light.png') no-repeat right center, linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
}
.larger.cirarrow.accent:hover {
	background: #377f90;
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -moz-linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -o-linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
	background: url('/images/buttons/arrow6_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #8fb1ba), color-stop(0.5, #6a9aa6), color-stop(0.5, #4f8997), color-stop(1, #3f8293));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow6_light.png') no-repeat right center, linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
}
.large.cirarrow.accent:hover {
	background: #377f90;
	background: url('/images/buttons/arrow5_light.png') no-repeat right center, -moz-linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
	background: url('/images/buttons/arrow5_light.png') no-repeat right center, -o-linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
	background: url('/images/buttons/arrow5_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #8fb1ba), color-stop(0.5, #6a9aa6), color-stop(0.5, #4f8997), color-stop(1, #3f8293));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow5_light.png') no-repeat right center, linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
}
.cirarrow.accent:hover {
	background: #377f90;
	background: url('/images/buttons/arrow4_light.png') no-repeat right center, -moz-linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
	background: url('/images/buttons/arrow4_light.png') no-repeat right center, -o-linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
	background: url('/images/buttons/arrow4_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #8fb1ba), color-stop(0.5, #6a9aa6), color-stop(0.5, #4f8997), color-stop(1, #3f8293));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow4_light.png') no-repeat right center, linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
}
.small.cirarrow.accent:hover {
	background: #377f90;
	background: url('/images/buttons/arrow3_light.png') no-repeat right center, -moz-linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
	background: url('/images/buttons/arrow3_light.png') no-repeat right center, -o-linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
	background: url('/images/buttons/arrow3_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #8fb1ba), color-stop(0.5, #6a9aa6), color-stop(0.5, #4f8997), color-stop(1, #3f8293));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow3_light.png') no-repeat right center, linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
}
.smaller.cirarrow.accent:hover {
	background: #377f90;
	background: url('/images/buttons/arrow2_light.png') no-repeat right center, -moz-linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
	background: url('/images/buttons/arrow2_light.png') no-repeat right center, -o-linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
	background: url('/images/buttons/arrow2_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #8fb1ba), color-stop(0.5, #6a9aa6), color-stop(0.5, #4f8997), color-stop(1, #3f8293));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow2_light.png') no-repeat right center, linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
}
.smallest.cirarrow.accent:hover {
	background: #377f90;
	background: url('/images/buttons/arrow1_light.png') no-repeat right center, -moz-linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
	background: url('/images/buttons/arrow1_light.png') no-repeat right center, -o-linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
	background: url('/images/buttons/arrow1_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #8fb1ba), color-stop(0.5, #6a9aa6), color-stop(0.5, #4f8997), color-stop(1, #3f8293));
	cursor: pointer;
	-pie-background: url('/images/buttons/arrow1_light.png') no-repeat right center, linear-gradient(top, #8fb1ba 0%, #6a9aa6 50%, #4f8997 50%, #3f8293 100%);
}

.new_org_btn {background: #ff7027;
background: url('/images/buttons/arrow3_light.png') no-repeat right center, -moz-linear-gradient(center top , #FFA46A 0%, #EB7930 100%)!important;
background: url('/images/buttons/arrow3_light.png') no-repeat right center, -o-linear-gradient(center top , #FFA46A 0%, #EB7930 100%)!important;
background: url('/images/buttons/arrow3_light.png') no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FFA46A), color-stop(1, #EB7930))!important;
-pie-background: url('/images/buttons/arrow3_light.png') no-repeat right center, linear-gradient(center top , #FFA46A 0%, #EB7930 100%)!important;}

.new_org_btn_na {background: #ff7027;
background:  -moz-linear-gradient(center top , #FFA46A 0%, #EB7930 100%)!important;
background: -o-linear-gradient(center top , #FFA46A 0%, #EB7930 100%)!important;
background:  -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FFA46A), color-stop(1, #EB7930))!important;
-pie-background: linear-gradient(center top , #FFA46A 0%, #EB7930 100%)!important;}

.new_org_btn_na:hover {
	background: #ff5600;
	background: -moz-linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%)!important;
	background: -o-linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%)!important;
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fd8d55), color-stop(0.87, #ce4f0f), color-stop(1, #ce4f0f))!important;
	cursor: pointer;
	-pie-background: linear-gradient(center top , #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%)!important;
}

.flowa 
{
  display:inline;
}

.flowb 
{
  display:none;
}

.flowc
{
  display:none;
}