div.card
{
   width: 75px;
   height: 125px;
   border: 1px #000000 solid;
   background-image: url('Background.png');
   display: inline-block;
   line-height: 125px;
   text-align: center;
   font-size: 40px;
   cursor: pointer;
   border-radius: 10px;
}

div#optionwrapper
{
   width: 435px;
   height: auto;
   display: none;
   border: 1px #000000 solid;
   padding: 10px;
   border-radius: 10px;
   position: absolute;
   left: 50px;
   top: 50px;
   background-color: #AAF;
}

div.card.selector
{
   position: absolute;
   margin-left: -37.5px;
   margin-top: -62.5px;
}

div.card.option
{
   margin: 5px;
}

div.card.card001
{
   background-position: 0px 0px;
}

div.card.card002
{
   background-position: -75px 0px;
}

div.card.card003
{
   background-position: -150px 0px;
}

div.card.card004
{
   background-position: -225px 0px;
}

div.card.card005
{
   background-position: -300px 0px;
}

div.card.card006
{
   background-position: 0px -125px;
}

div.card.card007
{
   background-position: -75px -125px;
}

div.card.card008
{
   background-position: -150px -125px;
}

div.card.card009
{
   background-position: -225px -125px;
}

div.card.card010
{
   background-position: -300px -125px;
}

div.card.card011
{
   background-position: 0px -250px;
}

div.card.card012
{
   background-position: -75px -250px;
}

div.card.card013
{
   background-position: -150px -250px;
}

div.card.card014
{
   background-position: -225px -250px;
}

div.card.card015
{
   background-position: -300px -250px;
}

div.card.card016
{
   background-position: 0px -375px;
}

div.card.card017
{
   background-position: -75px -375px;
}

div.card.card018
{
   background-position: -150px -375px;
}

div.card.card019
{
   background-position: -225px -375px;
}

div.card.card020
{
   background-position: -300px -375px;
}

div.card.card021
{
   background-position: 0px -500px;
}

div.card.card022
{
   background-position: -75px -500px;
}

div.card.card023
{
   background-position: -150px -500px;
}

div.card.card024
{
   background-position: -225px -500px;
}

div.card.card025
{
   background-position: -300px -500px;
}

div.card.card026
{
   background-position: 0px -625px;
}

div.card.card027
{
   background-position: -75px -625px;
}

div.card.card028
{
   background-position: -150px -625px;
}

div.card.card029
{
   background-position: -225px -625px;
}

div.card.card030
{
   background-position: -300px -625px;
}

div.card.card031
{
   background-position: 0px -750px;
}

div.card.card032
{
   background-position: -75px -750px;
}

div.card.card033
{
   background-position: -150px -750px;
}

div.card.card034
{
   background-position: -225px -750px;
}

div.card.card035
{
   background-position: -300px -750px;
}

div.card.card036
{
   background-position: 0px -875px;
}

div.card.card037
{
   background-position: -75px -875px;
}

div.card.card038
{
   background-position: -150px -875px;
}

div.card.card039
{
   background-position: -225px -875px;
}

div.card.card040
{
   background-position: -300px -875px;
}

div.card.selected
{
   border: #FF0000 1px solid;
}
