a {
text-decoration: none;
}

/*-------------------------------------------------
// Small Buttons
//------------------------------------------------*/
#homeSmall {
width: 215px;
height: 215px;
-webkit-mask-box-image: url(../images/tiles/stuart-saunders-games-home-mask.png);
-webkit-mask-position: center;
background-color: #666666;
//background-image: url(../images/tiles/stuart-saunders-games-home.png);
background-repeat: no-repeat;
background-position: center;
position: relative;
left: -5px;
margin: -5px;
}
#homeSmall:hover {
background-size: 105%;
z-index:1;
border: 2px solid;
border-color: black;
}

#linkedIn {
width: 215px;
height: 215px;
background-color: #006699;
//background-color: #666666;
-webkit-mask-box-image: url(../images/tiles/stuart-saunders-games-linkedin-mask.png) 75 stretch;
//background-image: url(../images/tiles/stuart-saunders-games-linked-in.png);
background-repeat: no-repeat;
background-position: center;
position: relative;
left: -5px;
margin: -5px;
}
#linkedIn:hover {
background-size: 105%;
z-index:1;
border: 2px solid;
border-color: black;
}

#twitter {
width: 215px;
height: 215px;
background-color: #33CCFF;
//background-color: #666666;
-webkit-mask-box-image: url(../images/tiles/stuart-saunders-games-twitter-mask.png) 75 stretch;
background-repeat: no-repeat;
background-position: center;
position: relative;
left: -5px;
margin: -5px;
}
#twitter:hover {
background-size: 105%;
z-index:1;
border: 2px solid;
border-color: black;
}

#ascendanceSmall {
width: 215px;
height: 215px;
//background-color: blue;
background-size: 95.5%;
background-image: url(../images/tiles/stuart-saunders-games-ascendance.png);
background-repeat: no-repeat;
background-position: center;
position: relative;
margin: -5px;
}
#ascendanceSmall:hover {
background-size: 100%;
z-index:1;
border: 2px solid;
border-color: black;
}

#zombieKiriSmall {
width: 215px;
height: 215px;
background-image: url(../images/tiles/stuart-saunders-games-zombie-kiri-temp.png);
background-size: 95.5%;
//background-color: #666666;
margin: -5px;
background-repeat: no-repeat;
background-position: center;
position: absolute;
}
#zombieKiriSmall:hover {
background-size: 100%;
z-index:1;
border: 2px solid;
border-color: black;
}
#zombieKiriSmall:hover > #words {
text-size: 175%;
}

#resume {
width: 215px;
height: 215px;
//background-image: url(../images/tiles/stuart-saunders-games-resume.png);
background-color: #666666;
-webkit-mask-box-image: url(../images/tiles/stuart-saunders-games-resume-mask.png) 75 stretch;
margin: -5px;
background-repeat: no-repeat;
background-position: center;
position: absolute;
}
#resume:hover {
background-size: 105%;
z-index:1;
border: 2px solid;
border-color: black;
}

#contact {
width: 215px;
height: 215px;
background-color: #666666;
//background-image: url(../images/tiles/stuart-saunders-games-contact.png);
-webkit-mask-box-image: url(../images/tiles/stuart-saunders-games-contact-mask.png) 75 stretch;
margin: -5px;
background-repeat: no-repeat;
background-position: center;
position: absolute;
}
#contact:hover {
background-size: 105%;
z-index:1;
border: 2px solid;
border-color: black;
}

#bannerBar1
{
width: 205px;
height: 205px;
overflow:hidden;
position:absolute;
left: 0px;
}
#bannerBar1:hover
{
overflow:visible;
}
#bannerBar2
{
width: 205px;
height: 205px;
overflow:hidden;
position:absolute;
left: 205px;
}
#bannerBar2:hover
{
overflow:visible;
}
#bannerBar3
{
width: 205px;
height: 205px;
overflow:hidden;
position:absolute;
left: 410px;
}
#bannerBar3:hover
{
overflow:visible;
}
#bannerBar4
{
width: 205px;
height: 205px;
overflow:hidden;
position:absolute;
left: 615px;
}
#bannerBar4:hover
{
overflow:visible;
}

/*-------------------------------------------------
// Medium Buttons
//------------------------------------------------*/
#mediumLeft
{
width: 410px;
height: 410px;
overflow:hidden;
position:absolute;
left: 0px;
}
#mediumLeft:hover
{
overflow:visible;
}
#mediumRight
{
width: 410px;
height: 410px;
overflow:hidden;
position:absolute;
left: 410px;
}
#mediumRight:hover
{
overflow:visible;
}