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

a.tickets {  
    display: block;  
    width: 49px;  
    height: 49px;  
    background: url(../images-new/screen/PDA/icons/ticksIcons.jpg) no-repeat 0 0;  
}   
a:hover.tickets {  
    background-position: 0 -49px;  
}  
a.food {  
    display: block;  
    width: 49px;  
    height: 49px;  
    background: url(../images-new/screen/PDA/icons/foodIcons.jpg) no-repeat 0 0;  
}   
a:hover.food {  
    background-position: 0 -49px;  
} 
a.mail {  
    display: block;  
    width: 49px;  
    height: 49px;  
    background: url(../images-new/screen/PDA/icons/mailIcons.jpg) no-repeat 0 0;  
}   
a:hover.mail {  
    background-position: 0 -49px;  
}
a.short {  
    display: block;  
    width: 49px;  
    height: 49px;  
    background: url(../images-new/screen/PDA/icons/shortIcons.jpg) no-repeat 0 0;  
}   
a:hover.short {  
    background-position: 0 -49px;  
}

a.gps {  
    display: block;  
    width: 49px;  
    height: 49px;  
    background: url(../images-new/screen/PDA/icons/gpsIcons.jpg) no-repeat 0 0;  
}   
a:hover.gps {  
    background-position: 0 -49px;  
}
a.ezpass {  
    display: block;  
    width: 49px;  
    height: 49px;  
    background: url(../images-new/screen/PDA/icons/ezpassIcons.jpg) no-repeat 0 0;  
}   
a:hover.ezpass {  
    background-position: 0 -49px;  
}
a.cell {  
    display: block;  
    width: 49px;  
    height: 49px;  
    background: url(../images-new/screen/PDA/icons/cellIcons.jpg) no-repeat 0 0;  
}   
a:hover.cell {  
    background-position: 0 -49px;  
}
a.video {  
    display: block;  
    width: 49px;  
    height: 49px;  
    background: url(../images-new/screen/PDA/icons/videoIcons.jpg) no-repeat 0 0;  
}   
a:hover.video {  
    background-position: 0 -49px;  
}
a.camera {  
    display: block;  
    width: 49px;  
    height: 49px;  
    background: url(../images-new/screen/PDA/icons/cameraIcons.jpg) no-repeat 0 0;  
}   
a:hover.camera {  
    background-position: 0 -49px;  
}
