@charset "utf-8";
/* CSS Document */

.gallery-img-box-hover
{
width:106px;
height:100px;
background:url(../images/media-container-hover-bg.png),
           url(../images/hover-gallery.PNG);
background-repeat:repeat, no-repeat;
background-position:0px 0px, 
                    center center;
position:absolute;
}
.media-container-img-hover
{
width:100%;
height:100%;
background:url(../images/media-container-hover-bg.png),
           url(../images/media-container-hover-icon.png);
background-repeat:repeat, no-repeat;
background-position:0px 0px, center center;
position:absolute;
top:0px;
}
.launch-container-img-hover
{
width:470px;
height:390px;
background:url(../images/media-container-hover-bg.png),
           url(../images/media-container-hover-icon.png);
background-repeat:repeat, no-repeat;
background-position:0px 0px, center center;
position:absolute;
top:0px;
}