#dateOverlaySticker {
  background-image: url(/images/sticker4.png);
}
#pageNavigation {
	background-image: url(/images/4.gif);
}
.sectiontextcolor, #pageNavigation a:hover, .digitbox, .digitbox2, .selectedNavigation {
    color: #0CADE7 !important;
}
.sectionbgcolor, .cms_button {
    background-color: #0CADE7 !important;
}
#PhotoCorner1 { background-image: url(/images/glow.png); width: 40px; height: 40px; position: absolute; left: 0px; top: 0px; }
#PhotoCorner2 { background-image: url(/images/glow.png); width: 40px; height: 40px; background-position: 100% 0%; position: absolute; right: 0px; top: 0px; }
#PhotoCorner3 {background-image: url(/images/glow.png);background-position: 0% 100%;width: 40px;height: 40px;position: absolute;left: 0px;bottom: 0px;}
#PhotoCorner4 {background-image: url(/images/glow.png);background-position: 100% 100%;width: 40px;height: 40px;position: absolute;right: 0px;bottom: 0px;}
#PhotoBot {background-image: url(/images/topbot.png);background-repeat: repeat-x;background-position: 0% 100%;height: 21px;left: 40px;width: 411px;position: absolute;bottom: 0px;}
#PhotoTop {background-image: url(/images/topbot.png);background-repeat: repeat-x;background-position: 0% 0%;left: 40px;width: 411px;height: 21px;position: absolute;top: 0px;}
#PhotoLeft {background-image: url(/images/leftright.png);background-repeat: repeat-y;background-position: 0% 0%;width: 21px;top: 40px;left: 0px; height: 301px;position: absolute;}
#PhotoRight {background-image: url(/images/leftright.png);background-repeat: repeat-y;background-position: 100% 0%;top: 40px;right: 0px;height: 301px;width: 21px;position: absolute;}
#closeButton {background-image: url(/images/close.png);background-repeat: no-repeat;width: 35px;height: 36px;left: 448px;top: 8px;position: absolute;z-index: 60;cursor: pointer;}
.photoOverlayBox {
 background-image: url(/images/overlay.png);
 background-repeat: repeat-x;
 background-position: 0% -2px;
 position: absolute;
 z-index: 10;
 width: 415px;
 height: 40px}

.flipv {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); 
  filter: flipv 
}; 
