/* CSS Document */
/* gallery.css */

/*  Used by gallery template and gallery html pages
	January 2009 
	(2 columns, header & footer with navigation at top*/

.body {
	/*font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #363942;*/
	/*color: #382513;*/
}

/* This houses the entire page ******************************/
#container {
	margin: 15px, 0px, 0px 0px;
	text-align: left;
	background-color: #e6dcdc;
	border: 1px solid #8FB65F;
	border-style:solid;
	padding: 0px;
	width: 900px;
}

/*header **************************************************/
#header {
	height: auto;
	margin-bottom: 0px;
	padding: 0px 0px 10px 5px;
	background-color:#eae9f0;
}
p#header {
	padding-bottom: 5px
}
 
#header h1 {
	position: relative;
	vertical-align: left;
	color:#FF0000;
	margin-bottom: -10px;
	padding-bottom: 20px;
	font-size: 40px;
	letter-spacing: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p#green {
	font: 10px Verdana;
	color: #0d503f;
	padding: 5px 0px;
	line-height: 110%;
}

hr.green{
	color: #8FB65F;
}

h4#green{
	color: #284907;
}

h4#red{
	color:#FF0000;
	font-weight: bold;
}

.green {
	color:#006600;
	font-size: 28px;
	font-weight:bold;	
}

/*backButton ***************************************/
#backButton,
#moreButton{ 
	font-size:10px;
	margin-right:10px; 
	padding:3px; 
	float: right;
	align:bottom; 
} 
	
#backButton ul,
#moreButton ul {
	list-style: none;
	margin-left:0px;
	margin-bottom: 10px;
	padding:3px;
	float:right;
	align:bottom;
}

#backButton a:link, 
#backButton a:visited,
#moreButton a:link,
#moreButton a:visited { 
	color:#ffffff; 
	background:#666699; 
	padding:3px; 
	border: 1px solid #8FB65F;
	width:5%;
	text-decoration:none; 
	font:bold 1em/1em Arial, Helvetica, sans-serif; 
	text-transform:capitalize; 
}
	
#backButton a:hover, #moreButton a:hover { 
	color:#FFFF00; 
	background:#3c3676; 
}

/*left sidebar **********************************************/
#sidebarLt {
	border-right: 1px solid #8FB65F;
	margin: 20px 0 0 0;
	padding: 15px 5px 15px 5px;
	float: Left;
	width: 100px;
	font: 12px Verdana;
	line-height: 140%;
	color: #5A4735;
}

#sidebarLt p{
	font-family: Arial, Helvetica, sans-serif;	
	color: #5A4735;
	font: 10px Verdana;
}

#sidebarLt a:link,
#sidebarLt a:visited {
	text-decoration: none;
	font-weight:400;
	color:#0033FF;
}

#sidebarLt a:hover{
	text-decoration: none;
	color:#0d503f;
	font-weight:400;
}

/*footer ***************************************/
#sidebarRt {
	margin: 0;
	padding: 10px;
	float: right;
	width: 2px;
}

#sidebarRt h4{
	color: #3c3676;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:110%	
	margin: 0px;
	padding:0px;
}

#sidebarRt h5{
	font-family: Arial, Helvetica, sans-serif;
	font: 11px Verdana;
	color:#FF0000;
	padding:0;
	margin:10px 0px 10px 0px;
}

#sidebarRt p{
	font-family: Arial, Helvetica, sans-serif;	
	color: #5A4735;
	font: 10px Verdana;
	line-height: 110%;
	margin: 8px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

/*footer ***************************************/
#footer {
	clear: both;
	border-top: 1px solid #8FB65F;
	padding: 3px;
	font: 10px Verdana;
	margin-top: 20px;
}

#footer a:link,
#footer a:visited{
	text-decoration: none;
	font-weight:500;
	color:#0d503f;
}

#footer a:hover{
	text-decoration: none;
	color:#0033FF;
	font-weight:500;
}

/*menu **************************************/

#menu { 
	margin:0; 
	padding:0; 
	background:#666699 0 0 repeat-x; 
	float:left; 
	width:100%; 
	border:1px solid #8FB65F; 
	border-width:2px 0; 
} 

#menu ul {
	list-style: none;
	margin:	0;
	padding: 0;
	width: 12em;
	float: left;
}

#menu li { 
	display: inline; 
	padding:0; 
	margin:0; 
}

<#menu li:first-child a { 
	border-left:1px solid #42432d; 
} 

#menu a:link, 
#menu a:visited { 
	color:#ffffff; 
	background:#666699; 
	padding:10px 30px 5px 10px; 
	border-left: 1px solid #8FB65F;
	float:left; 
	width:auto; 
	text-decoration:none; 
	font:bold .7em/.7em Arial, Helvetica, sans-serif; 
	text-transform:capitalize; 
	/*text-shadow: 2px 2px 2px #555; */
} 

#menu a:hover { 
	color:#FFFF00; 
	background:#3c3676; 
} 

#home #menu-home a, 
#programs #menu-programs a,
#kvMap #menu-kvMap a, 
#gallery #menu-gallery a, 
#links #menu-links a, 
#contacts #menu-contacts a { 
	background:#0d503f; 
	color:#FFFF00; 
	text-shadow: none; 
} 

#home #menu-home a:hover, 
#programs #menu-programs a:hover, 
#kvMap #menu-kvMap a:hover, 
#gallery #menu-gallery a:hover, 
#links #menu-links a:hover, 
#contacts #menu-contacts a:hover { 
	background:#0d503f;
	color:#FFFF00;
} 

#menu a:active { 
	background:#006633; 
	color:#fff; 
} 

/* content ************************************************/

#content {
	
	font-size: 12px;
	line-height: 110%;
	padding-left:105px;
	padding-top:30px;
	margin-bottom:0px;
}

/*#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	color:#006600;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 0px;
	line-height: 130%;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #284907;
	font-size:13px;
	font-weight: bold;
	line-height: 100%;
	padding: 15px 0px 0px 0px;
	margin:0px;
}

#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:130%;
	padding-top: 10px;
	padding-bottom: 0px;
	margin:0px 0px 0px 0px;
	font-weight: 200;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8px;
	padding:0px;
	margin:0px;
}*/

/* picture container **************************************************/

/* The container box for the photo gallery*/
#pic-containerText,
#pic-container,
#pic-container2,

#pic-container4,
#pic-container5 {
	position:relative;
	padding-left:23px;
	padding-top:15px;
	height:380px;
}

#pic-container3 {
	position:relative;
	padding-left:10px;
	padding-top:15px;
	height:380px;
}

#pic-container{
	background:#e6dcdc url(../Images/gallery/Kamview%20Kids%27%20Race/title_KidsRace06.jpg) 80px 50px no-repeat;	
}

#pic-container2 {
	background:#e6dcdc url(../Images/gallery/LSSD%20Championships/title_LSSDs06.jpg) 80px 50px no-repeat;
}

#pic-container3 {
	background:#e6dcdc url(../Images/gallery/LSSD%20Championships/title_LSSDs06.jpg) 80px 50px no-repeat;
}

#pic-container4 {
	background:#e6dcdc url(../Images/gallery/LSSD%20Championships/title_LSSDs06.jpg) 80px 50px no-repeat;
}

#pic-container5 {
	background:#e6dcdc url(../Images/gallery/LSSD%20Championships/title_LSSDs06.jpg) 80px 50px no-repeat;
}

#pic-containerText p,
#pic-container p,
#pic-container2 p,
#pic-container3 p,
#pic-container4 p,
#pic-container35 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:110%;
	padding: 10px;
	margin:0px;
	color:#000000;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	padding: 10px;
	color:#006600;
	background-color:color: #5A4735;
}

#pic-containerText h2,
#pic-container h2,
#pic-container2 h2,
#pic-container3 h2,
#pic-container4 h2,
#pic-container5 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	color:#006600;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom:
	padding-left: 0px;
	line-height: 130%;
}

#pic-container li,
#pic-container2 li,
#pic-container3 li,
#pic-container4 li,
#pic-container5 li{
	padding-bottom: 10px;
	float:left;
}

#pic-container ul,
#pic-container2{
padding: 3px;
margin: 0px 0px 0px 15px;
}

/* Remove the list bullets and indentation */
#pic-container ul,
#pic-container2 ul,

#pic-container4 ul, 
#pic-container5 ul {
	padding:0;
	margin:0;
	list-style-type:none;
/* set the size of the unordered list to neatly house the thumbnails */
    width:324px;
    height:340px; 
/* move the thumbnails into the correct position */
    margin:5px;
    float:right;
}

#pic-container3 ul {
	padding:0;
	margin:0;
	list-style-type:none;
/* set the size of the unordered list to neatly house the thumbnails */
    width:380px;
    height:340px; 
/* move the thumbnails into the correct position */
    margin:5px;
    float:right;
}

/* Remove the images and text (if any) from sight 
#pic-container a.gallery span,
#pic-container2 a.gallery span {
	position:absolute;
	width:1px;
	height:1px;
	top:5px;
	left:5px;
	overflow:hidden;
	background:#fff;
}*/

/* Remove the images and text (if any) from sight */
#pic-container a.gallery span,
#pic-container2 a.gallery span,
#pic-container3 a.gallery span,
#pic-container4 a.gallery span,
#pic-container5 a.gallery span {
	position:absolute;
	width:1px;
	height:1px;
	top:22px;
	left:-3px;
	overflow:hidden;
	background:#fff;
}


/********************************************************************/
/* Adds the thumbnail images*/
#pic-container a.gallery, 
#pic-container a.gallery:visited,
#pic-container2 a.gallery, 
#pic-container2 a.gallery:visited,
#pic-container3 a.gallery, 
#pic-container3 a.gallery:visited,
#pic-container4 a.gallery, 
#pic-container4 a.gallery:visited,
#pic-container5 a.gallery, 
#pic-container5 a.gallery:visited  {
    display:block;
    color:#000;
    text-decoration:none;
    border:1px solid #000;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
}

/* change the thumbnail border color when mouse hovers over photo*/
#pic-container a.gallery:hover,
#pic-container2 a.gallery:hover,
#pic-container3 a.gallery:hover,
#pic-container4 a.gallery:hover,
#pic-container5 a.gallery:hover {
    border:1px solid #fff;
}
	
/* styling the :hover span */
#pic-container a.gallery:hover span {    
    position:absolute;
    width:390px;
    height:450px;
    top:5px;
    left:5px;
    background:#e6dcdc;
}

#pic-container2 a.gallery:hover span,
#pic-container3 a.gallery:hover span,
#pic-container4 a.gallery:hover span,
#pic-container5 a.gallery:hover span {    
    position:absolute;
    width:390px;
    height:415px;
    top:5px;
    left:5px;
    background:#e6dcdc;
}

/* centre portrait photos  */
#pic-container a.gallery:hover img,
#pic-container2 a.gallery:hover img,
#pic-container3 a.gallery:hover img,
#pic-container4 a.gallery:hover img,
#pic-container5 a.gallery:hover img {
	float:left;
	margin-left:3px;
	margin-top: 13px;
	border:0;
}

/* location and dimensions of thumbnails for the KidsRace06 picture container*/
#pic-container a.slidea {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p1_t.jpg);
    height: 75px;
    width:100px;
}

#pic-container a.slideb {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p2_t.jpg);
    height: 75px;
    width:100px;
}

#pic-container a.slidec {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p3_t.jpg);
	height: 75px;
    width:100px;
}
#pic-container a.slided {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p4_t.jpg);
    height:100px;
    width:73px;
}

#pic-container a.slidee {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p5_t.jpg);
    height:100px;
    width:74px;
}

#pic-container a.slidef {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p6_t.jpg);
    height:100px;
    width:74px;
}

#pic-container a.slideg {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p7_t.jpg);
    height:100px;
    width:73px;
}

#pic-container a.slideh {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p8_t.jpg);
    height:75px;
    width:100px;
}

#pic-container a.slidei {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p9_t.jpg);
    height:75px;
    width:100px;
}

#pic-container a.slidej {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p10_t.jpg);
    height:75px;
    width:100px;
}

#pic-container a.slidek {
  	background:url(../Images/gallery/Kamview%20Kids%27%20Race/p11_t.jpg);
    height:100px;
    width:75px;
}
   
#pic-container a.slidel {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p12_t.jpg);
    height:100px;
    width:75px;
}

#pic-container a.slidem {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p13_t.jpg);
    height:100px;
    width:75px;
}
	
#pic-container a.sliden {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p14_t.jpg);
    height:100px;
    width:75px;
}

/* location and dimensions of thumbnails for KidsRace06 picture container, page 2 */
#pic-container a.slideo {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p15_t.jpg);
    height:75px;
    width:100px;
}

#pic-container a.slidep {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p16_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container a.slideq {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p17_t.jpg);
    height:75px;
    width:100px;
}

#pic-container a.slider {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p18_t.jpg);
    height:100px;
    width:75px;
}

#pic-container a.slides {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p19_t.jpg);
    height:100px;
    width:75px;
}
	
#pic-container a.slidet {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p20_t.jpg);
    height:100px;
    width:75px;
}
	
#pic-container a.slideu {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p21_t.jpg);
    height:100px;
    width:75px;
}

#pic-container a.slidev {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p22_t.jpg);
    height:100px;
    width:75px;
}

#pic-container a.slidew {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p23_t.jpg);
    height:100px;
    width:75px;
}

#pic-container a.slidex {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p24_t.jpg);
    height:100px;
    width:75px;
}

#pic-container a.slidey {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p25_t.jpg);
    height:100px;
    width:75px;
}

#pic-container a.slidez {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p26_t.jpg);
    height:75px;
    width:100px;
}
/* end KidsRace06 picture container *******************************************************************/

/* location and dimensions of thumbnails for the LSSDs06 picture container */
#pic-container2 a.slidea {
    background:url(../Images/gallery/LSSD%20Championships/3lssdL_t.jpg);
    height: 75px;
    width: 100px;
}

#pic-container2 a.slideb {
    background:url(../Images/gallery/LSSD%20Championships/5lssdL_t.jpg);
    height: 75px;
    width:100px;
}

#pic-container2 a.slidec {
    background:url(../Images/gallery/LSSD%20Championships/7lssdL_t.jpg);
	height: 75px;
    width:100px;
}
#pic-container2 a.slided {
    background:url(../Images/gallery/LSSD%20Championships/1lssdP_t.jpg);
    height:100px;
    width:73px;
}

#pic-container2 a.slidee {
    background:url(../Images/gallery/LSSD%20Championships/2lssdP_t.jpg);
    height:100px;
    width:74px;
}

#pic-container2 a.slidef {
    background:url(../Images/gallery/LSSD%20Championships/4lssdP_t.jpg);
    height:100px;
    width:74px;
}

#pic-container2 a.slideg {
    background:url(../Images/gallery/LSSD%20Championships/6lssdP_t.jpg);
    height:100px;
    width:73px;
}

#pic-container2 a.slideh {
    background:url(../Images/gallery/LSSD%20Championships/8lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container2 a.slidei {
    background:url(../Images/gallery/LSSD%20Championships/9lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container2 a.slidej {
    background:url(../Images/gallery/LSSD%20Championships/10lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container2 a.slidek {
  	background:url(../Images/gallery/LSSD%20Championships/11lssdL_t.jpg);
    height:75px;
    width:100px;
}
   
#pic-container2 a.slidel {
    background:url(../Images/gallery/LSSD%20Championships/12lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container2 a.slidem {
    background:url(../Images/gallery/LSSD%20Championships/13lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container2 a.sliden {
    background:url(../Images/gallery/LSSD%20Championships/14lssdL_t.jpg);
    height:75px;
    width:100px;
}

/* location and dimensions of thumbnails for the LSSDs06 picture container page 2 */
#pic-container2 a.slideo {
    background:url(../Images/gallery/LSSD%20Championships/15lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container2 a.slidep {
    background:url(../Images/gallery/LSSD%20Championships/16lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container2 a.slideq {
    background:url(../Images/gallery/LSSD%20Championships/17lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container2 a.slider {
    background:url(../Images/gallery/LSSD%20Championships/18lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container2 a.slides {
    background:url(../Images/gallery/LSSD%20Championships/19lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container2 a.slidet {
   background:url(../Images/gallery/LSSD%20Championships/20lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container2 a.slideu {
    background:url(../Images/gallery/LSSD%20Championships/21lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container2 a.slidev {
    background:url(../Images/gallery/LSSD%20Championships/22lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container2 a.slidew {
    background:url(../Images/gallery/LSSD%20Championships/23lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container2 a.slidex {
    background:url(../Images/gallery/LSSD%20Championships/24lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container2 a.slidey {
    background:url(../Images/gallery/LSSD%20Championships/25lssdL_t.jpg);
    height:75px;
    width:100px;
}

/* end LSSDs06 picture container *******************************************************************/

/* location and dimensions of thumbnails for the Sprints07 picture container, page 1 */
#pic-container3 a.slidea {
    background:url(../Images/gallery/Sprints_07/thumbnails/01sprints07P_t.jpg);
    height: 100px;
    width:66px;
}

#pic-container3 a.slideb {
    background:url(../Images/gallery/Sprints_07/thumbnails/02sprints07P_t.jpg);
    height: 100px;
    width:66px;
}

#pic-container3 a.slidec {
    background:url(../Images/gallery/Sprints_07/thumbnails/03sprints07P_t.jpg);
	height: 100px;
    width:66px;
}
#pic-container3 a.slided {
    background:url(../Images/gallery/Sprints_07/thumbnails/04sprints07P_t.jpg);
    height: 100px;
    width:66px;
}

#pic-container3 a.slidee {
    background:url(../Images/gallery/Sprints_07/thumbnails/05sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidef {
    background:url(../Images/gallery/Sprints_07/thumbnails/06sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slideg {
    background:url(../Images/gallery/Sprints_07/thumbnails/08sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slideh {
    background:url(../Images/gallery/Sprints_07/thumbnails/07sprints07P_t.jpg);
    height: 100px;
    width:66px;
}

#pic-container3 a.slidei {
    background:url(../Images/gallery/Sprints_07/thumbnails/11sprints07P_t.jpg);
    height: 100px;
    width:66px;
}

#pic-container3 a.slidej {
    background:url(../Images/gallery/Sprints_07/thumbnails/12sprints07P_t.jpg);
    height: 100px;
    width:66px;
}

#pic-container3 a.slidek {
  	background:url(../Images/gallery/Sprints_07/thumbnails/13sprints07P_t.jpg);
    height: 100px;
    width:66px;
}
   
#pic-container3 a.slidel {
    background:url(../Images/gallery/Sprints_07/thumbnails/15sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidem {
    background:url(../Images/gallery/Sprints_07/thumbnails/16sprints07L_t.jpg);
    height:66px;
    width:100px;
}
	
#pic-container3 a.sliden {
    background:url(../Images/gallery/Sprints_07/thumbnails/17sprints07L_t.jpg);
    height:66px;
    width:100px;
}

/* location and dimensions of thumbnails for the Sprints07 picture container, page 2 */
#pic-container3 a.slideo {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidep {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}
	
#pic-container3 a.slideq {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slider {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slides {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}
	
#pic-container3 a.slidet {
   background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}
	
#pic-container3 a.slideu {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg/21lssdL_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidev {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidew {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidex {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidey {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}
/* location and dimensions of thumbnails for the Sprints07 picture container, page 3 */
#pic-container3 a.slidez {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p1_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slideaa {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p2_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slideab {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p3_t.jpg);
	height:66px;
    width:100px;
}
#pic-container3 a.slideac {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p4_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slidead {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p5_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slideae {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p6_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slideaf {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p7_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slideag {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p8_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slideah {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p9_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slideai {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p10_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slideaj {
  	background:url(../Images/gallery/Kamview%20Kids%27%20Race/p11_t.jpg);
    height:100px;
    width:66px;
}
   
#pic-container3 a.slideak {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p12_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slideal {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p13_t.jpg);
    height:100px;
    width:66px;
}
	
#pic-container3 a.slideam{
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p14_t.jpg);
    height:100px;
    width:66px;
}

/* location and dimensions of thumbnails for Sprints07 picture container, page 4 */
#pic-container3 a.slidean {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p15_t.jpg);
     height:66px;
    width:100px;
}

#pic-container3 a.slideao {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p16_t.jpg);
    height:66px;
    width:100px;
}
	
#pic-container3 a.slideap {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p17_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slideaq {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p18_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slidear {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p19_t.jpg);
    height:100px;
    width:66px;
}
	
#pic-container3 a.slidetas {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p20_t.jpg);
    height:100px;
    width:66px;
}
	
#pic-container3 a.slideat {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p21_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slideau {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p22_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slideav {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p23_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slideaw {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p24_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slideax {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p25_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slideay {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p26_t.jpg);
    height:66px;
    width:100px;
}

/* location and dimensions of thumbnails for the Sprints07 picture container, page 5 */
#pic-container3 a.slideaz {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg/3lssdL_t.jpg);
    height: 66px;
    width: 100px;
}

#pic-container3 a.slideba {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg/5lssdL_t.jpg);
    height: 66px;
    width:100px;
}
#pic-container3 a.slidebb {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg/5lssdL_t.jpg);
    height: 66px;
    width:100px;
}

#pic-container3 a.slidebc {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg/7lssdL_t.jpg);
	height: 66px;
    width:100px;
}
#pic-container3 a.slidebd {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg/1lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slidebe {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg/2lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slidebf {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg/4lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slidebg {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg/6lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slidebh {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg/8lssdL_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidebi {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg/9lssdL_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidebj {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg/10lssdL_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidebk {
  	background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg/11lssdL_t.jpg);
    height:66px;
    width:100px;
}
   
#pic-container3 a.slidebl {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidemm {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}
	
#pic-container3 a.slidebn {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

/* location and dimensions of thumbnails for the Sprints07 picture container, page 6 */
#pic-container3 a.slidebo {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidebp {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}
	
#pic-container3 a.slidebq {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidebr {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidebs {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}
	
#pic-container3 a.slidebt {
   background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}
	
#pic-container3 a.slidebu {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidebv {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidebw {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidebx {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slideby {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

/* location and dimensions of thumbnails for the Sprints07 picture container, page 7 */

#pic-container3 a.slidebz {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height: 66px;
    width: 100px;
}

#pic-container3 a.slideca {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height: 66px;
    width: 100px;
}

#pic-container3 a.slidecb {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height: 66px;
    width:100px;
}

#pic-container3 a.slidecc {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
	height: 66px;
    width:100px;
}
#pic-container3 a.slidecd {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slidece {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slidecf {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slidecg {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slidech {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slideci {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidecj {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slideck {
  	background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}
   
#pic-container3 a.slidecl {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidecm {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}
	
#pic-container3 a.slidecn {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

/* location and dimensions of thumbnails for the Sprints07 picture container, page 8 */
#pic-container3 a.slideco {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidecp {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}
	
#pic-container3 a.slidecq {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidecr {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg;
    height:66px;
    width:100px;
}

#pic-container3 a.slidecs {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}
	
#pic-container3 a.slidect {
   background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}
	
#pic-container3 a.slidecu {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidecv {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidecw {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidecx {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidecy {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height: 66px;
    width:100px;
}

#pic-container3 a.slidecz {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height: 66px;
    width:100px;
}

/* location and dimensions of thumbnails for the Sprints07 picture container, page 9 */
#pic-container3 a.slideda {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height: 66px;
    width:100px;
}

#pic-container3 a.slidedb {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height: 66px;
    width:100px;
}

#pic-container3 a.slidedc {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
	height: 66px;
    width:100px;
}
#pic-container3 a.slidedd {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slidede {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slidedf {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slidedg {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slidedh {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidedi {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidedj {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidedk {
  	background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:100px;
    width:66px;
}
   
#pic-container3 a.slidedl {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slidedm {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:100px;
    width:66px;
}
	
#pic-container3 a.slidedn {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:100px;
    width:66px;
}

/* location and dimensions of thumbnails for Sprint07 picture container, page 10 */
#pic-container3 a.slidedo {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
     height:66px;
    width:100px;
}

#pic-container3 a.slidedp {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}
	
#pic-container3 a.slidedq {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}

#pic-container3 a.slidedr {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slideds {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:100px;
    width:66px;
}
	
#pic-container3 a.slidedt {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:100px;
    width:66px;
}
	
#pic-container3 a.slidedu {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slidedv {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slidedw {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slidedx {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slidedy {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:100px;
    width:66px;
}

#pic-container3 a.slideez {
    background:url(../Images/gallery/Sprints_07/thumbnails/sprints07L_t.jpg);
    height:66px;
    width:100px;
}
/* end Sprints07 picture container3 *******************************************************************/

/* location and dimensions of thumbnails for the Sprints08 picture container, page 1 */
#pic-container4 a.slidea {
    background:url(../Images/gallery/LSSD%20Championships/3lssdL_t.jpg);
    height: 75px;
    width: 100px;
}

#pic-container4 a.slideb {
    background:url(../Images/gallery/LSSD%20Championships/5lssdL_t.jpg);
    height: 75px;
    width:100px;
}

#pic-container4 a.slidec {
    background:url(../Images/gallery/LSSD%20Championships/7lssdL_t.jpg);
	height: 75px;
    width:100px;
}
#pic-container4 a.slided {
    background:url(../Images/gallery/LSSD%20Championships/1lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container4 a.slidee {
    background:url(../Images/gallery/LSSD%20Championships/2lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container4 a.slidef {
    background:url(../Images/gallery/LSSD%20Championships/4lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container4 a.slideg {
    background:url(../Images/gallery/LSSD%20Championships/6lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container4 a.slideh {
    background:url(../Images/gallery/LSSD%20Championships/8lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidei {
    background:url(../Images/gallery/LSSD%20Championships/9lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidej {
    background:url(../Images/gallery/LSSD%20Championships/10lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidek {
  	background:url(../Images/gallery/LSSD%20Championships/11lssdL_t.jpg);
    height:75px;
    width:100px;
}
   
#pic-container4 a.slidel {
    background:url(../Images/gallery/LSSD%20Championships/12lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidem {
    background:url(../Images/gallery/LSSD%20Championships/13lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container4 a.sliden {
    background:url(../Images/gallery/LSSD%20Championships/14lssdL_t.jpg);
    height:75px;
    width:100px;
}

/* location and dimensions of thumbnails for the Sprints08 picture container, page 2 */
#pic-container4 a.slideo {
    background:url(../Images/gallery/LSSD%20Championships/15lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidep {
    background:url(../Images/gallery/LSSD%20Championships/16lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container4 a.slideq {
    background:url(../Images/gallery/LSSD%20Championships/17lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slider {
    background:url(../Images/gallery/LSSD%20Championships/18lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slides {
    background:url(../Images/gallery/LSSD%20Championships/19lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container4 a.slidet {
   background:url(../Images/gallery/LSSD%20Championships/20lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container4 a.slideu {
    background:url(../Images/gallery/LSSD%20Championships/21lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidev {
    background:url(../Images/gallery/LSSD%20Championships/22lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidew {
    background:url(../Images/gallery/LSSD%20Championships/23lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidex {
    background:url(../Images/gallery/LSSD%20Championships/24lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidey {
    background:url(../Images/gallery/LSSD%20Championships/25lssdL_t.jpg);
    height:75px;
    width:100px;
}
/* location and dimensions of thumbnails for the Sprints08 picture container, page 3 */
#pic-container4 a.slidez {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p1_t.jpg);
    height: 75px;
    width:100px;
}

#pic-container4 a.slideaa {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p2_t.jpg);
    height: 75px;
    width:100px;
}

#pic-container4 a.slideab {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p3_t.jpg);
	height: 75px;
    width:100px;
}
#pic-container4 a.slideac {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p4_t.jpg);
    height:100px;
    width:66px;
}

#pic-container4 a.slidead {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p5_t.jpg);
    height:100px;
    width:66px;
}

#pic-container4 a.slideae {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p6_t.jpg);
    height:100px;
    width:66px;
}

#pic-container4 a.slideaf {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p7_t.jpg);
    height:100px;
    width:66px;
}

#pic-container4 a.slideag {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p8_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slideah {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p9_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slideai {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p10_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slideaj {
  	background:url(../Images/gallery/Kamview%20Kids%27%20Race/p11_t.jpg);
    height:100px;
    width:75px;
}
   
#pic-container4 a.slideak {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p12_t.jpg);
    height:100px;
    width:75px;
}

#pic-container4 a.slideal {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p13_t.jpg);
    height:100px;
    width:75px;
}
	
#pic-container4 a.slideam{
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p14_t.jpg);
    height:100px;
    width:75px;
}

/* location and dimensions of thumbnails for Sprints08 picture container, page 4 */
#pic-container4 a.slidean {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p15_t.jpg);
     height:75px;
    width:100px;
}

#pic-container4 a.slideao {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p16_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container4 a.slideap {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p17_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slideaq {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p18_t.jpg);
    height:100px;
    width:75px;
}

#pic-container4 a.slidear {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p19_t.jpg);
    height:100px;
    width:75px;
}
	
#pic-container4 a.slidetas {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p20_t.jpg);
    height:100px;
    width:75px;
}
	
#pic-container4 a.slideat {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p21_t.jpg);
    height:100px;
    width:75px;
}

#pic-container4 a.slideau {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p22_t.jpg);
    height:100px;
    width:75px;
}

#pic-container4 a.slideav {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p23_t.jpg);
    height:100px;
    width:75px;
}

#pic-container4 a.slideaw {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p24_t.jpg);
    height:100px;
    width:75px;
}

#pic-container4 a.slideax {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p25_t.jpg);
    height:100px;
    width:75px;
}

#pic-container4 a.slideay {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p26_t.jpg);
    height:75px;
    width:100px;
}

/* location and dimensions of thumbnails for the Sprints08 picture container, page 5 */
#pic-container4 a.slideaz {
    background:url(../Images/gallery/LSSD%20Championships/3lssdL_t.jpg);
    height: 75px;
    width: 100px;
}

#pic-container4 a.slideba {
    background:url(../Images/gallery/LSSD%20Championships/5lssdL_t.jpg);
    height: 75px;
    width:100px;
}
#pic-container4 a.slidebb {
    background:url(../Images/gallery/LSSD%20Championships/5lssdL_t.jpg);
    height: 75px;
    width:100px;
}

#pic-container4 a.slidebc {
    background:url(../Images/gallery/LSSD%20Championships/7lssdL_t.jpg);
	height: 75px;
    width:100px;
}
#pic-container4 a.slidebd {
    background:url(../Images/gallery/LSSD%20Championships/1lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container4 a.slidebe {
    background:url(../Images/gallery/LSSD%20Championships/2lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container4 a.slidebf {
    background:url(../Images/gallery/LSSD%20Championships/4lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container4 a.slidebg {
    background:url(../Images/gallery/LSSD%20Championships/6lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container4 a.slidebh {
    background:url(../Images/gallery/LSSD%20Championships/8lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidebi {
    background:url(../Images/gallery/LSSD%20Championships/9lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidebj {
    background:url(../Images/gallery/LSSD%20Championships/10lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidebk {
  	background:url(../Images/gallery/LSSD%20Championships/11lssdL_t.jpg);
    height:75px;
    width:100px;
}
   
#pic-container4 a.slidebl {
    background:url(../Images/gallery/LSSD%20Championships/12lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidemm {
    background:url(../Images/gallery/LSSD%20Championships/13lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container4 a.slidebn {
    background:url(../Images/gallery/LSSD%20Championships/14lssdL_t.jpg);
    height:75px;
    width:100px;
}

/* location and dimensions of thumbnails for the Sprints08 picture container, page 6 */
#pic-container4 a.slidebo {
    background:url(../Images/gallery/LSSD%20Championships/15lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidebp {
    background:url(../Images/gallery/LSSD%20Championships/16lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container4 a.slidebq {
    background:url(../Images/gallery/LSSD%20Championships/17lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidebr {
    background:url(../Images/gallery/LSSD%20Championships/18lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidebs {
    background:url(../Images/gallery/LSSD%20Championships/19lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container4 a.slidebt {
   background:url(../Images/gallery/LSSD%20Championships/20lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container4 a.slidebu {
    background:url(../Images/gallery/LSSD%20Championships/21lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidebv {
    background:url(../Images/gallery/LSSD%20Championships/22lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidebw {
    background:url(../Images/gallery/LSSD%20Championships/23lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidebx {
    background:url(../Images/gallery/LSSD%20Championships/24lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slideby {
    background:url(../Images/gallery/LSSD%20Championships/25lssdL_t.jpg);
    height:75px;
    width:100px;
}

/* location and dimensions of thumbnails for the Sprints08 picture container, page 7 */

#pic-container4 a.slidebz {
    background:url(../Images/gallery/LSSD%20Championships/3lssdL_t.jpg);
    height: 75px;
    width: 100px;
}

#pic-container4 a.slideca {
    background:url(../Images/gallery/LSSD%20Championships/3lssdL_t.jpg);
    height: 75px;
    width: 100px;
}

#pic-container4 a.slidecb {
    background:url(../Images/gallery/LSSD%20Championships/5lssdL_t.jpg);
    height: 75px;
    width:100px;
}

#pic-container4 a.slidecc {
    background:url(../Images/gallery/LSSD%20Championships/7lssdL_t.jpg);
	height: 75px;
    width:100px;
}
#pic-container4 a.slidecd {
    background:url(../Images/gallery/LSSD%20Championships/1lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container4 a.slidece {
    background:url(../Images/gallery/LSSD%20Championships/2lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container4 a.slidecf {
    background:url(../Images/gallery/LSSD%20Championships/4lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container4 a.slidecg {
    background:url(../Images/gallery/LSSD%20Championships/6lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container4 a.slidech {
    background:url(../Images/gallery/LSSD%20Championships/8lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slideci {
    background:url(../Images/gallery/LSSD%20Championships/9lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidecj {
    background:url(../Images/gallery/LSSD%20Championships/10lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slideck {
  	background:url(../Images/gallery/LSSD%20Championships/11lssdL_t.jpg);
    height:75px;
    width:100px;
}
   
#pic-container4 a.slidecl {
    background:url(../Images/gallery/LSSD%20Championships/12lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidecm {
    background:url(../Images/gallery/LSSD%20Championships/13lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container4 a.slidecn {
    background:url(../Images/gallery/LSSD%20Championships/14lssdL_t.jpg);
    height:75px;
    width:100px;
}

/* location and dimensions of thumbnails for the Sprints08 picture container, page 8 */
#pic-container4 a.slideco {
    background:url(../Images/gallery/LSSD%20Championships/15lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidecp {
    background:url(../Images/gallery/LSSD%20Championships/16lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container4 a.slidecq {
    background:url(../Images/gallery/LSSD%20Championships/17lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidecr {
    background:url(../Images/gallery/LSSD%20Championships/18lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidecs {
    background:url(../Images/gallery/LSSD%20Championships/19lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container4 a.slidect {
   background:url(../Images/gallery/LSSD%20Championships/20lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container4 a.slidecu {
    background:url(../Images/gallery/LSSD%20Championships/21lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidecv {
    background:url(../Images/gallery/LSSD%20Championships/22lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidecw {
    background:url(../Images/gallery/LSSD%20Championships/23lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidecx {
    background:url(../Images/gallery/LSSD%20Championships/24lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidecy {
    background:url(../Images/gallery/LSSD%20Championships/5lssdL_t.jpg);
    height: 75px;
    width:100px;
}

#pic-container4 a.slidecz {
    background:url(../Images/gallery/LSSD%20Championships/5lssdL_t.jpg);
    height: 75px;
    width:100px;
}

/* location and dimensions of thumbnails for the Sprints08 picture container, page 9 */
#pic-container4 a.slideda {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p1_t.jpg);
    height: 75px;
    width:100px;
}

#pic-container4 a.slidedb {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p2_t.jpg);
    height: 75px;
    width:100px;
}

#pic-container4 a.slidedc {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p3_t.jpg);
	height: 75px;
    width:100px;
}
#pic-container4 a.slidedd {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p4_t.jpg);
    height:100px;
    width:66px;
}

#pic-container4 a.slidede {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p5_t.jpg);
    height:100px;
    width:66px;
}

#pic-container4 a.slidedf {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p6_t.jpg);
    height:100px;
    width:66px;
}

#pic-container4 a.slidedg {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p7_t.jpg);
    height:100px;
    width:66px;
}

#pic-container4 a.slidedh {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p8_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidedi {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p9_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidedj {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p10_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidedk {
  	background:url(../Images/gallery/Kamview%20Kids%27%20Race/p11_t.jpg);
    height:100px;
    width:75px;
}
   
#pic-container4 a.slidedl {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p12_t.jpg);
    height:100px;
    width:75px;
}

#pic-container4 a.slidedm {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p13_t.jpg);
    height:100px;
    width:75px;
}
	
#pic-container4 a.slidedn {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p14_t.jpg);
    height:100px;
    width:75px;
}

/* location and dimensions of thumbnails for Sprint08 picture container, page 10 */
#pic-container4 a.slidedo {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p15_t.jpg);
     height:75px;
    width:100px;
}

#pic-container4 a.slidedp {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p16_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container4 a.slidedq {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p17_t.jpg);
    height:75px;
    width:100px;
}

#pic-container4 a.slidedr {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p18_t.jpg);
    height:100px;
    width:75px;
}

#pic-container4 a.slideds {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p19_t.jpg);
    height:100px;
    width:75px;
}
	
#pic-container4 a.slidedt {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p20_t.jpg);
    height:100px;
    width:75px;
}
	
#pic-container4 a.slidedu {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p21_t.jpg);
    height:100px;
    width:75px;
}

#pic-container4 a.slidedv {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p22_t.jpg);
    height:100px;
    width:75px;
}

#pic-container4 a.slidedw {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p23_t.jpg);
    height:100px;
    width:75px;
}

#pic-container4 a.slidedx {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p24_t.jpg);
    height:100px;
    width:75px;
}

#pic-container4 a.slidedy {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p25_t.jpg);
    height:100px;
    width:75px;
}

#pic-container4 a.slideez {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p26_t.jpg);
    height:75px;
    width:100px;
}
/* end Sprints08 picture container4 *******************************************************************/

***************************************************************************************************
****************************************************************************************************
/* location and dimensions of thumbnails for the Sprints09 picture container, page 1 */
#pic-container5 a.slidea {
    background:url(../Images/gallery/LSSD%20Championships/3lssdL_t.jpg);
    height: 75px;
    width: 100px;
}

#pic-container5 a.slideb {
    background:url(../Images/gallery/LSSD%20Championships/5lssdL_t.jpg);
    height: 75px;
    width:100px;
}

#pic-container5 a.slidec {
    background:url(../Images/gallery/LSSD%20Championships/7lssdL_t.jpg);
	height: 75px;
    width:100px;
}
#pic-container5 a.slided {
    background:url(../Images/gallery/LSSD%20Championships/1lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container5 a.slidee {
    background:url(../Images/gallery/LSSD%20Championships/2lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container5 a.slidef {
    background:url(../Images/gallery/LSSD%20Championships/4lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container5 a.slideg {
    background:url(../Images/gallery/LSSD%20Championships/6lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container5 a.slideh {
    background:url(../Images/gallery/LSSD%20Championships/8lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidei {
    background:url(../Images/gallery/LSSD%20Championships/9lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidej {
    background:url(../Images/gallery/LSSD%20Championships/10lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidek {
  	background:url(../Images/gallery/LSSD%20Championships/11lssdL_t.jpg);
    height:75px;
    width:100px;
}
   
#pic-container5 a.slidel {
    background:url(../Images/gallery/LSSD%20Championships/12lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidem {
    background:url(../Images/gallery/LSSD%20Championships/13lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container5 a.sliden {
    background:url(../Images/gallery/LSSD%20Championships/14lssdL_t.jpg);
    height:75px;
    width:100px;
}

/* location and dimensions of thumbnails for the Sprints09 picture container, page 2 */
#pic-container5 a.slideo {
    background:url(../Images/gallery/LSSD%20Championships/15lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidep {
    background:url(../Images/gallery/LSSD%20Championships/16lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container5 a.slideq {
    background:url(../Images/gallery/LSSD%20Championships/17lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slider {
    background:url(../Images/gallery/LSSD%20Championships/18lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slides {
    background:url(../Images/gallery/LSSD%20Championships/19lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container5 a.slidet {
   background:url(../Images/gallery/LSSD%20Championships/20lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container5 a.slideu {
    background:url(../Images/gallery/LSSD%20Championships/21lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidev {
    background:url(../Images/gallery/LSSD%20Championships/22lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidew {
    background:url(../Images/gallery/LSSD%20Championships/23lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidex {
    background:url(../Images/gallery/LSSD%20Championships/24lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidey {
    background:url(../Images/gallery/LSSD%20Championships/25lssdL_t.jpg);
    height:75px;
    width:100px;
}
/* location and dimensions of thumbnails for the Sprints09 picture container, page 3 */
#pic-container5 a.slidez {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p1_t.jpg);
    height: 75px;
    width:100px;
}

#pic-container5 a.slideaa {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p2_t.jpg);
    height: 75px;
    width:100px;
}

#pic-container5 a.slideab {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p3_t.jpg);
	height: 75px;
    width:100px;
}
#pic-container5 a.slideac {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p4_t.jpg);
    height:100px;
    width:66px;
}

#pic-container5 a.slidead {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p5_t.jpg);
    height:100px;
    width:66px;
}

#pic-container5 a.slideae {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p6_t.jpg);
    height:100px;
    width:66px;
}

#pic-container5 a.slideaf {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p7_t.jpg);
    height:100px;
    width:66px;
}

#pic-container5 a.slideag {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p8_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slideah {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p9_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slideai {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p10_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slideaj {
  	background:url(../Images/gallery/Kamview%20Kids%27%20Race/p11_t.jpg);
    height:100px;
    width:75px;
}
   
#pic-container5 a.slideak {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p12_t.jpg);
    height:100px;
    width:75px;
}

#pic-container5 a.slideal {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p13_t.jpg);
    height:100px;
    width:75px;
}
	
#pic-container5 a.slideam{
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p14_t.jpg);
    height:100px;
    width:75px;
}

/* location and dimensions of thumbnails for Sprints09 picture container, page 4 */
#pic-container5 a.slidean {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p15_t.jpg);
     height:75px;
    width:100px;
}

#pic-container5 a.slideao {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p16_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container5 a.slideap {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p17_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slideaq {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p18_t.jpg);
    height:100px;
    width:75px;
}

#pic-container5 a.slidear {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p19_t.jpg);
    height:100px;
    width:75px;
}
	
#pic-container5 a.slidetas {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p20_t.jpg);
    height:100px;
    width:75px;
}
	
#pic-container5 a.slideat {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p21_t.jpg);
    height:100px;
    width:75px;
}

#pic-container5 a.slideau {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p22_t.jpg);
    height:100px;
    width:75px;
}

#pic-container5 a.slideav {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p23_t.jpg);
    height:100px;
    width:75px;
}

#pic-container5 a.slideaw {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p24_t.jpg);
    height:100px;
    width:75px;
}

#pic-container5 a.slideax {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p25_t.jpg);
    height:100px;
    width:75px;
}

#pic-container5 a.slideay {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p26_t.jpg);
    height:75px;
    width:100px;
}

/* location and dimensions of thumbnails for the Sprints09 picture container, page 5 */
#pic-container5 a.slideaz {
    background:url(../Images/gallery/LSSD%20Championships/3lssdL_t.jpg);
    height: 75px;
    width: 100px;
}

#pic-container5 a.slideba {
    background:url(../Images/gallery/LSSD%20Championships/5lssdL_t.jpg);
    height: 75px;
    width:100px;
}
#pic-container5 a.slidebb {
    background:url(../Images/gallery/LSSD%20Championships/5lssdL_t.jpg);
    height: 75px;
    width:100px;
}

#pic-container5 a.slidebc {
    background:url(../Images/gallery/LSSD%20Championships/7lssdL_t.jpg);
	height: 75px;
    width:100px;
}
#pic-container5 a.slidebd {
    background:url(../Images/gallery/LSSD%20Championships/1lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container5 a.slidebe {
    background:url(../Images/gallery/LSSD%20Championships/2lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container5 a.slidebf {
    background:url(../Images/gallery/LSSD%20Championships/4lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container5 a.slidebg {
    background:url(../Images/gallery/LSSD%20Championships/6lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container5 a.slidebh {
    background:url(../Images/gallery/LSSD%20Championships/8lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidebi {
    background:url(../Images/gallery/LSSD%20Championships/9lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidebj {
    background:url(../Images/gallery/LSSD%20Championships/10lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidebk {
  	background:url(../Images/gallery/LSSD%20Championships/11lssdL_t.jpg);
    height:75px;
    width:100px;
}
   
#pic-container5 a.slidebl {
    background:url(../Images/gallery/LSSD%20Championships/12lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidemm {
    background:url(../Images/gallery/LSSD%20Championships/13lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container5 a.slidebn {
    background:url(../Images/gallery/LSSD%20Championships/14lssdL_t.jpg);
    height:75px;
    width:100px;
}

/* location and dimensions of thumbnails for the Sprints09 picture container, page 6 */
#pic-container5 a.slidebo {
    background:url(../Images/gallery/LSSD%20Championships/15lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidebp {
    background:url(../Images/gallery/LSSD%20Championships/16lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container5 a.slidebq {
    background:url(../Images/gallery/LSSD%20Championships/17lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidebr {
    background:url(../Images/gallery/LSSD%20Championships/18lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidebs {
    background:url(../Images/gallery/LSSD%20Championships/19lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container5 a.slidebt {
   background:url(../Images/gallery/LSSD%20Championships/20lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container5 a.slidebu {
    background:url(../Images/gallery/LSSD%20Championships/21lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidebv {
    background:url(../Images/gallery/LSSD%20Championships/22lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidebw {
    background:url(../Images/gallery/LSSD%20Championships/23lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidebx {
    background:url(../Images/gallery/LSSD%20Championships/24lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slideby {
    background:url(../Images/gallery/LSSD%20Championships/25lssdL_t.jpg);
    height:75px;
    width:100px;
}

/* location and dimensions of thumbnails for the Sprints09 picture container, page 7 */

#pic-container5 a.slidebz {
    background:url(../Images/gallery/LSSD%20Championships/3lssdL_t.jpg);
    height: 75px;
    width: 100px;
}

#pic-container5 a.slideca {
    background:url(../Images/gallery/LSSD%20Championships/3lssdL_t.jpg);
    height: 75px;
    width: 100px;
}

#pic-container5 a.slidecb {
    background:url(../Images/gallery/LSSD%20Championships/5lssdL_t.jpg);
    height: 75px;
    width:100px;
}

#pic-container5 a.slidecc {
    background:url(../Images/gallery/LSSD%20Championships/7lssdL_t.jpg);
	height: 75px;
    width:100px;
}
#pic-container5 a.slidecd {
    background:url(../Images/gallery/LSSD%20Championships/1lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container5 a.slidece {
    background:url(../Images/gallery/LSSD%20Championships/2lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container5 a.slidecf {
    background:url(../Images/gallery/LSSD%20Championships/4lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container5 a.slidecg {
    background:url(../Images/gallery/LSSD%20Championships/6lssdP_t.jpg);
    height:100px;
    width:66px;
}

#pic-container5 a.slidech {
    background:url(../Images/gallery/LSSD%20Championships/8lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slideci {
    background:url(../Images/gallery/LSSD%20Championships/9lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidecj {
    background:url(../Images/gallery/LSSD%20Championships/10lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slideck {
  	background:url(../Images/gallery/LSSD%20Championships/11lssdL_t.jpg);
    height:75px;
    width:100px;
}
   
#pic-container5 a.slidecl {
    background:url(../Images/gallery/LSSD%20Championships/12lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidecm {
    background:url(../Images/gallery/LSSD%20Championships/13lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container5 a.slidecn {
    background:url(../Images/gallery/LSSD%20Championships/14lssdL_t.jpg);
    height:75px;
    width:100px;
}

/* location and dimensions of thumbnails for the Sprints09 picture container, page 8 */
#pic-container5 a.slideco {
    background:url(../Images/gallery/LSSD%20Championships/15lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidecp {
    background:url(../Images/gallery/LSSD%20Championships/16lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container5 a.slidecq {
    background:url(../Images/gallery/LSSD%20Championships/17lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidecr {
    background:url(../Images/gallery/LSSD%20Championships/18lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidecs {
    background:url(../Images/gallery/LSSD%20Championships/19lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container5 a.slidect {
   background:url(../Images/gallery/LSSD%20Championships/20lssdL_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container5 a.slidecu {
    background:url(../Images/gallery/LSSD%20Championships/21lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidecv {
    background:url(../Images/gallery/LSSD%20Championships/22lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidecw {
    background:url(../Images/gallery/LSSD%20Championships/23lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidecx {
    background:url(../Images/gallery/LSSD%20Championships/24lssdL_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidecy {
    background:url(../Images/gallery/LSSD%20Championships/5lssdL_t.jpg);
    height: 75px;
    width:100px;
}

#pic-container5 a.slidecz {
    background:url(../Images/gallery/LSSD%20Championships/5lssdL_t.jpg);
    height: 75px;
    width:100px;
}

/* location and dimensions of thumbnails for the Sprints09 picture container, page 9 */
#pic-container5 a.slideda {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p1_t.jpg);
    height: 75px;
    width:100px;
}

#pic-container5 a.slidedb {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p2_t.jpg);
    height: 75px;
    width:100px;
}

#pic-container5 a.slidedc {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p3_t.jpg);
	height: 75px;
    width:100px;
}
#pic-container5 a.slidedd {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p4_t.jpg);
    height:100px;
    width:66px;
}

#pic-container5 a.slidede {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p5_t.jpg);
    height:100px;
    width:66px;
}

#pic-container5 a.slidedf {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p6_t.jpg);
    height:100px;
    width:66px;
}

#pic-container5 a.slidedg {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p7_t.jpg);
    height:100px;
    width:66px;
}

#pic-container5 a.slidedh {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p8_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidedi {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p9_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidedj {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p10_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidedk {
  	background:url(../Images/gallery/Kamview%20Kids%27%20Race/p11_t.jpg);
    height:100px;
    width:75px;
}
   
#pic-container5 a.slidedl {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p12_t.jpg);
    height:100px;
    width:75px;
}

#pic-container5 a.slidedm {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p13_t.jpg);
    height:100px;
    width:75px;
}
	
#pic-container5 a.slidedn {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p14_t.jpg);
    height:100px;
    width:75px;
}

/* location and dimensions of thumbnails for Sprint09 picture container, page 10 */
#pic-container5 a.slidedo {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p15_t.jpg);
     height:75px;
    width:100px;
}

#pic-container5 a.slidedp {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p16_t.jpg);
    height:75px;
    width:100px;
}
	
#pic-container5 a.slidedq {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p17_t.jpg);
    height:75px;
    width:100px;
}

#pic-container5 a.slidedr {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p18_t.jpg);
    height:100px;
    width:75px;
}

#pic-container5 a.slideds {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p19_t.jpg);
    height:100px;
    width:75px;
}
	
#pic-container5 a.slidedt {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p20_t.jpg);
    height:100px;
    width:75px;
}
	
#pic-container5 a.slidedu {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p21_t.jpg);
    height:100px;
    width:75px;
}

#pic-container5 a.slidedv {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p22_t.jpg);
    height:100px;
    width:75px;
}

#pic-container5 a.slidedw {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p23_t.jpg);
    height:100px;
    width:75px;
}

#pic-container5 a.slidedx {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p24_t.jpg);
    height:100px;
    width:75px;
}

#pic-container5 a.slidedy {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p25_t.jpg);
    height:100px;
    width:75px;
}

#pic-container5 a.slideez {
    background:url(../Images/gallery/Kamview%20Kids%27%20Race/p26_t.jpg);
    height:75px;
    width:100px;
}
/* end Sprints09 picture container5 *******************************************************************/
