/*******************************************************
1st photo
*******************************************************/

#gridone
{
  display: block;
  width: 130px;
  height: 150px;
  background: url("../thumbnails/featured_grid_1.jpg") no-repeat 0 0;

}

#gridone:hover
{ 
  background-position: 0 -150px;
}

#gridone span
{
  display: none;
}

/*******************************************************
2nd photo
*******************************************************/


#gridtwo
{
  display: block;
  width: 211px;
  height: 150px;
  background: url("../thumbnails/featured_grid_2.jpg") no-repeat 0 0;

}

#gridtwo:hover
{ 
  background-position: 0 -150px;
}

#gridtwo span
{
  display: none;
}


/*******************************************************
3rd photo
*******************************************************/

#gridthree
{
  display: block;
  width: 130px;
  height: 150px;
  background: url("../thumbnails/featured_grid_3.jpg") no-repeat 0 0;

}

#gridthree:hover
{ 
  background-position: 0 -150px;
}

#gridthree span
{
  display: none;
}

/*******************************************************
fouth photo
*******************************************************/

#gridfour
{
  display: block;
  width: 230px;
  height: 110px;
  background: url("../thumbnails/featured_grid_4.jpg") no-repeat 0 0;

}

#gridfour:hover
{ 
  background-position: 0 -110px;
}

#gridfour span
{
  display: none;
}

/*******************************************************
five photo
*******************************************************/

#gridfive
{
  display: block;
  width: 257px;
  height: 110px;
  background: url("../thumbnails/featured_grid_5.jpg") no-repeat 0 0;

}

#gridfive:hover
{ 
  background-position: 0 -110px;
}

#gridfive span
{
  display: none;
}
/*******************************************************
six photo
*******************************************************/

#gridsix
{
  display: block;
  width: 211px;
  height: 130px;
  background: url("../thumbnails/featured_grid_6.jpg") no-repeat 0 0;

}

#gridsix:hover
{ 
  background-position: 0 -130px;
}

#gridsix span
{
  display: none;
}

/*******************************************************
seven photo
*******************************************************/

#gridseven
{
  display: block;
  width: 130px;
  height: 130px;
  background: url("../thumbnails/featured_grid_7.jpg") no-repeat 0 0;

}

#gridseven:hover
{ 
  background-position: 0 -130px;
}

#gridseven span
{
  display: none;
}

/*******************************************************
eight photo
*******************************************************/

#grideight
{
  display: block;
  width: 130px;
  height: 130px;
  background: url("../thumbnails/featured_grid_8.jpg") no-repeat 0 0;

}

#grideight:hover
{ 
  background-position: 0 -130px;
}

#grideight span
{
  display: none;
}

/*******************************************************
nine photo
*******************************************************/

#gridnine
{
  display: block;
  width: 187px;
  height: 80px;
  background: url("../thumbnails/featured_grid_9.jpg") no-repeat 0 0;

}

#gridnine:hover
{ 
  background-position: 0 -80px;
}

#gridnine span
{
  display: none;
}


/*******************************************************
ten photo
*******************************************************/

#gridten
{
  display: block;
  width: 85px;
  height: 138px;
  background: url("../thumbnails/featured_grid_10.jpg") no-repeat 0 0;

}

#gridten:hover
{ 
  background-position: 0 -138px;
}

#gridten span
{
  display: none;
}


/*******************************************************
eleven photo
*******************************************************/

#grideleven
{
  display: block;
  width: 85px;
  height: 138px;
  background: url("../thumbnails/featured_grid_11.jpg") no-repeat 0 0;

}

#grideleven:hover
{ 
  background-position: 0 -138px;
}

#grideleven span
{
  display: none;
}

/*******************************************************
twelve photo
*******************************************************/

#gridtwelve
{
  display: block;
  width: 187px;
  height: 172px;
  background: url("../thumbnails/featured_grid_12.jpg") no-repeat 0 0;

}

#gridtwelve:hover
{ 
  background-position: 0 -172px;
}

#gridtwelve span
{
  display: none;
}

/*******************************************************
one featured
*******************************************************/

#onecurrent
{
  display: block;
  width: 370px;
  height: 185px;
  background: url("../thumbnails/current_grid_1.jpg") no-repeat 0 0;

}

#onecurrent:hover
{ 
  background-position: 0 -185px;
}

#onecurrent span
{
  display: none;
}

/*******************************************************
two featured
*******************************************************/

#twocurrent
{
  display: block;
  width: 265px;
  height: 185px;
  background: url("../thumbnails/current_grid_2.jpg") no-repeat 0 0;

}

#twocurrent:hover
{ 
  background-position: 0 -185px;
}

#twocurrent span
{
  display: none;
}





