
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */

b,
strong {
  font-weight: inherit; /* 1 */
}

b,
strong {
  font-weight: bolder; /* 2 */
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore focus style in Firefox 4+ (unset by a rule above)
 */

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Restore font weight (unset by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}/**
* global.css
* created:20140831 modified:20160920
* Styles to use in CMS and the site
*/

/*generic*/
ul.checklist {
  list-style:none
}

.clear {
  clear:both;
  height:0
}

.hidden {
  display:none
}

.marginBottom {
  margin-bottom:1rem
}

.marginLeft {
  margin-left:1rem
}

.marginRight {
  margin-right:1rem
}

.marginLeftRight,
.marginSides {
  margin-left:1rem;
  margin-right:1rem;
}
/*end generic*/

/*forms*/
form fieldset {
  margin-bottom:1rem;
  min-width:0
}

form legend {
  font-size:1.1rem;
  font-weight:700
}

form label,
form .label,
.label {
  font-size:.9rem;
  font-weight:700
}

form label:not(.checkboxLabel)::after,
form .label::after,
.label::after {
  content:' :'
}

form input[type=email],
form input[type=tel],
form input[type=text],
form input[type=password],
form input[type=url], 
form textarea,
form .sizeFull {
  font-family:Tahoma, Geneva, sans-serif;
  font-size:1rem;
  max-width:calc(100% - 4px);
  width:16.667rem /*300px for 18px font-size*/
}

form input[type=submit] {
}

form .formField > span,
form .labelSpan {
  display:inline-block;
  margin:.5rem 0
}

form:not(.formWrap) .formField > span:first-child,
form:not(.formWrap) .labelSpan {
  margin-right:1rem;
  max-width:300px;
  min-width:150px;
  text-align:right;
  vertical-align:top;
  width:33%
}

form:not(.formWrap) .formField > span:nth-child(2) {
  width:calc(66% - 2rem)
}

form.formWrap .formField > span:nth-child(2) {
  width:100%
}

form .formFieldInfo, 
form .error {
  font-size:.8em;
  font-weigh:400
}

form .error {
	color:#cc0000;
}

form .imagePreview {
  max-height:200px;
  max-width:90%
}

form .information {
  margin:2rem 5% 1rem
}

form .required {
  color:red;  
  font-size:.8rem;
  font-weight:700;
  text-align:right 
}

/*15px width of 'M' char for 18px font-size*/
form .size2 {
  width:1.944rem !important /*35px for 18px font-size*/
}

form .size3 {
  width:2.778rem !important /*50px for 18px font-size*/
}

form .size4 {
  width:3.611rem !important /*65px for 18px font-size*/
}

form .size5 {
  width:4.444rem !important /*80px for 18px font-size*/
}

form .size6 {
  width:5.278rem !important /*95px for 18px font-size*/
}

form .size10 {
  width:8.611rem !important /*155px for 18px font-size*/
}

form .size15 {
  width:12.778rem !important /*230px for 18px font-size*/
}
/*end forms*/

/*tables*/
table {
  border-collapse:collapse
}
/*end tables*/

/*end global.css*/
@charset "utf-8";
/** 
* Load the page mobile first.
*
* Page Main Width:1024px
*
* Website Colors:
* - primary: #027bc9 (blueish)
* - secondary: #abd7f0 (light blueish)
* - tertiary: #fa7025 (orangish)
* - quaternary: #b4b4b4 (grayish)
*
* Font Colors:
* - primary: #232326 (black)
* - secondary: # ()
* - tertiary: # ()
* - quaternary: # ()
*
* Font Specifics:
* - Headers:
* -- color:
* -- family:
* -- size:
* -- weight:
* - Navigation:
* -- color:
* -- family:
* -- size:
* -- weight:
* -- Content
* -- color:
* -- family:
* -- size:
* -- weight:
* - Footer
* -- color:
* -- family:
* -- size:
* -- weight:
* - Links
* -- color:
* -- color hover:
* -- family:
* -- size:
* -- weight:
*
* Design:
*	- Design mobile-first
*	- Design for content, not device or screen resolution
* -- Smallest screen resolution is 240 x 320 pixels
* - The font size is what drives the content size.
*	-- Theoretically a column should be between 45 and 75 characters or an average of ten words per line.  This doesn't translate well into pixels or percent.  Using a standards Ariel font . . .
*	-- Smaller screen resolutions should also use a smaller font as the screen is held closer to the person's face making it larger
*
*	Break points:
* - Minimum of 45 characters wide & max of 75 characters
* - 3 breakpoints:
* -- Above 1000px wide (1024 and larger) - desktop
* -- Between 798px and 1000px wide (800 to 1024) – desktop/ tablet
* -- Below 797px (smaller than 800px) – mobile
* - Column width:
* -- 0px to 650px for one column
* -- 651px to 975px for two columns
* -- 976px or more for three columns
* -- Max width of all columns side-by-side:1024px
*
*	Font Size: 
* - Loosely based on screen size (to loosely coorelate with device and distance held from the face)
* - 10% smaller than next size up or 10% larger than next size down; 1.1:1 ratio.  Round to the nearest common fraction (.0, .25, .33, .5, .66, .75)
* -- 240 px to 320px – 82% - 100%
* -- 320 px to 480px – 86% - 105%
* -- 480px to 800px – 90% - 111%
* -- 800px to 1024px – 95% - 117%
* -- 1024px and above – 100% - 123%
* - Font size should use the same 1.1:1 ratio; px are round, % and rem more accurate
* -- http://www.modularscale.com/?18&px&1.1&web&table for table
* -- 7px - 38.6% - .386rem
* -- 8px - 42.4% - .424rem
* -- 8px - 46.7% - .467rem
* -- 9px - 51.3% - .513rem
* -- 10px - 56.4% - .564rem
* -- 11px - 62.1% - .621rem
* -- 12px - 68.3% - .683rem
* -- 14px - 75.1% - .751rem
* -- 15px - 82.6% - .826rem
* -- 16px - 9.09% - .909rem
* -- 18px - 100% - 1rem
* -- 20px - 110% - 1.1rem
* -- 22px - 121% - 1.21rem
* -- 24px - 133.1% - 1.331rem
* -- 26px - 146.4% - 1.454rem
* -- 29px - 161% - 1.61rem
* -- 32px - 177.2% - 1.772rem
* -- 35px - 194.9% - 1.949rem
* -- 39px - 214.4% - 2.145rem
* -- 42px - 235.8% - 2.348rem
* -- 47px - 259.3% - 2.593rem
* -- 51px - 285.3% - 2.853rem
* -- 56px - 313.8% - 3.138rem
*
* Links:
* - It is important that padding and other spacing involving links be specified on the link making it more easily clickable by touch
*
* Final Processing:
* - Make all styling universially compatable
* -- Information: https://github.com/postcss/autoprefixer
* -- Formatter: http://autoprefixer.github.io/
*/

/*import other stylesheets*/
/*@import url('global.css');*/
/*@import url('nav.css');*/

/**
* Absolute Styles:
* Styles that apply to all content in this section go here.
*/
html {
/**
* Background for the site declared here.
* Font color, family, and weight declared here.
*/
  background:lavendar url('/images/site/background-site-20160531095824.jpg') fixed center top repeat;
  color:#232326;
  font-family:Arial;
  font-size:14.5px; /*18px for largest font size*/
  font-weight:400;}

a, a:visited {
  color:pine;
  transition:color .3s ease-out
}

a:hover, a:active, a:focus {
  color:tree}
@font-face {
	font-family: 'Korataki';
	src: url("fonts/korataki.ttf") format("truetype");
}
@font-face {
	font-family:"Din";
	src: url("fonts/din1451altG.ttf") format("truetype");
}

h1, h2, h3, h4, h5, h6 {
  color:#147a8e;  font-family:Times;  font-weight:700;} 
h1{
	font-family:Din;
	font-style:italic;
}
td, th {
  padding:.5rem;
  vertical-align:top
}

form .formFieldInfo, 
form .error {
  font-size:.8em;
  font-weigh:400
}

form .error {
	color:#cc0000;
}

form .required {
  color:red;  
  font-size:.8rem;
  font-weight:700;
  text-align:right 
}

form input[type=text],
form input[type=password], 
form textarea,
form select {
  width:16.667rem /*300px for 18px font-size*/
}

form input[type=submit] {
  width:5.556rem /*100px for 18px font-size*/
}

/*15px width of 'M' char for 18px font-size*/
form input.size2 {
  width:1.944rem /*35px for 18px font-size*/
}

form input.size4 {
  width:3.611rem /*65px for 18px font-size*/
}

form input.size5 {
  width:4.444rem /*80px for 18px font-size*/
}

form input.size10 {
  width:8.611rem /*155px for 18px font-size*/
}

/*contact form main*/
#contact {
}

#contact .contactTd1 {
  border:none;
  white-space:nowrap
}

#contact .contactTd2 {
  border:none;
  margin-bottom:1rem;
  white-space:nowrap
}

#contact #hideform {
  visibility:hidden
}

#contact #nameTd {
  position:fixed;
  top:-100px
}

#contact #emailTd {
  display:none
}

.clear {
  clear:both
}

.hidden {
  display:none
}

.highlight {
  color:#f57714;
  font-weight:700
}

/* End Absolute Styles */

/**
* Relative Styles: 
* Styles that column based go here.
*/

/* One Column */
@media screen and (max-width:650px) {
/**
* Styles that are only for one column go here.
*/
}

/* Two Columns */
@media screen and (min-width:651px) and (max-width:975px) {
/**
* Styles that are only for two columns go here.
*/
}

/* Two & Three Columns */
@media screen and (min-width:651px) {
/**
* Styles that are for two and three columns go here.
*/
}

/* Three Columns */
@media screen and (min-width:976px) {
/**
* Styles that are for three columns go here.
*/
/*contact*/
#contact .contactTable {
  border:none;
  border-collapse:collapse;
  display:table;
  width:100%
}

#contact .contactTr {
  display:table-row
}

#contact .contactTd1,  
#contact .contactTd2 {
  display:table-cell;
  padding:.5rem;
  vertical-align:top
}
}

/**
* Relative Styles: 
* Styles that device based go here.
*/

/* QVGA Screen */
@media screen and (max-width:320px) {
}

/* HVGA Screen */
@media screen and (min-width:321px) { /* and (max-width:480px) {*/
html {
  font-size:15.33px /*18px for largest font size*/
}
}

/* WVGA Screen */
@media screen and (min-width:481px) {/* and (max-width:800px) {*/
html {
  font-size:16.15px /*18px for largest font size*/
}
}

/* Large Screen */
@media screen and (min-width:801px) { /* and (max-width:1041px) { */
html {
  font-size:17px /*18px for largest font size*/
}
}

/* Extra Large Screen */
@media all and (min-width:1042px) { 
html {
  font-size:18px
}
}

/* End Relative Styles */
/** created:20160212 modified:20160212
* Basic styling for the page aside section goes here.
*/

/**
* Absolute Styles:
* Styles that apply to all content in this section go here.
*/

#pageAside {
    margin-top:2rem;
}

#pageAside h1 {
  font-size:1.389rem /*25px for 18px font-size*/
}

.pageAsideContainerNoBG {
  margin-bottom:2rem;
  text-align:center
}

.pageAsideContainerNoBG a {
  text-decoration:none
}

.pageAsideContainerNoBG img {
  max-width:100%
}

.pageAsideContainer {
  background:#e6e6e6;
  border:1px solid #b4b4b4;
  margin-bottom:2rem;
  padding:1rem
}

.pageAsideContainer .borderBottomGray {
  border-bottom:1px solid #b4b4b4;
  color:#b4b4b4;
  font-style:italic;
  padding-bottom:1rem
}

/* End Absolute Styles */

/**
* Relative Styles: 
* Styles that column based go here.
*/

/* One Column */
@media screen and (max-width:650px) {
/**
* Styles that are only for one column go here.
*/
}

/* Two Columns */
@media screen and (min-width:651px) and (max-width:975px) {
/**
* Styles that are only for two columns go here.
*/
}

/* Two & Three Columns */
@media screen and (min-width:651px) {
/**
* Styles that are for two and three columns go here.
*/

#pageAside {
  float:right;margin-left:1remwidth:calc(33.333% - 1rem);}

/*#pageAside.left {
  float:left;
  margin-right:2%;
  width:48%
}

#pageAside.right {
  float:right;
  margin-left:2%;
  width:48%
}*/
}

/* Three Columns */
@media screen and (min-width:976px) {
/**
* Styles that are for three columns go here.
*/

#pageAside {
  width:calc(25% - 1rem);}
}

/**
* Relative Styles: 
* Styles that device based go here.
*/

/* QVGA Screen */
@media screen and (max-width:320px) {
}

/* HVGA Screen */
@media screen and (min-width:321px) { /* and (max-width:480px) {*/
}

/* WVGA Screen */
@media screen and (min-width:481px) {/* and (max-width:800px) {*/
}

/* Large Screen */
@media screen and (min-width:801px) { /* and (max-width:1041px) { */
}

/* Extra Large Screen */
@media all and (min-width:1042px) { 
}

/* End Relative Styles */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxTopLeft{width:14px; height:14px; background:url(images/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(images/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(images/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(images/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(images/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(images/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; /*width:100%; */font-weight:bold; color:#7C7C7C; background:#E6E5E5; padding:1rem 50px .5rem}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}