﻿<!--
/*-----------------------------------------------------------------------
  Cascading Style Sheet for Casa "La Esperanza" slideshow page 9:
  General Information. Defines Images to be used.
  (C) Ian McInnes, 2015                                                 
------------------------------------------------------------------------*/

/* --- locations of thumbnail and active images --- */
#c151 { background-image:url('Thumbs/DSC01915.jpg'); }
#c151:active { background-image:url('Images/DSC01915.jpg'); }
#c012 { background-image:url('../ElRefugio/Construction/Thumbs/012.jpg'); }
#c012:active { background-image:url('../ElRefugio/Construction/Images/012.jpg'); }
#c069 { background-image:url('../ElRefugio/Construction/Thumbs/069.jpg'); }
#c069:active { background-image:url('../ElRefugio/Construction/Images/069.jpg'); }
#c153 { background-image:url('Thumbs/DSC01930.jpg'); }
#c153:active { background-image:url('Images/DSC01930.jpg'); }
#c054 { background-image:url('../ElRefugio/Construction/Thumbs/054.jpg'); }
#c054:active { background-image:url('../ElRefugio/Construction/Images/054.jpg'); }
#c010 { background-image:url('../ElRefugio/Construction/Thumbs/010.jpg'); }
#c010:active { background-image:url('../ElRefugio/Construction/Images/010.jpg'); }
#c112 { background-image:url('Thumbs/DSC01669.jpg'); }
#c112:active { background-image:url('Images/DSC01669.jpg'); }
#c300 { background-image:url('Thumbs/DSC03333.jpg'); }
#c300:active { background-image:url('Images/DSC03333.jpg'); }
#c346 { background-image:url('Thumbs/DSC03601.jpg'); }
#c346:active { background-image:url('Images/DSC03601.jpg'); }
#c125 { background-image:url('Thumbs/DSC01751.jpg'); }
#c125:active { background-image:url('Images/DSC01751.jpg'); }
#c136 { background-image:url('Thumbs/DSC01791.jpg'); }
#c136:active { background-image:url('Images/DSC01791.jpg'); }
#c224 { background-image:url('Thumbs/DSC02650.jpg'); }
#c224:active { background-image:url('Images/DSC02650.jpg'); }
#c166 { background-image:url('Thumbs/DSC02040.jpg'); }
#c166:active { background-image:url('Images/DSC02040.jpg'); }
#c164 { background-image:url('Thumbs/DSC02026.jpg'); }
#c164:active { background-image:url('Images/DSC02026.jpg'); }
#c182 { background-image:url('Thumbs/DSC02202.jpg'); }
#c182:active { background-image:url('Images/DSC02202.jpg'); }
#c093 { background-image:url('../ElRefugio/Construction/Thumbs/093.jpg'); }
#c093:active { background-image:url('../ElRefugio/Construction/Images/093.jpg'); }
#c162 { background-image:url('../ElRefugio/Construction/Thumbs/162.jpg'); }
#c162:active { background-image:url('../ElRefugio/Construction/Images/162.jpg'); }
#c226 { background-image:url('Thumbs/DSC02671.jpg'); }
#c226:active { background-image:url('Images/DSC02671.jpg'); }
#c999 { background-image:url('Thumbs/ER-ConstructionPermission.jpg'); }
#c999:active { background-image:url('Images/ER-ConstructionPermission.jpg'); }
#c998 { background-image:url('Thumbs/LA-ConstructionPermission.jpg'); }
#c998:active { background-image:url('Images/LA-ConstructionPermission.jpg'); }
#c241 { background-image:url('../ElRefugio/Construction/Thumbs/241.jpg'); }
#c241:active { background-image:url('../ElRefugio/Construction/Images/241.jpg'); }
#c340 { background-image:url('Thumbs/DSC03582.jpg'); }
#c340:active { background-image:url('Images/DSC03582.jpg'); }
#c111 { background-image:url('../ElRefugio/Construction/Thumbs/111.jpg'); }
#c111:active { background-image:url('../ElRefugio/Construction/Images/111.jpg'); }
#r056 { background-image:url('Thumbs/DSC03913.jpg'); }
#r056:active { background-image:url('Images/DSC03913.jpg'); }
#r012 { background-image:url('Thumbs/DSC03833.jpg'); }
#r012:active { background-image:url('Images/DSC03833.jpg'); }
#h007 { background-image:url('../ElRefugio/House/Thumbs/MainHouseFromCasita.jpg'); }
#h007:active { background-image:url('../ElRefugio/House/Images/MainHouseFromCasita.jpg'); }

/* special treatment for El Refugio images */
#c012, #c069, #c054, #c010, #c093, #c162, #c241, #c111, #h007
{
  width:160px;
}
#c012:active, #c069:active, #c054:active, #c010:active, #c093:active, #c162:active,
#c241:active, #c111:active, #h007:active
{
  width:800px; height:600px;
}
#h007 { height:107px; }
#h007:active { height:534px; }

/* El Refugio construction permission scan */
#c999
{
  width:118px; height:120px;
}
#c999:active
{
  width:700px; height:711px; outline:0px;
}
/* La Esperanza construction permission scan */
#c998
{
  width:101px; height:120px;
}
#c998:active
{
  width:671px; height:800px; outline:0px;
}
-->