@charset "utf-8";
/* CSS Document */

.headingtextbluecenterlarge {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #006;
	text-align: center;
}
#navbutton {
padding: 0;
}
#navbutton li {
display: inline;
}
#navbutton li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration: none;
	float:left;
	background-color: #999;
	color: #000;
	font-weight: 500;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
}
#navbutton li a:hover {
	background-color: #666;
	margin-top:-2px;
	padding-bottom:12px;
	text-align: center;
}
.fontsizesmall {
	font-family: geneva, arial, helvetica;
	font-size: 12px;
	color: #000;
	text-align: center;
}
body {
	background-image: url(images/newbluegradient.png);
}
.border {
	border: medium outset #1B3476;
}
h1 {
	font-family: Calibri, "Lucida Sans", Verdana, sans-serif;
	font-size: 36px;
	font-weight: 500;
	color: #000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #900;
	text-align: center;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #900;
	text-align: left;
}
h5 {
	font-family: geneva, arial, helvetica;
	font-size: 16px;
	color: #900;
	line-height: normal;
}
.headingtextmaroon16left {
	font-family: geneva, arial, helvetica;
	font-size: 16px;
	color: #900;
	font-weight: 500;
	text-align: center;
}
.headingtext18ptbluecenter {
	font-family: geneva, arial, helvetica;
	font-size: 18px;
	color: #006;
	text-align: center;
}


h6 {
	font-family: geneva, arial, helvetica;
	font-size: 16px;
	color: #006;
	line-height: normal;
}
.headingtextblue16 {
	font-family: geneva, arial, helvetica;
	font-size: 16px;
	font-weight: 600;
	color: #006;
	text-align: left;
}
.textblack16left {
	font-family: geneva, arial, helvetica;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.headingtextblackcenter {
	font-family: geneva, arial, helvetica;
	font-size: 24px;
	font-weight: 500;
	color: #000;
	text-align: center;
}
.headingtext18blueleft {
	font-family: geneva, arial, helvetica;
	font-size: 18px;
	color: #006;
}
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
	margin: 0;
	padding: 0;
	position: relative;
	left: 262px;
	top: 6px;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #ffffff;
  display: inline-block;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  min-width: 35px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 #333333;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li.active a {
  background: #646464 url(grad_dark.png) repeat-x left bottom;
  background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(100%, #4a4a4a));
  background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: -o-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: linear-gradient(to bottom, #646464 0%, #4a4a4a 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#646464', endColorstr='#4a4a4a', GradientType=0);
  box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
  -moz-box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
  -webkit-box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
  filter: none;
}
#cssmenu > ul > li.active a:hover {
  background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(100%, #4a4a4a));
  background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: -o-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: linear-gradient(to bottom, #646464 0%, #4a4a4a 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#646464', endColorstr='#4a4a4a', GradientType=0);
  filter: none;
}
#cssmenu > ul > li a {
  box-shadow: inset 0 0 0 1px #8a8a8a;
  -moz-box-shadow: inset 0 0 0 1px #8a8a8a;
  -webkit-box-shadow: inset 0 0 0 1px #8a8a8a;
  background: #4a4a4a url(grad_dark.png) repeat-x left top;
  background: -moz-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8a8a), color-stop(50%, #707070), color-stop(51%, #626262), color-stop(100%, #787878));
  background: -webkit-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -o-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -ms-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: linear-gradient(to bottom, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#787878', GradientType=0);
  border-bottom: 1px solid #5d5d5d;
  border-top: 1px solid #5d5d5d;
  border-right: 1px solid #5d5d5d;
  line-height: 34px;
  padding: 0 28px;
  filter: none;
}
#cssmenu > ul > li a:hover {
  background: #8a8a8a url(grad_dark.png) repeat-x left bottom;
  background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(50%, #4a4a4a), color-stop(51%, #3b3b3b), color-stop(100%, #525252));
  background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  background: -o-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  background: linear-gradient(to bottom, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#787878', GradientType=0);

  filter: none;
}
#cssmenu > ul > li:first-child a {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-left: 1px solid #5d5d5d;
}
#cssmenu > ul > li:last-child a {
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}
#cssmenu .has-sub:hover ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  top: 36px;
  left: -1px;
  min-width: 100%;
  text-align: center;
  /* IE7 */

  *width: 100%;
}
#cssmenu .has-sub ul li {
  text-align: center;
}
#cssmenu .has-sub ul li a {
  border-top: 0 none;
  border-left: 1px solid #5d5d5d;
  display: block;
  line-height: 120%;
  padding: 9px 5px;
  text-align: center;
}
.doubleborder {
	border: medium double #006;
}


/*start photos2019.html */
#photos2019mainbox {
	position: relative;
	z-index: 1;
	height: 23600px;
	width: 772px;
	background-color: #ffffb3;
	margin: auto;
}
#photos2019softballlogobox {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 8px;
	top: 8px;
}
#photos2019titlebox {
	position:absolute;
	width:507px;
	height:161px;
	z-index:3;
	left: 236px;
	top: 5px;
}
#photos2019topnavbuttonbox {
	position:relative;
	width:720px;
	height:55px;
	z-index:4;
	left: 28px;
	top: 165px;
}
#photos2019bottomnav {
	position:absolute;
	width:744px;
	height:50px;
	z-index:200;
	left: 13px;
	top: 23438px;
}
#photos2019copyrightbox {
	position:absolute;
	width:770px;
	height:52px;
	z-index:6;
	left: 10px;
	top: 23491px;
}
#photos2019graphicbox {
	position:absolute;
	width:200px;
	height:68px;
	z-index:2;
	left: 343px;
	top: 92px;
}
#photos2019priorlinks {
	position:absolute;
	width:514px;
	height:41px;
	z-index:7;
	left: 24px;
	top: 307px;
}
#photos2019pic1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:10;
	left: 48px;
	top: 593px;
}
#photos2019pic2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:9;
	left: 23px;
	top: 258px;
}
#photos2019topnavbar {
	position:absolute;
	width:744px;
	height:50px;
	z-index:150;
	left: 22px;
	top: 190px;
}
#photos2019pic12 {
	position:absolute;
	width:260px;
	height:115px;
	z-index:11;
	left: 459px;
	top: 1063px;
}
#photos2019pic3 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:201;
	left: 282px;
	top: 2387px;
}
#photos2019pic4 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 16px;
	top: 985px;
}
#photos2019pic6 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:21;
	left: 400px;
	top: 1590px;
}
#photos2019pic5 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 39px;
	top: 1369px;
}
#photos2019pic7 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:20;
	left: 56px;
	top: 22731px;
}
#photos2019pic8 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:202;
	left: 329px;
	top: 2046px;
}
#photos2019pic9 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:203;
	left: 17px;
	top: 2273px;
}
#photos2019pic10 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:204;
	left: 40px;
	top: 1906px;
}
#photos2019pic11 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:25;
	left: 382px;
	top: 261px;
}
#photos2019pic13 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:206;
	left: 410px;
	top: 2741px;
}
#photos2019pic14 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:207;
	left: 467px;
	top: 647px;
}
#photos2019pic15 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:208;
	left: 26px;
	top: 12994px;
}
#photos2019pic16 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:209;
	left: 37px;
	top: 3222px;
}
#photos2019pic17 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:210;
	left: 500px;
	top: 3200px;
}
#photos2019pic18 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:211;
	left: 14px;
	top: 3677px;
}
#photos2019pic19 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:212;
	left: 286px;
	top: 3707px;
}
#photos2019pic20 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:214;
	left: 459px;
	top: 4112px;
}
#photos2019picbox21 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:215;
	left: 34px;
	top: 4129px;
}
#photos2019pic22 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:216;
	left: 8px;
	top: 4478px;
}
#photos2019pic23 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:217;
	left: 443px;
	top: 4584px;
}
#photos2019picbox24 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:218;
	left: 19px;
	top: 4886px;
}
#photos2019picbox25 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:219;
	left: 419px;
	top: 6469px;
}
#photos2019picbox26 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:220;
	top: 5767px;
	left: 15px;
}
#photos2019pic27 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:221;
	top: 23085px;
	left: 16px;
}
#photos2019picbox28 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:222;
	top: 7385px;
	left: 438px;
}
#photos2019picbox29 {
	position:absolute;
	width:200px;
	height:316px;
	z-index:223;
	top: 7007px;
	left: 369px;
}
#photos2019picbox30 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:224;
	top: 7298px;
	left: 17px;
}
#photos2019picbox31 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:225;
	top: 7300px;
	left: 768px;
}
#photos2019picbox32 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:226;
	left: 11px;
	top: 7897px;
}
#photos2019picbox33 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:227;
	top: 7593px;
	left: 20px;
}
#photos2019picbox34 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:228;
	top: 8548px;
	left: 14px;
}
#photos2019picbox36 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:229;
	top: 8119px;
	left: 6px;
}
#photos2019picbox37 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:230;
	top: 8977px;
	left: 15px;
}
#photos2019picbox35 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:231;
	top: 8567px;
	left: 329px;
}
#photos2019picbox38 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:232;
	left: 384px;
	top: 8118px;
}
#photos2019picbox39 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:233;
	left: 20px;
	top: 6775px;
}
#photos2016picbox40 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:234;
	left: 419px;
	top: 6035px;
}
#photos2019picbox45 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:235;
	left: 70px;
	top: 5180px;
}
#photos2019picbox57 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:236;
	left: 425px;
	top: 5021px;
}
#photos2019picbox46 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:237;
	left: 407px;
	top: 5407px;
}
#photos2019picbox47 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:238;
	left: 71px;
	top: 2741px;
}
#photos2019picbox48 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:239;
	left: 18px;
	top: 6318px;
}
#photos2019picbox49 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:240;
	left: 14px;
	top: 5377px;
}
#photos2019picbox50 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:241;
	left: 8px;
	top: 9315px;
}
#photos2019picbox51 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:242;
	left: 504px;
	top: 9314px;
}
#photos2019picbox52 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:243;
	left: 364px;
	top: 6028px;
}
#photos2019picbox53 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:244;
	left: 19px;
	top: 9662px;
}
#photos2019picbox55 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:245;
	left: 321px;
	top: 9722px;
}
#photos2019picbox56 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:246;
	left: 22px;
	top: 10134px;
}
#photos2019picbox58 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:247;
	left: 22px;
	top: 10578px;
}
#photos2019picbox59 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:248;
	top: 10143px;
	left: 413px;
}
#photos2019picbox60 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:249;
	top: 10966px;
	left: 16px;
}
#photos2019picbox61 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:250;
	top: 11031px;
	left: 338px;
}
#photos2019picbox62 {
	position:absolute;
	width:289px;
	height:326px;
	z-index:251;
	left: 352px;
	top: 10595px;
}
#photos2019picbox63 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:252;
	top: 11371px;
	left: 13px;
}
#photos2019picbox64 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:253;
	left: 22px;
	top: 13724px;
}
#photos2019picbox65 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:253;
	left: 479px;
	top: 11356px;
}
#photos2019picbox66 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:254;
	left: 28px;
	top: 11773px;
}
#photos2019picbox67 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:255;
	left: 485px;
	top: 11758px;
}
#photos2019picbox68 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:256;
	left: 429px;
	top: 22238px;
}
#photos2019picbox69 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 360px;
	top: 13093px;
}#photos2019picbox70 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:258;
	left: 488px;
	top: 12652px;
}#photos2019picbox71 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:259;
	left: 26px;
	top: 12590px;
}
#photos2019picbox72 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 16px;
	top: 12259px;
}
#photos2019picbox73 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 13px;
	top: 12190px;
}
#photos2019picbox74 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 455px;
	top: 13487px;
}
#photos2019picbox75 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: -188px;
	top: 12883px;
}
#photos2019picbox76 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 478px;
	top: 12231px;
}
#photos2019picbox77{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 11px;
	top: 22230px;
}
#photos2019picbox78 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 26px;
	top: 13480px;
}
#photos2019picbox79 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 10px;
	top: 14208px;
}
#photos2019picbox80 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: -9px;
	top: 13928px;
}
#photos2019picbox81 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 335px;
	top: 13956px;
}
#photos2019picbox82 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 349px;
	top: 14307px;
}
#photos2019picbox83 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 46px;
	top: 13775px;
}
#photos2019picbox84{
	position:absolute;
	width:130px;
	height:115px;
	z-index:257;
	left: 17px;
	top: 14969px;
}
#photos2019picbox85{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 13px;
	top: 14634px;
}
#photos2019picbox86{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 347px;
	top: 14752px;
}
#photos2019picbox87{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 149px;
	top: 14992px;
}
#photos2019picbox88{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 9px;
	top: 15228px;
}
#photos2019picbox89{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 9px;
	top: 15615px;
}
#photos2019picbox90{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 417px;
	top: 15151px;
}
#photos2019picbox91{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 200px;
	top: 15527px;
}
#photos2019picbox92{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 453px;
	top: 15626px;
}
#photos2019picbox93{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 470px;
	top: 15967px;
}
#photos2019picbox94{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 13px;
	top: 16355px;
}
#photos2019picbox95{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 11px;
	top: 16839px;
}
#photos2019picbox96{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 417px;
	top: 16471px;
}
#photos2019picbox97{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 395px;
	top: 16860px;
}
#photos2019picbox98{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 29px;
	top: 17470px;
}
#photos2019picbox99{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 12px;
	top: 17257px;
}
#photos2019picbox100{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 368px;
	top: 17255px;
}
#photos2019picbox101{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 12px;
	top: 17734px;
}
#photos2019picbox102{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left:533px;
	top: 17793px;
}
#photos2019picbox103{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 20px;
	top: 16208px;
}
#photos2019picbox104{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 418px;
	top: 18192px;
}
#photos2019picbox105{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 15px;
	top: 18617px;
}
#photos2019picbox106{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 10px;
	top: 15962px;
}
#photos2019picbox107{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 12px;
	top: 18202px;
}
#photos2019picbox108{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 20px;
	top: 19138px;
}
#photos2019picbox109{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 10px;
	top: 19484px;
}
#photos2019picbox110{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 7px;
	top: 20388px;
}
#photos2019picbox111{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 454px;
	top: 19609px;
}
#photos2019picbox112{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 9px;
	top: 20679px;
}
#photos2019picbox113{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 14px;
	top: 21379px;
}
#photos2019picbox114{
	position:absolute;
	width:57px;
	height:115px;
	z-index:257;
	left: 470px;
	top: 19328px;
}
#photos2019picbox115{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 10px;
	top: 21060px;
}
#photos2019picbox116{
	position:absolute;
	width:51px;
	height:115px;
	z-index:257;
	left: 15px;
	top: 19815px;
}
#photos2019picbox117{
	position:absolute;
	width:83px;
	height:115px;
	z-index:257;
	left: 420px;
	top: 21068px;
}
#photos2019picbox118{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 15px;
	top: 21816px;
}
#photos2019picbox119{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 5px;
	top: 20103px;
}
#photos2019picbox120{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 451px;
	top: 21798px;
}
#photos2019picbox121{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 468px;
	top: 19003px;
}
#photos2019picbox122{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 336px;
	top: 21422px;
}
#photos2019picbox123{
	position:absolute;
	width:139px;
	height:70px;
	z-index:257;
	left: 290px;
	top: 17771px;
}
#photos2019picbox124{
	position:absolute;
	width:140px;
	height:115px;
	z-index:257;
	left: 363px;
	top: 18696px;
}
/*photos2019.html end */
